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