Changeset 24967
- Timestamp:
- 06/04/20 09:41:56 (5 years ago)
- Location:
- issm/trunk-jpl/externalpackages/dakota
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/dakota/install-6.2-mac-static.sh ¶
r24966 r24967 10 10 ## Environment 11 11 # 12 LIBGFORTRAN=$( find /usr/local/Cellar -name libgfortran.a | grep -v i386 | sed "s/1://")12 LIBGFORTRAN=$(mdfind -onlyin /usr -name libgfortran.* | grep -n libgfortran.a | grep -v i386 | sed "s/[0-9]*://g") 13 13 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 14 14 -
TabularUnified issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh ¶
r24966 r24967 10 10 ## Environment 11 11 # 12 LIBGFORTRAN=$( find /usr/local/Cellar -name libgfortran.dylib | grep -v i386 | sed "s/1://")12 LIBGFORTRAN=$(mdfind -onlyin /usr -name libgfortran.* | grep -n libgfortran.a | grep -v i386 | sed "s/[0-9]*://g") 13 13 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 14 14
Note:
See TracChangeset
for help on using the changeset viewer.