Changeset 23566


Ignore:
Timestamp:
12/20/18 15:47:35 (6 years ago)
Author:
jdquinn
Message:

CHG: Corrected issue with MPICH not compiling statically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/mpich/install-3.2-macosx64-static.sh

    r23435 r23566  
    77
    88#Download from ISSM server
    9 $ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://issm.ess.uci.edu/files/externalpackages/mpich-3.2.tar.gz' 'mpich-3.2.tar.gz'
     9$ISSM_DIR/scripts/DownloadExternalPackage.sh 'http://issm.jpl.nasa.gov/files/externalpackages/mpich-3.2.tar.gz' 'mpich-3.2.tar.gz'
    1010
    11 #Untar 
     11#Untar
    1212tar -zxvf  mpich-3.2.tar.gz
    1313
     
    2424./configure \
    2525        --prefix="$ISSM_DIR/externalpackages/mpich/install" \
    26         --disable-shared
     26        --disable-shared \
     27        --enable-strict=all \
     28        --enable-fast \
     29        --with-pic
    2730
    2831#Compile mpich (this new version supports parallel make)
     
    3235        make -j $1
    3336fi
    34 make install 
     37make install
Note: See TracChangeset for help on using the changeset viewer.