source: issm/oecreview/Archive/18296-19100/ISSM-18422-18423.diff@ 19102

Last change on this file since 19102 was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 1.4 KB
RevLine 
[19102]1Index: ../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
16Index: ../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.