source:
issm/oecreview/Archive/18296-19100/ISSM-18422-18423.diff@
19102
Last change on this file since 19102 was 19102, checked in by , 10 years ago | |
---|---|
File size: 1.4 KB |
-
../trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh
27 27 --download-metis=1 \ 28 28 --download-parmetis=1 \ 29 29 --download-mumps=1 \ 30 --download-fblaslapack=1 \ 30 31 --download-scalapack=1 31 32 32 #--download-fblaslapack=1 \33 33 34 34 #Compile and intall 35 35 make -
../trunk-jpl/packagers/macosx/install.sh
108 108 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 109 109 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 110 110 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 111 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 111 112 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 112 113 --with-mpi-libflags=" -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lpmpich" \ 113 114 --with-fortran-lib="/usr/local/lib/libgfortran.a" \ 114 115 --enable-debugging \ 115 116 --with-numthreads=4 116 117 117 #--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \118 118 119 119 if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi 120 120
Note:
See TracBrowser
for help on using the repository browser.