Changeset 27541
- Timestamp:
- 01/31/23 12:13:56 (2 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 deleted
- 11 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac-static.sh
r27410 r27541 17 17 # 18 18 echo "Finding libgfortran..." 19 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1)19 LIBGFORTRAN=$(find /usr /opt -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 20 20 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 21 21 LIBGCC=$(find ${LIBGFORTRAN_ROOT} -name libgcc* 2>/dev/null | egrep -n libgcc.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) -
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh
r27406 r27541 15 15 # 16 16 echo "Finding libgfortran..." 17 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1)17 LIBGFORTRAN=$(find /usr /opt -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 18 18 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 19 19 -
issm/trunk-jpl/externalpackages/gdal/install-3-python-static.sh
r27365 r27541 9 9 ## Constants 10 10 # 11 VER="3. 1.1"11 VER="3.5.3" 12 12 13 13 ## Environment 14 14 # 15 15 export CC=mpicc 16 export CXXFLAGS="-std=c++11" 16 17 export CXX=mpicxx 17 18 export LDFLAGS="-L${HDF5_ROOT}/lib" # Need to do this so HDF5 symbols referenced in NETCDF library are found at link time … … 42 43 --enable-static \ 43 44 --with-pic \ 44 --with-python \45 --with-python="python3" \ 45 46 --with-curl="${CURL_ROOT}/bin/curl-config" \ 46 47 --with-hdf5="${HDF5_ROOT}" \ -
issm/trunk-jpl/externalpackages/gdal/install-3-python.sh
r27365 r27541 9 9 ## Constants 10 10 # 11 VER="3. 1.1"11 VER="3.5.3" 12 12 13 13 ## Environment … … 34 34 --prefix="${PREFIX}" \ 35 35 --enable-fast-install \ 36 --with-python \36 --with-python="python3" \ 37 37 --with-hdf5="${HDF5_ROOT}" \ 38 38 --with-libz="${ZLIB_ROOT}" \ -
issm/trunk-jpl/externalpackages/gdal/install-3-static.sh
r27364 r27541 9 9 ## Constants 10 10 # 11 VER="3. 1.1"11 VER="3.5.3" 12 12 13 13 ## Environment 14 14 # 15 15 export CC=mpicc 16 export CXXFLAGS="-std=c++11" 16 17 export CXX=mpicxx 17 18 export LDFLAGS="-L${HDF5_ROOT}/lib" # Need to do this so HDF5 symbols referenced in NETCDF library are found at link time … … 32 33 mv gdal-${VER}/* src 33 34 rm -rf gdal-${VER} 35 36 # Apply patches to source 37 patch src/frmts/vrt/pixelfunctions.cpp < configs/3/frmts/vrt/pixelfunctions.cpp.patch 34 38 35 39 # Configure -
issm/trunk-jpl/externalpackages/gdal/install-3.sh
r27189 r27541 5 5 ## Constants 6 6 # 7 VER="3.5. 1"7 VER="3.5.3" 8 8 9 9 ## Environment -
issm/trunk-jpl/externalpackages/gmsh/install-4-mac-static.sh
r27410 r27541 33 33 # 34 34 echo "Finding libgfortran..." 35 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1)35 LIBGFORTRAN=$(find /usr /opt -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 36 36 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 37 37 LIBGCC=$(find ${LIBGFORTRAN_ROOT} -name libgcc* 2>/dev/null | egrep -n libgcc.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) -
issm/trunk-jpl/externalpackages/gmsh/install-4-mac.sh
r27408 r27541 25 25 # 26 26 echo "Finding libgfortran..." 27 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1)27 LIBGFORTRAN=$(find /usr /opt -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 28 28 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 29 29 -
issm/trunk-jpl/externalpackages/gmt/install-6-linux-static.sh
r27406 r27541 5 5 ## Constants 6 6 # 7 VER="6. 0.0"7 VER="6.4.0" 8 8 9 9 # Find libgfortran and libgcc so we do not have to hardcode them -
issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh
r27410 r27541 5 5 ## Constants 6 6 # 7 VER="6. 0.0"7 VER="6.4.0" 8 8 9 9 # Find libgfortran and libgcc so we do not have to hardcode them … … 15 15 # 16 16 echo "Finding libgfortran..." 17 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1)17 LIBGFORTRAN=$(find /usr /opt -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 18 18 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 19 19 LIBGCC=$(find ${LIBGFORTRAN_ROOT} -name libgcc* 2>/dev/null | egrep -n libgcc.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) -
issm/trunk-jpl/externalpackages/gmt/install-6-mac.sh
r27408 r27541 13 13 # 14 14 echo "Finding libgfortran..." 15 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1)15 LIBGFORTRAN=$(find /usr /opt -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 16 16 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 17 17 -
issm/trunk-jpl/jenkins/mac-intel-basic
r27540 r27541 3 3 #--------------------# 4 4 5 MATLAB_PATH="/Applications/MATLAB_R20 18a.app"5 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 6 6 7 7 ISSM_CONFIG='\ … … 35 35 autotools install-mac.sh 36 36 cmake install.sh 37 petsc install-3.1 2-mac.sh37 petsc install-3.17-mac-intel.sh 38 38 triangle install-mac.sh 39 39 chaco install-mac.sh
Note:
See TracChangeset
for help on using the changeset viewer.