Changeset 27611
- Timestamp:
- 02/24/23 00:17:55 (2 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-intel-binaries-python-3
r27570 r27611 17 17 --enable-standalone-libraries \ 18 18 --disable-dependency-tracking \ 19 --with-python-version= "3.9"\19 --with-python-version=3.9 \ 20 20 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 21 21 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ -
issm/trunk-jpl/jenkins/mac-intel-dakota
r27568 r27611 16 16 --with-numthreads=4 \ 17 17 --with-matlab-dir=${MATLAB_PATH} \ 18 --with-python-version= "3.9"\18 --with-python-version=3.9 \ 19 19 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 20 20 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ -
issm/trunk-jpl/jenkins/mac-intel-examples
r27568 r27611 18 18 --with-numthreads=4 \ 19 19 --with-matlab-dir=${MATLAB_PATH} \ 20 --with-python-version= "3.9"\20 --with-python-version=3.9 \ 21 21 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 22 22 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ -
issm/trunk-jpl/jenkins/mac-intel-solid_earth
r27568 r27611 16 16 --with-numthreads=4 \ 17 17 --with-matlab-dir=${MATLAB_PATH} \ 18 --with-python-version= "3.9"\18 --with-python-version=3.9 \ 19 19 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 20 20 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \ -
issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampioff
r27554 r27611 15 15 --without-Love \ 16 16 --with-matlab-dir=${MATLAB_PATH} \ 17 --with-python-version=3.7 \ 17 18 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/usr/local/lib/python 2.7/dist-packages/numpy \19 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 19 20 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 20 21 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ -
issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampion
r27554 r27611 15 15 --without-Love \ 16 16 --with-matlab-dir=${MATLAB_PATH} \ 17 --with-python-version=3.7 \ 17 18 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/usr/local/lib/python 2.7/dist-packages/numpy \19 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 19 20 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 20 21 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ -
issm/trunk-jpl/jenkins/ross-debian_linux-binaries-python-3
r27559 r27611 17 17 --disable-dependency-tracking \ 18 18 --with-pic \ 19 --with-python-version=3.7 \ 19 20 --with-python-dir=/usr \ 20 --with-python-version=3.7 \21 21 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 22 22 --with-fortran-lib="-L${ISSM_DIR}/lib -lgfortran" \ -
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r27554 r27611 14 14 --with-numthreads=4 \ 15 15 --with-matlab-dir=${MATLAB_PATH} \ 16 --with-python-version=3.7 \ 16 17 --with-python-dir=/usr \ 17 --with-python-numpy-dir=/usr/local/lib/python 2.7/dist-packages/numpy \18 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 18 19 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 19 20 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ -
issm/trunk-jpl/jenkins/ross-debian_linux-full
r27554 r27611 15 15 --with-numthreads=4 \ 16 16 --with-matlab-dir=${MATLAB_PATH} \ 17 --with-python-version=3.7 \ 17 18 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/usr/local/lib/python 2.7/dist-packages/numpy \19 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 19 20 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 20 21 --with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \ -
issm/trunk-jpl/jenkins/ross-debian_linux-full-mplapack
r27554 r27611 16 16 --with-numthreads=4 \ 17 17 --with-matlab-dir=${MATLAB_PATH} \ 18 --with-python-version=3.7 \ 18 19 --with-python-dir=/usr \ 19 --with-python-numpy-dir=/usr/local/lib/python 2.7/dist-packages/numpy \20 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 20 21 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 21 22 --with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \ -
issm/trunk-jpl/jenkins/ross-debian_linux-full-valgrind
r27554 r27611 14 14 --enable-debugging \ --with-numthreads=4 \ 15 15 --with-matlab-dir=${MATLAB_PATH} \ 16 --with-python-version=3.7 \ 16 17 --with-python-dir=/usr \ 17 --with-python-numpy-dir=/usr/local/lib/python 2.7/dist-packages/numpy \18 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 18 19 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 19 20 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ -
issm/trunk-jpl/jenkins/ross-debian_linux-gia
r27554 r27611 12 12 --with-numthreads=4 13 13 --with-matlab-dir=${MATLAB_PATH} \ 14 --with-python-version=3.7 \ 14 15 --with-python-dir=/usr \ 15 --with-python-numpy-dir=/usr/l ib/python2.7/dist-packages/numpy \16 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 16 17 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 17 18 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ -
issm/trunk-jpl/jenkins/ross-debian_linux-python
r27554 r27611 9 9 --enable-debugging \ 10 10 --with-numthreads=4 \ 11 --with-python-version=3.7 \ 11 12 --with-python-dir=/usr \ 12 --with-python-version=3.7 \13 13 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 14 14 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ -
issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
r27554 r27611 12 12 --with-numthreads=4 \ 13 13 --with-matlab-dir=${MATLAB_PATH} \ 14 --with-python-version=3.7 \ 14 15 --with-python-dir=/usr \ 15 --with-python-numpy-dir=/usr/local/lib/python 2.7/dist-packages/numpy \16 --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \ 16 17 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 17 18 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ -
issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh
r27609 r27611 131 131 # network and because remote access requires a VPN connection, we can 132 132 # no longer transfer signed distributables via SSH. For now, there is 133 # a cron job running every five minutes on ross.ics.uci.edu that runs 133 # a cron job running every five minutes under user jenkins on 134 # ross.ics.uci.edu that runs 134 135 # /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for 135 136 # updated, signed distributables in the ISSM Binaries SVN repository -
issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-python-3.sh
r27609 r27611 128 128 # network and because remote access requires a VPN connection, we can 129 129 # no longer transfer signed distributables via SSH. For now, there is 130 # a cron job running every five minutes on ross.ics.uci.edu that runs 130 # a cron job running every five minutes under user jenkins on 131 # ross.ics.uci.edu that runs 131 132 # /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for 132 133 # updated, signed distributables in the ISSM Binaries SVN repository
Note:
See TracChangeset
for help on using the changeset viewer.