Skip to content

Commit

Permalink
CHG: Updating paths to Python installation (now using venv)
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed May 30, 2024
1 parent 48a9b97 commit 1eecdda
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-adolc-ampioff
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ISSM_CONFIG='\
--without-Sealevelchange \
--without-Love \
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-adolc-ampion
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ISSM_CONFIG='\
--without-kml \
--without-Love \
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-binaries-python-3
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ ISSM_CONFIG='\
--enable-standalone-libraries \
--disable-dependency-tracking \
--with-pic \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L${ISSM_DIR}/lib -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-dakota
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ISSM_CONFIG='\
--with-pic \
--with-numthreads=4 \
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-full
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ISSM_CONFIG='\
--enable-debugging \
--with-numthreads=4 \
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-full-mplapack
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ ISSM_CONFIG='\
--with-cxxoptflags="-g -O2 -fPIC -std=gnu++11" \
--with-numthreads=4 \
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-full-valgrind
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ISSM_CONFIG='\
--enable-development \
--enable-debugging \ --with-numthreads=4 \
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-gia
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ ISSM_CONFIG='\
--with-gia=yes \
--with-numthreads=4
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-python
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ISSM_CONFIG='\
--enable-development \
--enable-debugging \
--with-numthreads=4 \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down
4 changes: 2 additions & 2 deletions jenkins/ross-debian_linux-solid_earth
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ISSM_CONFIG='\
--enable-debugging \
--with-numthreads=4 \
--with-matlab-dir=${MATLAB_PATH} \
--with-python-version=3.7 \
--with-python-version=3.11 \
--with-python-dir=/usr \
--with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
--with-python-numpy-dir="${HOME}/.venv/issm/lib/python3.11/site-packages/numpy" \
--with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
--with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
--with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Expand Down

0 comments on commit 1eecdda

Please sign in to comment.