Changeset 23226


Ignore:
Timestamp:
09/06/18 11:35:25 (7 years ago)
Author:
jdquinn
Message:

CHG: Fixing configuration for Ubuntu binaries Petsc

File:
1 edited

Legend:

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

    r23225 r23226  
    2121        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    2222        --with-shared-libraries=0 \
    23         --with-pic=1 \
    2423        --with-debugging=0 \
    2524        --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \
     
    3130        --download-mumps=1 \
    3231        --with-ssl=0 \
    33         --with-valgrind=0
     32        --with-valgrind=0 \
     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.