Changeset 20948


Ignore:
Timestamp:
07/19/16 14:26:35 (9 years ago)
Author:
agscott1
Message:

CHG: reverting configs/config-macosx64.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-macosx64.sh

    r20947 r20948  
    1111        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
    1212        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    13    --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lpmpich -lmpich -lmpl" \
     13        --with-mpi-libflags=" $ISSM_DIR/externalpackages/mpich/install/lib/libpmpich.a $ISSM_DIR/externalpackages/mpich/install/lib/libmpich.a $ISSM_DIR/externalpackages/mpich/install/lib/libmpl.a " \
     14        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    1415        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    1516        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    16         --with-numthreads=8 \
    17         --enable-debugging \
    18         --enable-development
     17        --with-fortran-lib="/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/libgfortran.a" \
     18        --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
     19        --with-numthreads=8
Note: See TracChangeset for help on using the changeset viewer.