Changeset 18414


Ignore:
Timestamp:
08/15/14 21:33:12 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added blas lapack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/macosx/install.sh

    r18413 r18414  
    117117        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    118118        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
     119        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     120        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     121        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    119122        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    120123        --with-mpi-libflags=" -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lpmpich" \
    121         --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    122         --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    123124        --with-fortran-lib="/usr/local/lib/libgfortran.a" \
    124125        --enable-debugging \
Note: See TracChangeset for help on using the changeset viewer.