Changeset 23564
- Timestamp:
- 12/20/18 14:02:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/petsc/install-3.7-macosx64-static.sh
r23449 r23564 20 20 --with-single-library=1 \ 21 21 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 22 --with-shared-libraries= 1\22 --with-shared-libraries=0 \ 23 23 --with-debugging=0 \ 24 24 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ … … 31 31 --with-ssl=0 \ 32 32 --with-valgrind=0 \ 33 --with-pic=1 33 --with-pic=1 \ 34 --COPTFLAGS="-fPIC" \ 35 --CXXOPTFLAGS="-fPIC" \ 36 --FOPTFLAGS="-fPIC" 34 37 35 38 #Compile and intall
Note:
See TracChangeset
for help on using the changeset viewer.