Changeset 18406
- Timestamp:
- 08/15/14 16:17:26 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/mpich/install-3.0-macosx64-static.sh
r18402 r18406 19 19 cd src 20 20 ./configure \ 21 --prefix="$ISSM_DIR/externalpackages/mpich/install" \ 22 --enable-shared 23 24 #CC=llvm-gcc \ 21 --prefix="$ISSM_DIR/externalpackages/mpich/install" 25 22 26 23 #Compile mpich (this new version supports parallel make) -
issm/trunk-jpl/packagers/macosx/install.sh
r18404 r18406 38 38 echo "Installing CMAKE" 39 39 echo '---------------------------------' 40 ./install.sh &> /dev/null40 ./install.sh $1 &> /dev/null 41 41 42 42 if [ $? -ne 0 ]; then … … 73 73 echo "Installing MPICH" 74 74 echo '---------------------------------' 75 ./install-3.0-macosx64-static.sh &> /dev/null75 ./install-3.0-macosx64-static.sh $1 &> /dev/null 76 76 77 77 if [ $? -ne 0 ]; then … … 84 84 echo "Installing PETSc" 85 85 echo '---------------------------------' 86 ./install-3.5-macosx64-static.sh &> /dev/null86 ./install-3.5-macosx64-static.sh $1 &> /dev/null 87 87 88 88 if [ $? -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.