Changeset 18438


Ignore:
Timestamp:
08/19/14 08:39:56 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: adde static compilation for mpich linux64

Location:
issm/trunk-jpl
Files:
1 added
3 edited

Legend:

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

    r18437 r18438  
    1919        --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    2020        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
     21        --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \
    2122        --with-debugging=0 \
    2223        --with-valgrind=0 \
     
    2425        --with-ssl=0 \
    2526        --with-shared-libraries=0 \
    26         --download-mpich=1 \
    2727        --download-metis=1 \
    2828        --download-parmetis=1 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh

    r18423 r18438  
    1818./config/configure.py \
    1919        --prefix="$ISSM_DIR/externalpackages/petsc/install" \
     20        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    2021        --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \
    21         --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    2222        --with-debugging=0 \
    2323        --with-valgrind=0 \
  • issm/trunk-jpl/packagers/ubuntu/install.sh

    r18436 r18438  
    2626#List of external pakages to be installed and their installation scripts
    2727EXTERNALPACKAGES="autotools install.sh               
     28                                                mpich     install-3.0-linux64-static.sh
    2829                  cmake     install.sh               
    2930                  petsc     install-3.5-linux64-static.sh
Note: See TracChangeset for help on using the changeset viewer.