Changeset 13906
- Timestamp:
- 11/07/12 20:58:27 (12 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configs/config-macosx64-larour-ad.sh
r13221 r13906 1 1 #!/bin/sh 2 3 pythonversion=2.7 2 4 3 5 ./configure \ … … 8 10 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ 9 11 --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\ 10 14 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 11 15 -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r13864 r13906 50 50 51 51 #Triangle library 52 AM_CXXFLAGS = -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER 52 AM_CXXFLAGS = -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_WRAPPERS_ 53 53 54 54 #Python part … … 75 75 else 76 76 deps += ../../c/libISSMModules.a ../../c/libISSMCore.a 77 if ADOLC 78 deps += $(ADOLCLIB) 79 endif 80 77 81 endif 78 82
Note:
See TracChangeset
for help on using the changeset viewer.