-
Notifications
You must be signed in to change notification settings - Fork 286
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
Comments
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. |
Well... it happens that it only offers the rc1 in the main webpage. I am
not a big fan of rcs, but that was the one-click-stuff.
I managed to download 9.2.2, and I am not having trouble with enabling MPI
in VTK. Do you know if rhe MPI flag has changed from version 8.x?
Renato
Em sáb., 21 de out. de 2023 10:30, roystgnr ***@***.***>
escreveu:
… 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.
—
Reply to this email directly, view it on GitHub
<#3665 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMOVER6T2A6IBPAFSFHG52LYAPTCRAVCNFSM6AAAAAA6KE645WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZTHAZTCNRQHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Fixed by #3666 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: