source: issm/trunk/configs/config-macosx64-larour-python.sh@ 13975

Last change on this file since 13975 was 13975, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 13974

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1#!/bin/sh
2
3#petsc 3.2
4#mpich 1.4
5
6./configure \
7 --prefix=$ISSM_DIR \
8 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
9 --with-python-dir=$ISSM_DIR/externalpackages/python/install\
10 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\
11 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
12 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
13 --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 " \
14 --with-chaco-dir=$ISSM_DIR/externalpackages/chaco/install \
15 --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a" \
16 --with-math-lib="/usr/lib/libm.dylib" \
17 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
18 --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-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
21 --with-petsc-arch=$ISSM_ARCH \
22 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
23 --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
24 --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/include/ " \
25 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
26 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
27 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/
28 #--with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
29 #--with-boost-dir=$ISSM_DIR/externalpackages/boost/install/ \
Note: See TracBrowser for help on using the repository browser.