Changeset 12541
- Timestamp:
- 06/25/12 16:04:13 (13 years ago)
- Location:
- issm/trunk-jpl/configs
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/configs/config-macosx-snowleopard-python.sh ¶
r12539 r12541 3 3 #petsc 3.2 4 4 #mpich 1.4 5 6 #export FCFLAGS=" -m32"7 #export FFLAGS=" -m32"8 #export CFLAGS=" -arch i386"9 #export CXXFLAGS=" -arch i386"10 5 11 6 pythonversion=2.7 … … 14 9 --prefix=$ISSM_DIR \ 15 10 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 16 --with-python-dir=$ISSM_DIR/externalpackages/python/install /\11 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 17 12 --with-python-version=$pythonversion \ 18 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/ Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\13 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 19 14 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 20 15 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \ … … 23 18 --with-math-lib="/usr/lib/libm.dylib" \ 24 19 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \ 25 --with-cxxoptflags=" -fno-common - no-cpp-precomp -fexceptions -arch i386-O3 -DNDEBUG -w "\20 --with-cxxoptflags=" -fno-common -fexceptions -O3 -DNDEBUG -w "\ 26 21 --with-numthreads=8 \ 27 22 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
Note:
See TracChangeset
for help on using the changeset viewer.