Changeset 22233
- Timestamp:
- 11/03/17 21:23:07 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/mpich/install-3.0-linux64-static.sh
r22227 r22233 1 1 #!/bin/bash 2 2 set -eu 3 4 export CXXFLAGS="-fPIC" 5 export CFLAGS="-fPIC" 6 export FFLAGS="-fPIC" 3 7 4 8 #Some cleanup -
issm/trunk/externalpackages/petsc/install-3.6-linux64-static.sh
r22232 r22233 29 29 --download-mumps=1 \ 30 30 --download-fblaslapack=1 \ 31 --download-scalapack=1 31 --download-scalapack=1 \ 32 --CFLAGS="-fPIC" \ 33 --CC_LINKER_FLAGS="-fPIC" \ 34 --CXXFLAGS="-fPIC" \ 35 --FFLAGS="-fPIC" \ 36 --FC_LINKER_FLAGS="-fPIC" 32 37 33 38 #Compile and intall -
issm/trunk/jenkins/linux64_ross_static
r22232 r22233 23 23 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 24 24 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 25 --with-numthreads=4' 25 --with-numthreads=4 \ 26 --with-cxxoptflags="-fPIC"' 26 27 27 28 #PYTHON and MATLAB testing
Note:
See TracChangeset
for help on using the changeset viewer.