Changeset 12035


Ignore:
Timestamp:
04/17/12 17:59:46 (13 years ago)
Author:
Eric.Larour
Message:

Changing from mex to modules

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configure.ac

    r12031 r12035  
    3737                        src/Makefile
    3838                        src/c/Makefile
    39                         src/mex/Makefile
    40                         src/mex/python/Makefile
    41                         src/mex/matlab/Makefile
     39                        src/modules/Makefile
     40                        src/modules/python/Makefile
     41                        src/modules/matlab/Makefile
    4242                        src/m/Makefile
    4343                        bin/Makefile])
  • issm/trunk-jpl/etc/environment.sh

    r12031 r12035  
    259259#PYTHON
    260260export PATH="$PYTHON_DIR/bin:$PATH"
    261 export PYTHONPATH="$PYTHONPATH:$ISSM_TIER/src/mex/python"
    262 export LD_LIBRARY_PATH=$ISSM_TIER/src/mex/python:$LD_LIBRARY_PATH
     261export PYTHONPATH="$PYTHONPATH:$ISSM_TIER/src/modules/python"
     262export LD_LIBRARY_PATH=$ISSM_TIER/src/modules/python:$LD_LIBRARY_PATH
    263263
    264264#MODELE
Note: See TracChangeset for help on using the changeset viewer.