Changeset 27946
- Timestamp:
- 10/06/23 19:41:50 (18 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab
r27893 r27946 3 3 ISSM_CONFIG='\ 4 4 --prefix=${ISSM_DIR} \ 5 --enable-development \ 6 --enable-debugging \ 7 --with-numthreads=4 \ 5 --enable-standalone-executables \ 6 --enable-standalone-modules \ 7 --enable-standalone-libraries \ 8 --disable-dependency-tracking \ 8 9 --with-vendor="win-msys2" \ 9 10 --with-matlab-dir="${MATLAB_PATH}" \ 11 --with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/10.2.0 -Wl,-lgfortran" \ 10 12 --with-mpi-include="${MSMPI_ROOT}/include" \ 11 --with-mpi-libdir="${MSMPI_ROOT}/lib" \ 12 --with-mpi-libflags="-lmsmpi" \ 13 --with-fortran-lib="-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/10.2.0/ -lgfortran" \ 13 --with-mpi-libdir="-Wl,-L${MSMPI_ROOT}/lib" \ 14 --with-mpi-libflags="-Wl,-lmsmpi" \ 14 15 --with-metis-dir="${ISSM_DIR}/externalpackages/petsc/install" \ 15 16 --with-parmetis-dir="${ISSM_DIR}/externalpackages/petsc/install" \ … … 30 31 #List of external packages to be installed and their installation scripts 31 32 EXTERNALPACKAGES=" 32 msmpi install .sh33 petsc install-3.14-win-msys2-mingw-msmpi .sh34 triangle install-win-msys2-mingw .sh33 msmpi install-static.sh 34 petsc install-3.14-win-msys2-mingw-msmpi-static.sh 35 triangle install-win-msys2-mingw-static.sh 35 36 chaco install-win-msys2-mingw.sh 36 37 m1qn3 install.sh … … 44 45 45 46 # Test suites 46 MATLAB_TEST= 147 MATLAB_TEST=0 47 48 PYTHON_TEST=0 48 49 JAVASCRIPT_TEST=0 … … 61 62 # Nightly run options 62 63 # 63 # See documentation in test/NightlyRun/runme.* for more information 64 # 65 # NOTE: 66 # - Tests 125, 126, and 129 are skipped because restart is not yet implemented 67 # for Windows (under MSYS2) 68 # - test701 is skipped because it uses full Stokes equations 69 # 70 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,129,435,701,702,703]" 64 MATLAB_NROPTIONS="" 71 65 PYTHON_NROPTIONS=""
Note:
See TracChangeset
for help on using the changeset viewer.