Changeset 27759


Ignore:
Timestamp:
05/17/23 12:44:53 (22 months ago)
Author:
jdquinn
Message:

ADD: New install script

File:
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.17-linux-static.sh

    r27737 r27759  
    2424# Configure
    2525cd ${PETSC_DIR}
    26 ./configure \
     26./configure.py \
    2727        --prefix="${PREFIX}" \
    2828        --PETSC_DIR="${PETSC_DIR}" \
     29        --with-shared-libraries=0 \
     30        --CFLAGS="-fPIC" \
     31        --CXXFLAGS="-fPIC" \
     32        --FFLAGS="-fPIC" \
    2933        --with-debugging=0 \
    3034        --with-valgrind=0 \
    3135        --with-x=0 \
    3236        --with-ssl=0 \
    33         --with-pic=1 \
    3437        --download-fblaslapack=1 \
    3538        --download-mpich=1 \
     
    3841        --download-scalapack=1 \
    3942        --download-mumps=1 \
    40         --download-zlib=1 \
    41         --download-hdf5=1
     43        --download-zlib=1
    4244
    4345# Compile and install
Note: See TracChangeset for help on using the changeset viewer.