Changeset 13853
- Timestamp:
- 10/30/12 14:01:23 (12 years ago)
- Location:
- issm/trunk-jpl/configs
- Files:
-
- 1 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/configs/config-linux64-astrid.sh ¶
r13289 r13853 13 13 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 14 14 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\ 15 --with-python-version=2.7\16 15 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \ 17 16 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ -
TabularUnified issm/trunk-jpl/configs/config-macosx-snowleopard-bothapis.sh ¶
r12539 r13853 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 11 pythonversion=2.712 5 13 6 ./configure \ … … 16 9 --with-matlab-dir=$MATLAB_DIR \ 17 10 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 18 --with-python-version=$pythonversion \ 19 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 11 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy\ 20 12 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 21 13 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \ -
TabularUnified issm/trunk-jpl/configs/config-macosx-snowleopard-python.sh ¶
r12541 r13853 4 4 #mpich 1.4 5 5 6 pythonversion=2.77 8 6 ./configure \ 9 7 --prefix=$ISSM_DIR \ 10 8 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 9 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 12 --with-python-version=$pythonversion \ 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\ 10 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy\ 14 11 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 15 12 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \ -
TabularUnified issm/trunk-jpl/configs/config-macosx64-chris-bothapis.sh ¶
r13786 r13853 4 4 #mpich 1.4 5 5 6 pythonversion=2.77 8 6 ./configure \ 9 7 --prefix=$ISSM_DIR \ 10 8 --with-matlab-dir=$MATLAB_DIR \ 11 9 --with-python-dir=$ISSM_DIR/externalpackages/python/install \ 12 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/ $pythonversion/lib/python$pythonversion/site-packages/numpy\10 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy\ 13 11 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 14 12 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ … … 28 26 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 29 27 #--with-fortran-lib="/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10/4.6.2/libgfortran.a" \ 30 #--with-python-version=$pythonversion \ -
TabularUnified issm/trunk-jpl/configs/config-macosx64-chris-python.sh ¶
r13358 r13853 4 4 #mpich 1.4 5 5 6 pythonversion=2.77 8 6 ./configure \ 9 7 --prefix=$ISSM_DIR \ 10 8 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 9 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 12 --with-python-version=$pythonversion \ 13 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 10 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\ 14 11 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 15 12 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \ -
TabularUnified issm/trunk-jpl/configs/config-macosx64-larour-nopetsc.sh ¶
r12157 r13853 1 1 #!/bin/sh 2 3 pythonversion=3.24 2 5 3 ./configure \ … … 7 5 --with-matlab-dir=$MATLAB_DIR \ 8 6 --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\ 7 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/3.2/lib/python3.2/site-packages/numpy/core/include/numpy\ 11 8 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 12 9 --with-math-lib="/usr/lib/libm.dylib" \ -
TabularUnified issm/trunk-jpl/configs/config-macosx64-larour-python.sh ¶
r12780 r13853 4 4 #mpich 1.4 5 5 6 pythonversion=2.77 8 6 ./configure \ 9 7 --prefix=$ISSM_DIR \ 10 8 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 9 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 12 --with-python-version=$pythonversion \ 13 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 10 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\ 14 11 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 15 12 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \ -
TabularUnified issm/trunk-jpl/configs/config-macosx64-lion-helene.sh ¶
r13377 r13853 3 3 #petsc 3.2 4 4 #mpich 1.4 5 6 pythonversion=2.77 5 8 6 ./configure \ … … 11 9 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 12 10 --with-python-dir=$ISSM_DIR/externalpackages/python/install\ 13 --with-python-version=$pythonversion \ 14 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ 11 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\ 15 12 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ 16 13 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
Note:
See TracChangeset
for help on using the changeset viewer.