Changeset 27759
- Timestamp:
- 05/17/23 12:44:53 (22 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.17-linux-static.sh
r27737 r27759 24 24 # Configure 25 25 cd ${PETSC_DIR} 26 ./configure \26 ./configure.py \ 27 27 --prefix="${PREFIX}" \ 28 28 --PETSC_DIR="${PETSC_DIR}" \ 29 --with-shared-libraries=0 \ 30 --CFLAGS="-fPIC" \ 31 --CXXFLAGS="-fPIC" \ 32 --FFLAGS="-fPIC" \ 29 33 --with-debugging=0 \ 30 34 --with-valgrind=0 \ 31 35 --with-x=0 \ 32 36 --with-ssl=0 \ 33 --with-pic=1 \34 37 --download-fblaslapack=1 \ 35 38 --download-mpich=1 \ … … 38 41 --download-scalapack=1 \ 39 42 --download-mumps=1 \ 40 --download-zlib=1 \ 41 --download-hdf5=1 43 --download-zlib=1 42 44 43 45 # Compile and install
Note:
See TracChangeset
for help on using the changeset viewer.