Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error: cannot find VTK 9.3.0 #3665

Closed
rebpoli opened this issue Oct 21, 2023 · 3 comments
Closed

Compilation error: cannot find VTK 9.3.0 #3665

rebpoli opened this issue Oct 21, 2023 · 3 comments

Comments

@rebpoli
Copy link

rebpoli commented Oct 21, 2023

Hi,

I am not able to go through compilation, with vtk support.
Configuration cannot find "vtkConfigure.h".
In VTK foruns, I can see it was removed from version 9, as in https://gitlab.kitware.com/vtk/vtk/-/issues/18757.

How can I move forward? Any suggestion?

Thank you,
Renato

libmesh configure

checking for library containing trunc... none required
checking for library containing cos... none required
<<< Configuring library with Qhull version 2012.1 support >>>
<<< Configuring library with GMV support >>>
checking /usr/local/include/vtk-9.3/vtkConfigure.h usability... no
checking /usr/local/include/vtk-9.3/vtkConfigure.h presence... no
checking for /usr/local/include/vtk-9.3/vtkConfigure.h... no
VTK header files not found!
<<< Configuring library without VTK support >>>
configure: error: *** VTK was not found, but --enable-vtk-required was specified.

VTK installation commands

wget https://www.vtk.org/files/release/9.3/VTK-9.3.0.rc1.tar.gz && tar -xzf VTK-9.3.0.rc1.tar.gz
cd $(BDIR) && cmake -DVTK_Group_MPI:BOOL=ON ..
cd $(BDIR) && make -j20 all && make install && ldconfig

@roystgnr
Copy link
Member

Bah. I was working on this on Thursday but didn't find time to finish it. I was hoping that since 9.3.0 is still at the "Release Candidate" stage I'd have a little more time before this started biting users.

@rebpoli
Copy link
Author

rebpoli commented Oct 21, 2023 via email

@roystgnr
Copy link
Member

Fixed by #3666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants