Changeset 18422


Ignore:
Timestamp:
08/16/14 13:53:50 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: last chance

File:
1 edited

Legend:

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

    r18421 r18422  
    107107        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    108108        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
    109         --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    110109        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    111110        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
     
    115114        --enable-debugging \
    116115        --with-numthreads=4
     116
     117#--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    117118
    118119if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi
Note: See TracChangeset for help on using the changeset viewer.