Changeset 27149
- Timestamp:
- 07/07/22 11:36:09 (3 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gdal/install-3-python-static.sh
r25967 r27149 43 43 --with-pic \ 44 44 --with-python \ 45 --with-curl="${CURL_ROOT}/bin/curl-config" \ 46 --with-hdf5="${HDF5_ROOT}" \ 45 47 --with-libz="${ZLIB_ROOT}" \ 46 --with-hdf5="${HDF5_ROOT}" \47 48 --with-netcdf="${NETCDF_ROOT}" \ 48 --with-p roj="${PROJ_ROOT}"\49 --with-p g=no49 --with-pg=no \ 50 --with-proj="${PROJ_ROOT}" 50 51 51 52 # Compile and install -
issm/trunk-jpl/externalpackages/gdal/install-3-python.sh
r25967 r27149 35 35 --enable-fast-install \ 36 36 --with-python \ 37 --with-hdf5="${HDF5_ROOT}" \ 37 38 --with-libz="${ZLIB_ROOT}" \ 38 --with-hdf5="${HDF5_ROOT}" \39 39 --with-netcdf="${NETCDF_ROOT}" \ 40 40 --with-proj="${PROJ_ROOT}" -
issm/trunk-jpl/externalpackages/gdal/install-3-static.sh
r25967 r27149 42 42 --enable-static \ 43 43 --with-pic \ 44 --with-curl="${CURL_ROOT}/bin/curl-config" \ 45 --with-hdf5="${HDF5_ROOT}" \ 44 46 --with-libz="${ZLIB_ROOT}" \ 45 --with-hdf5="${HDF5_ROOT}" \46 47 --with-netcdf="${NETCDF_ROOT}" \ 47 --with-p roj="${PROJ_ROOT}"\48 --with-p g=no48 --with-pg=no \ 49 --with-proj="${PROJ_ROOT}" 49 50 50 51 # Compile and install -
issm/trunk-jpl/externalpackages/gdal/install-3.sh
r25967 r27149 30 30 --prefix="${PREFIX}" \ 31 31 --enable-fast-install \ 32 --with-hdf5="${HDF5_ROOT}" \ 32 33 --with-libz="${ZLIB_ROOT}" \ 33 --with-hdf5="${HDF5_ROOT}" \34 34 --with-netcdf="${NETCDF_ROOT}" \ 35 35 --with-proj="${PROJ_ROOT}" -
issm/trunk-jpl/externalpackages/gmsh/install-4-static.sh
r25971 r27149 55 55 -DENABLE_OCC=0 \ 56 56 -DENABLE_TOUCHBAR=0 \ 57 -DBLAS_LAPACK_LIBRARIES="-L${LAPACK_ROOT}/lib -lflapack -L${BLAS_ROOT}/lib -lfblas /usr/local/Cellar/gcc/11.3.0/lib/gcc/11/libgfortran.a /usr/local/Cellar/gcc/11.3.0/lib/gcc/11/libquadmath.a /usr/local/Cellar/gcc/11.3.0/lib/gcc/11/gcc/x86_64-apple-darwin15/11/libgcc.a" \ 57 58 -DMETIS_ROOT="${METIS_ROOT}" 58 59 -
issm/trunk-jpl/externalpackages/gmsh/install-4.sh
r25971 r27149 53 53 -DENABLE_OCC=0 \ 54 54 -DENABLE_TOUCHBAR=0 \ 55 -DBLAS_LAPACK_LIBRARIES="-L${LAPACK_ROOT}/lib -lflapack -L${BLAS_ROOT}/lib -lfblas" \ 55 56 -DMETIS_ROOT="${METIS_ROOT}" 56 57 -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh
r27148 r27149 145 145 146 146 # Check that all tests passed 147 sed -i ''"/FAILED TO establish the default connection to the WindowServer/d" matlab.log # First, need to remove WindowServer error message147 sed -i "/FAILED TO establish the default connection to the WindowServer/d" matlab.log # First, need to remove WindowServer error message 148 148 numTestsFailed=`grep -c -E "FAILED|ERROR" matlab.log` 149 149 -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-2.sh
r27148 r27149 144 144 145 145 # Check that all tests passed 146 sed -i ''"/FAILED TO establish the default connection to the WindowServer/d" python.log # First, need to remove WindowServer error message146 sed -i "/FAILED TO establish the default connection to the WindowServer/d" python.log # First, need to remove WindowServer error message 147 147 numTestsFailed=`grep -c -E "FAILED|ERROR" python.log` 148 148 -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh
r27148 r27149 147 147 148 148 # Check that all tests passed 149 sed -i ''"/FAILED TO establish the default connection to the WindowServer/d" python.log # First, need to remove WindowServer error message149 sed -i "/FAILED TO establish the default connection to the WindowServer/d" python.log # First, need to remove WindowServer error message 150 150 numTestsFailed=`grep -c -E "FAILED|ERROR" python.log` 151 151
Note:
See TracChangeset
for help on using the changeset viewer.