Changeset 27400
- Timestamp:
- 11/21/22 01:09:29 (2 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 ¶
r27397 r27400 16 16 # - Otherwise, refactor this to work with other gfortran installations. 17 17 # 18 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1)18 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 19 19 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 20 LIBGCC=$(find ${LIBGFORTRAN_ROOT} -name libgcc* 2>/dev/null | egrep -n libgcc.a | sed "s/[0-9]*://g" | head -1)20 LIBGCC=$(find ${LIBGFORTRAN_ROOT} -name libgcc* 2>/dev/null | egrep -n libgcc.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 21 21 22 22 ## Environment -
TabularUnified issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh ¶
r27397 r27400 14 14 # - Move this to etc/environment.sh 15 15 # 16 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | sed "s/[0-9]*://g" | head -1)16 LIBGFORTRAN=$(find /usr -name libgfortran* 2>/dev/null | egrep -n libgfortran.a | egrep -v i386 | sed "s/[0-9]*://g" | head -1) 17 17 LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*} 18 18
Note:
See TracChangeset
for help on using the changeset viewer.