Changeset 27406
- Timestamp:
- 11/21/22 12:03:29 (2 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 3 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-linux-static.sh
r27397 r27406 16 16 # - Otherwise, refactor this to work with other gfortran installations. 17 17 # 18 echo "Finding libgfortran..." 18 19 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 19 20 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/dakota/install-6.2-linux.sh
r27397 r27406 14 14 # - Move this to etc/environment.sh 15 15 # 16 echo "Finding libgfortran..." 16 17 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 17 18 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac-static.sh
r27400 r27406 16 16 # - Otherwise, refactor this to work with other gfortran installations. 17 17 # 18 echo "Finding libgfortran..." 18 19 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 19 20 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh
r27400 r27406 14 14 # - Move this to etc/environment.sh 15 15 # 16 echo "Finding libgfortran..." 16 17 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 17 18 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/gmsh/install-4-linux-static.sh
r27397 r27406 24 24 # - Move this to etc/environment.sh 25 25 # 26 echo "Finding libgfortran..." 26 27 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 27 28 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/gmsh/install-4-linux.sh
r27397 r27406 24 24 # - Move this to etc/environment.sh 25 25 # 26 echo "Finding libgfortran..." 26 27 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 27 28 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/gmsh/install-4-mac-static.sh
r27397 r27406 15 15 ## Constants 16 16 # 17 18 # NOTE: If updating version at all, need to generate new patch for 19 # configs/${VER}/static/CMakeLists.txt after applying changes from 20 # previous version 21 # 17 22 VER="4.10.5" 18 23 … … 27 32 # - Otherwise, refactor this to work with other gfortran installations. 28 33 # 34 echo "Finding libgfortran..." 29 35 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 30 36 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} … … 45 51 rm -rf gmsh-${VER}-source 46 52 47 # Copy customized source and config files to 'src' directory48 cp configs/${VER}/static/CMakeLists.txt src 53 # Apply patches 54 #patch src/CMakeLists.txt < configs/${VER}/static/CMakeLists.txt.patch 49 55 50 56 # Configure … … 82 88 make -j $1 install 83 89 fi 84 85 # Make necessary link on RHEL86 if [[ -d ${PREFIX}/lib64 && ! -d ${PREFIX}/lib ]]; then87 cd ${PREFIX}88 ln -s ./lib64 ./lib89 fi -
issm/trunk-jpl/externalpackages/gmsh/install-4-mac.sh
r27397 r27406 24 24 # - Move this to etc/environment.sh 25 25 # 26 echo "Finding libgfortran..." 26 27 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 27 28 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/gmt/install-6-linux-static.sh
r27397 r27406 14 14 # - Otherwise, refactor this to work with other gfortran installations. 15 15 # 16 echo "Finding libgfortran..." 16 17 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 17 18 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/gmt/install-6-linux.sh
r27397 r27406 12 12 # - Move this to etc/environment.sh 13 13 # 14 echo "Finding libgfortran..." 14 15 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 15 16 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh
r27397 r27406 14 14 # - Otherwise, refactor this to work with other gfortran installations. 15 15 # 16 echo "Finding libgfortran..." 16 17 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 17 18 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} -
issm/trunk-jpl/externalpackages/gmt/install-6-mac.sh
r27397 r27406 12 12 # - Move this to etc/environment.sh 13 13 # 14 echo "Finding libgfortran..." 14 15 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 15 16 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*}
Note:
See TracChangeset
for help on using the changeset viewer.