Changeset 27397 for issm/trunk-jpl/externalpackages/gmt/install-6-mac.sh
- Timestamp:
- 11/19/22 15:08:12 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gmt/install-6-mac.sh
r27202 r27397 9 9 # Find libgfortran so that we do not have to hardcode it. 10 10 # 11 # Should retrieve a copy of gfortran that is compiled from source before12 # returning one that is installed via package manager.13 #14 11 # TODO: 15 12 # - Move this to etc/environment.sh 16 13 # 17 LIBGFORTRAN=$( mdfind -onlyin /usr -name libgfortran | egrep -n libgfortran.a | egrep -v i386| sed "s/[0-9]*://g" | head -1)14 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1) 18 15 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 19 16
Note:
See TracChangeset
for help on using the changeset viewer.