Changeset 11329
- Timestamp:
- 02/06/12 10:12:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/mpich2/install-1.4-macosx32.sh
r11237 r11329 14 14 #Configure mpich2 15 15 cd src 16 export CFLAGS=" -arch i386" 16 export FFLAGS=" -m32" 17 export CFLAGS=" -m32" 17 18 export CXXFLAGS=" -arch i386" 18 19 export CPPFLAGS=" -arch i386" 19 export FFLAGS=" -arch i386"20 20 ./configure \ 21 21 --prefix="$ISSM_TIER/externalpackages/mpich2/install" \
Note:
See TracChangeset
for help on using the changeset viewer.