Changeset 18422
- Timestamp:
- 08/16/14 13:53:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/macosx/install.sh
r18421 r18422 107 107 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 108 108 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 109 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \110 109 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 111 110 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 115 114 --enable-debugging \ 116 115 --with-numthreads=4 116 117 #--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 117 118 118 119 if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi
Note:
See TracChangeset
for help on using the changeset viewer.