Changeset 28041
- Timestamp:
- 01/05/24 14:26:26 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/jenkins/ub-ccr ¶
r28038 r28041 9 9 --prefix="${ISSM_DIR}" \ 10 10 --disable-static \ 11 --with-wrappers=no \12 11 --with-numthreads=1 \ 12 --with-python-version=3.10 \ 13 --with-python-dir=/cvmfs/soft.ccr.buffalo.edu/versions/2023.01/compat/usr \ 14 --with-python-numpy-dir=/cvmfs/soft.ccr.buffalo.edu/versions/2023.01/compat/usr/lib/python3.10/site-packages/numpy \ 13 15 --with-fortran-lib="-L${EBROOTGCC}/lib64 -lgfortran" \ 14 16 --with-mpi-include="${ISSM_EXT_DIR}/petsc/install/include" \ … … 25 27 --with-chaco-dir="${ISSM_EXT_DIR}/chaco/install" \ 26 28 --with-m1qn3-dir="${ISSM_EXT_DIR}/m1qn3/install" \ 27 --with-semic-dir=${ISSM_EXT_DIR}/semic/install \28 29 ' 29 30 … … 50 51 # Test suites 51 52 MATLAB_TEST=0 52 PYTHON_TEST= 053 PYTHON_TEST=1 53 54 JAVASCRIPT_TEST=0 54 55 EXAMPLES_TEST=0
Note:
See TracChangeset
for help on using the changeset viewer.