source: issm/branches/trunk-jpl-damage/configs/config-macosx-snowleopard-python.sh@ 12878

Last change on this file since 12878 was 12878, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 12877

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1#!/bin/sh
2
3#petsc 3.2
4#mpich 1.4
5
6pythonversion=2.7
7
8./configure \
9 --prefix=$ISSM_DIR \
10 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
11 --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\
14 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
15 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
16 --with-mpi-lib=" $ISSM_DIR/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpl.a " \
17 --with-fortran-lib="/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10/4.6.2/libgfortran.a" \
18 --with-math-lib="/usr/lib/libm.dylib" \
19 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
20 --with-cxxoptflags=" -fno-common -fexceptions -O3 -DNDEBUG -w "\
21 --with-numthreads=8 \
22 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
23 --with-petsc-arch=$ISSM_ARCH \
24 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
25 --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
26 --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/include/ " \
27 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
28 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
29 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
Note: See TracBrowser for help on using the repository browser.