Changeset 22231


Ignore:
Timestamp:
11/03/17 20:01:29 (7 years ago)
Author:
jdquinn
Message:

CHG: Adjusted configuration for Linux_Ubuntu_Binaries to allow for statically built and linked libraries.

File:
1 edited

Legend:

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

    r22227 r22231  
    2929        --download-mumps=1 \
    3030        --download-fblaslapack=1 \
    31         --download-scalapack=1
     31        --download-scalapack=1 \
     32        --with-pic=1 \
     33        --CFLAGS="-fPIC" \
     34        --CXXFLAGS="-fPIC" \
     35        --FFLAGS="-fPIC"
     36       
    3237
    3338#Compile and intall
Note: See TracChangeset for help on using the changeset viewer.