Changeset 13906


Ignore:
Timestamp:
11/07/12 20:58:27 (12 years ago)
Author:
Eric.Larour
Message:

CHG: missing WRAPPERS symbol for compilation of python modules.

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-macosx64-larour-ad.sh

    r13221 r13906  
    11#!/bin/sh
     2
     3pythonversion=2.7
    24
    35./configure \
     
    810        --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
    911        --with-matlab-dir=$MATLAB_DIR \
     12        --with-python-dir=$ISSM_DIR/externalpackages/python/install\
     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\
    1014        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1115
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r13864 r13906  
    5050
    5151#Triangle library
    52 AM_CXXFLAGS =  -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER
     52AM_CXXFLAGS =  -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_WRAPPERS_
    5353
    5454#Python part
     
    7575else             
    7676deps += ../../c/libISSMModules.a ../../c/libISSMCore.a           
     77if ADOLC
     78deps += $(ADOLCLIB)
     79endif
     80
    7781endif
    7882
Note: See TracChangeset for help on using the changeset viewer.