Changeset 23564


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

CHG: Corrected issue with PETSc not compiling statically

File:
1 edited

Legend:

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

    r23449 r23564  
    2020        --with-single-library=1 \
    2121        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    22         --with-shared-libraries=1 \
     22        --with-shared-libraries=0 \
    2323        --with-debugging=0 \
    2424        --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \
     
    3131        --with-ssl=0 \
    3232        --with-valgrind=0 \
    33         --with-pic=1
     33        --with-pic=1 \
     34        --COPTFLAGS="-fPIC" \
     35        --CXXOPTFLAGS="-fPIC" \
     36        --FOPTFLAGS="-fPIC"
    3437
    3538#Compile and intall
Note: See TracChangeset for help on using the changeset viewer.