Skip to content

Commit

Permalink
Merge pull request #16741 from ocaisa/20221124164335_new_pr_VTK901
Browse files Browse the repository at this point in the history
make sure that Python dependency is actually used for VTK 9.0.1
  • Loading branch information
boegel authored Nov 25, 2022
2 parents 11e2014 + e1ea5df commit 0248e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ configopts += "-DOPENGL_gl_LIBRARY=$EBROOTMESA/lib/libGL.%s " % SHLIB_EXT
configopts += "-DOPENGL_INCLUDE_DIR=$EBROOTMESA/include "
# Python
configopts += "-DVTK_WRAP_PYTHON=ON -DVTK_PYTHON_VERSION=3 -DVTK_PYTHON_OPTIONAL_LINK=OFF "
configopts += '-DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python '
# Other
configopts += "-DVTK_USE_MPI=ON "
configopts += "-DCMAKE_INSTALL_LIBDIR=lib"
Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/v/VTK/VTK-9.0.1-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ configopts += "-DOPENGL_gl_LIBRARY=$EBROOTMESA/lib/libGL.%s " % SHLIB_EXT
configopts += "-DOPENGL_INCLUDE_DIR=$EBROOTMESA/include "
# Python
configopts += "-DVTK_WRAP_PYTHON=ON -DVTK_PYTHON_VERSION=3 -DVTK_PYTHON_OPTIONAL_LINK=OFF "
configopts += '-DPython3_EXECUTABLE=$EBROOTPYTHON/bin/python '
# Other
configopts += "-DVTK_USE_MPI=ON "
configopts += "-DCMAKE_INSTALL_LIBDIR=lib"
Expand Down

0 comments on commit 0248e8a

Please sign in to comment.