Compilation Error when building visit with spack #12409
-
Hi, I’m trying to build VisIt with spack as follows on an Ubuntu 16.04 with gcc 8.2.1:
This tries to install visit 3.0.1. All the dependencies build fine, but the visit build fails with the following errors:
Thanks, Matthieu We're trying to combine |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello Matthieu…what version of VTK are you building? We don’t currently support spack because our build_visit scripts do custom things during our builds, like apply patches, that resolves these types of build errors. Have you tried using our build_visit script to build 3.0.1? It will download, patch, and build all of the needed dependencies. |
Beta Was this translation helpful? Give feedback.
-
@griffin28 + Matthieu. There are API breaking changes between VTK-8.1 and VTK 8.2. I don't expect VisIt 3.0.1 to build without a patch. This PR has a commit that outlines the const changes (and others) related to VTK 8.2: |
Beta Was this translation helpful? Give feedback.
-
I haven’t tried the build_visit script. I wanted to check if I could install visit with spack as part of the installation of Damaris. Matthieu |
Beta Was this translation helpful? Give feedback.
@griffin28 + Matthieu.
There are API breaking changes between VTK-8.1 and VTK 8.2.
I don't expect VisIt 3.0.1 to build without a patch.
This PR has a commit that outlines the const changes (and others) related to VTK 8.2:
4017bb7