Changeset 25820
- Timestamp:
- 12/04/20 00:05:38 (4 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 1 deleted
- 3 copied
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-full
r25819 r25820 1 # NOTE: This configuration can be used to debug, with Valgrind, builds that2 # require Boost.1 # NOTE: This configuration adds solid earth and Dakota capabilities to the 2 basic build. 3 3 4 4 #--------------------# … … 6 6 #--------------------# 7 7 8 MATLAB_PATH="/Applications/MATLAB_R201 9b.app"8 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 9 9 10 10 ISSM_CONFIG='\ … … 57 57 m1qn3 install.sh 58 58 semic install.sh 59 valgrind install-macosx64.sh60 59 shell2junit install.sh 61 60 " -
issm/trunk-jpl/jenkins/pine_island-mac-full-valgrind
r25819 r25820 1 # NOTE: This configuration can be used to debug, with Valgrind, builds that2 # require Boost.1 # NOTE: This configuration adds solid earth and Dakota capabilities to the 2 basic build, as well as the ability to debug with Valgrind. 3 3 4 4 #--------------------# … … 6 6 #--------------------# 7 7 8 MATLAB_PATH="/Applications/MATLAB_R201 9b.app"8 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 9 9 10 10 ISSM_CONFIG='\ … … 57 57 m1qn3 install.sh 58 58 semic install.sh 59 valgrind install-mac osx64.sh59 valgrind install-mac.sh 60 60 shell2junit install.sh 61 61 " -
issm/trunk-jpl/jenkins/ross-debian_linux-full
r25819 r25820 1 # NOTE: This configuration can be used to debug, with Valgrind, builds that2 # require Boost.1 # NOTE: This configuration adds solid earth and Dakota capabilities to the 2 # basic build. 3 3 4 4 #--------------------# … … 6 6 #--------------------# 7 7 8 MATLAB_PATH="/ Applications/MATLAB_R2019b.app"8 MATLAB_PATH="/usr/local/MATLAB/R2019b" 9 9 10 10 ISSM_CONFIG='\ … … 15 15 --with-numthreads=4 \ 16 16 --with-matlab-dir=${MATLAB_PATH} \ 17 --with-python-dir=/ System/Library/Frameworks/Python.framework/Versions/2.7\18 --with-python-numpy-dir=/ System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \19 --with-fortran-lib="-L/usr/l ocal/Cellar/gcc/10.2.0/lib/gcc/10-lgfortran" \17 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \ 19 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 20 20 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 21 21 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 40 40 41 41 EXTERNALPACKAGES=" 42 autotools install .sh42 autotools install-debian-linux.sh 43 43 cmake install.sh 44 petsc install-3.12- mac.sh44 petsc install-3.12-linux.sh 45 45 gsl install.sh 46 boost install-1.7- mac.sh47 dakota install-6.2- mac.sh48 curl install-7- mac.sh46 boost install-1.7-linux-valgrind.sh 47 dakota install-6.2-linux.sh 48 curl install-7-linux.sh 49 49 netcdf install-4.7-parallel.sh 50 50 proj install-6.2.sh 51 51 gdal install-3-python-netcdf.sh 52 52 gshhg install.sh 53 gmt install-6 .0-mac.sh53 gmt install-6-linux.sh 54 54 gmsh install-4.sh 55 triangle install- mac.sh55 triangle install-linux.sh 56 56 chaco install.sh 57 57 m1qn3 install.sh 58 58 semic install.sh 59 valgrind install-macosx64.sh60 59 shell2junit install.sh 61 60 " -
issm/trunk-jpl/jenkins/ross-debian_linux-full-valgrind
r25819 r25820 1 # NOTE: This configuration can be used to debug, with Valgrind, builds that2 # require Boost.1 # NOTE: This configuration adds solid earth and Dakota capabilities to the 2 # basic build, as well as the ability to debug with Valgrind. 3 3 4 4 #--------------------# … … 6 6 #--------------------# 7 7 8 MATLAB_PATH="/ Applications/MATLAB_R2019b.app"8 MATLAB_PATH="/usr/local/MATLAB/R2019b" 9 9 10 10 ISSM_CONFIG='\ … … 15 15 --with-numthreads=4 \ 16 16 --with-matlab-dir=${MATLAB_PATH} \ 17 --with-python-dir=/ System/Library/Frameworks/Python.framework/Versions/2.7\18 --with-python-numpy-dir=/ System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \19 --with-fortran-lib="-L/usr/l ocal/Cellar/gcc/10.2.0/lib/gcc/10-lgfortran" \17 --with-python-dir=/usr \ 18 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \ 19 --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \ 20 20 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 21 21 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 40 40 41 41 EXTERNALPACKAGES=" 42 autotools install .sh42 autotools install-debian-linux.sh 43 43 cmake install.sh 44 petsc install-3.12- mac.sh44 petsc install-3.12-linux.sh 45 45 gsl install.sh 46 boost install-1.7- mac.sh47 dakota install-6.2- mac.sh48 curl install-7- mac.sh46 boost install-1.7-linux-valgrind.sh 47 dakota install-6.2-linux.sh 48 curl install-7-linux.sh 49 49 netcdf install-4.7-parallel.sh 50 50 proj install-6.2.sh 51 51 gdal install-3-python-netcdf.sh 52 52 gshhg install.sh 53 gmt install-6 .0-mac.sh53 gmt install-6-linux.sh 54 54 gmsh install-4.sh 55 triangle install- mac.sh55 triangle install-linux.sh 56 56 chaco install.sh 57 57 m1qn3 install.sh 58 58 semic install.sh 59 valgrind install- macosx64.sh59 valgrind install-linux.sh 60 60 shell2junit install.sh 61 61 "
Note:
See TracChangeset
for help on using the changeset viewer.