Changeset 12541


Ignore:
Timestamp:
06/25/12 16:04:13 (13 years ago)
Author:
cborstad
Message:

config scripts, debugging python compilation

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  
    33#petsc 3.2
    44#mpich 1.4
    5 
    6 #export FCFLAGS=" -m32"
    7 #export FFLAGS=" -m32"
    8 #export CFLAGS=" -arch i386"
    9 #export CXXFLAGS=" -arch i386"
    105
    116pythonversion=2.7
     
    149        --prefix=$ISSM_DIR \
    1510        --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\
    1712        --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\
    1914        --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
    2015        --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
     
    2318        --with-math-lib="/usr/lib/libm.dylib" \
    2419        --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 "\
    2621        --with-numthreads=8 \
    2722        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
Note: See TracChangeset for help on using the changeset viewer.