Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
72683f40
Commit
72683f40
authored
Aug 19, 2019
by
Scott Wittenburg
Browse files
Fix singularity recipes to select Python version (default: 2)
parent
bf461ad6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Scripts/singularity/Singularity.egl
View file @
72683f40
...
...
@@ -20,6 +20,7 @@ From: nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
SUPERBUILD_TAG=release
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
DEV_BUILD=false
PYTHON_VERSION=2
# First install some packages we need
apt-get -y update
...
...
@@ -52,6 +53,7 @@ From: nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
# Make sure needed env vars are truly seen in the next step
export PARAVIEW_TAG=${PARAVIEW_TAG}
export RENDERING=${RENDERING}
export PYTHON_VERSION=${PYTHON_VERSION}
# Configure/build/install ParaView
/home/pv-user/cmake/3.13.4/bin/cmake -C /home/pv-user/pvsb/src/cmake/sites/Docker-Ubuntu-18_04.cmake "-GUnix Makefiles" ../src
...
...
Scripts/singularity/Singularity.osmesa
View file @
72683f40
...
...
@@ -18,6 +18,7 @@ From: ubuntu:18.04
SUPERBUILD_TAG=release
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
DEV_BUILD=false
PYTHON_VERSION=2
# First install some packages we need
echo "\ndeb http://us.archive.ubuntu.com/ubuntu/ bionic universe\n" >> /etc/apt/sources.list
...
...
@@ -52,6 +53,7 @@ From: ubuntu:18.04
# Make sure needed env vars are truly seen in the next step
export PARAVIEW_TAG=${PARAVIEW_TAG}
export RENDERING=${RENDERING}
export PYTHON_VERSION=${PYTHON_VERSION}
# Configure/build/install ParaView
/home/pv-user/cmake/3.13.4/bin/cmake -C /home/pv-user/pvsb/src/cmake/sites/Docker-Ubuntu-18_04.cmake "-GUnix Makefiles" ../src
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment