Changeset 23565


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

CHG: Corrected issue with PETSc not compiling statically

File:
1 edited

Legend:

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

    r23435 r23565  
    77
    88#Download from ISSM server
    9 $ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://issm.ess.uci.edu/files/externalpackages/petsc-lite-3.7.6.tar.gz' 'petsc-3.7.6.tar.gz'
     9$ISSM_DIR/scripts/DownloadExternalPackage.sh 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.6.tar.gz' 'petsc-3.7.6.tar.gz'
    1010
    1111#Untar and move petsc to install directory
     
    1818./config/configure.py \
    1919        --prefix="$ISSM_DIR/externalpackages/petsc/install" \
     20        --with-single-library=1 \
     21        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
     22        --with-shared-libraries=0 \
     23        --with-debugging=0 \
    2024        --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \
    21         --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    22         --with-debugging=0 \
    23         --with-valgrind=0 \
    24         --with-x=0 \
    25         --with-ssl=0 \
    26         --with-shared-libraries=0 \
     25        --download-fblaslapack=1 \
    2726        --download-metis=1 \
    2827        --download-parmetis=1 \
     28        --with-x=0 \
     29        --download-scalapack=1 \
    2930        --download-mumps=1 \
    30         --download-fblaslapack=1 \
    31         --download-scalapack=1 \
     31        --with-ssl=0 \
     32        --with-valgrind=0 \
     33        --with-pic=1 \
    3234        --COPTFLAGS="-fPIC" \
    3335        --CXXOPTFLAGS="-fPIC" \
Note: See TracChangeset for help on using the changeset viewer.