Skip to content
Snippets Groups Projects
Verified Commit c188dfa7 authored by Lars Bilke's avatar Lars Bilke
Browse files

Use CMake 3.14 on --pm system as well.

parent 763b2642
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ def main(): # pragma: no cover ...@@ -279,7 +279,7 @@ def main(): # pragma: no cover
'/opt/spack/bin/spack install --only dependencies vtk@8.1.2 +osmesa' '/opt/spack/bin/spack install --only dependencies vtk@8.1.2 +osmesa'
]) ])
elif ogscm.config.g_package_manager == package_manager.SYSTEM: elif ogscm.config.g_package_manager == package_manager.SYSTEM:
Stage0 += cmake(eula=True, version='3.12.4') Stage0 += cmake(eula=True, version='3.14.7')
# Use ldconfig to set library search path (instead of # Use ldconfig to set library search path (instead of
# LD_LIBRARY_PATH) as host var overwrites container var. See # LD_LIBRARY_PATH) as host var overwrites container var. See
# https://github.com/sylabs/singularity/pull/2669 # https://github.com/sylabs/singularity/pull/2669
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment