Rev | Line | |
---|
[19102] | 1 | Index: ../trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh (revision 18422)
|
---|
| 4 | +++ ../trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh (revision 18423)
|
---|
| 5 | @@ -27,9 +27,9 @@
|
---|
| 6 | --download-metis=1 \
|
---|
| 7 | --download-parmetis=1 \
|
---|
| 8 | --download-mumps=1 \
|
---|
| 9 | + --download-fblaslapack=1 \
|
---|
| 10 | --download-scalapack=1
|
---|
| 11 |
|
---|
| 12 | -#--download-fblaslapack=1 \
|
---|
| 13 |
|
---|
| 14 | #Compile and intall
|
---|
| 15 | make
|
---|
| 16 | Index: ../trunk-jpl/packagers/macosx/install.sh
|
---|
| 17 | ===================================================================
|
---|
| 18 | --- ../trunk-jpl/packagers/macosx/install.sh (revision 18422)
|
---|
| 19 | +++ ../trunk-jpl/packagers/macosx/install.sh (revision 18423)
|
---|
| 20 | @@ -108,13 +108,13 @@
|
---|
| 21 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 22 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 23 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 24 | + --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 25 | --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
|
---|
| 26 | --with-mpi-libflags=" -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lpmpich" \
|
---|
| 27 | --with-fortran-lib="/usr/local/lib/libgfortran.a" \
|
---|
| 28 | --enable-debugging \
|
---|
| 29 | --with-numthreads=4
|
---|
| 30 |
|
---|
| 31 | -#--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
|
---|
| 32 |
|
---|
| 33 | if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi
|
---|
| 34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.