Changeset 18423


Ignore:
Timestamp:
08/16/14 14:06:10 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not know why we need lapack...

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh

    r18419 r18423  
    2828        --download-parmetis=1 \
    2929        --download-mumps=1 \
     30        --download-fblaslapack=1 \
    3031        --download-scalapack=1
    3132
    32 #--download-fblaslapack=1 \
    3333
    3434#Compile and intall
  • issm/trunk-jpl/packagers/macosx/install.sh

    r18422 r18423  
    109109        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    110110        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
     111        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    111112        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    112113        --with-mpi-libflags=" -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lpmpich" \
     
    115116        --with-numthreads=4
    116117
    117 #--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    118118
    119119if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi
Note: See TracChangeset for help on using the changeset viewer.