- Timestamp:
- 05/01/12 17:28:47 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in 17 15 stamp-h1 18 16 svn-commit* 19 nightlylog
-
- Property svn:mergeinfo changed
/issm/trunk merged: 11526,11533,11681-11682,11710,11778-11779,11995 /issm/trunk-jpl merged: 11992-11994,11996-12003,12005-12113,12115-12161,12163-12166
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/configs/config-macosx64-larour-nopetsc.sh
r12004 r12168 1 1 #!/bin/sh 2 2 3 #petsc 3.2 4 #mpich 1.4 3 pythonversion=3.2 5 4 6 5 ./configure \ 7 --prefix=$ISSM_TIER \ 8 --with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include \ 9 --with-mpi-lib=" $ISSM_TIER/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpich.a $ISSM_TIER/externalpackages/mpich2/install/lib/libmpl.a " \ 6 --prefix=$ISSM_DIR \ 10 7 --with-matlab-dir=$MATLAB_DIR \ 11 --with- triangle-dir=$ISSM_TIER/externalpackages/triangle/install\12 --with- metis-dir=$ISSM_TIER/externalpackages/metis/install\13 --with- chaco-dir=$ISSM_TIER/externalpackages/chaco/install\14 --with- fortran-lib="/usr/local/gfortran/lib/libgfortran.a"\8 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 9 --with-python-version=$pythonversion \ 10 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 11 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 15 12 --with-math-lib="/usr/lib/libm.dylib" \ 16 --with-blas-lapack-dir=$ISSM_TIER/externalpackages/petsc/install/lib \17 13 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \ 18 14 --with-cxxoptflags=" -fno-common -no-cpp-precomp -fexceptions -arch x86_64 -mmacosx-version-min=10.5 -O3 -DNDEBUG -w "\ 19 --with-numthreads=8 \ 20 --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install 21 # --with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install \ 22 # --with-petsc-arch=$ISSM_ARCH \ 23 # --with-plapack-lib="-L$ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \ 24 # --with-plapack-include="-I$ISSM_TIER/externalpackages/petsc/install/include/ " \ 25 # --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 26 # --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \ 27 # --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ 28 # --with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \ 15 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
Note:
See TracChangeset
for help on using the changeset viewer.