Changeset 19639


Ignore:
Timestamp:
10/15/15 08:24:58 (9 years ago)
Author:
Mathieu Morlighem
Message:

BUG: removed path specific to Eric's build

Location:
issm/trunk-jpl/src/m/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/dev/devpath.m

    r19638 r19639  
    1818%ISSM path
    1919addpath([ISSM_DIR '/src/m/os/']); %load recursivepath
    20 addpath([ISSM_DIR '/build-fw/lib']);       %load mex
     20addpath([ISSM_DIR '/lib']);       %load mex
    2121addpath(recursivepath([ISSM_DIR '/src/m']));
    2222addpath(recursivepath([ISSM_DIR '/externalpackages/scotch']));
  • issm/trunk-jpl/src/m/dev/devpath.py

    r19198 r19639  
    2222                                        sys.path.append(root)
    2323                               
    24 sys.path.append(ISSM_DIR + '/build-fw/lib')
     24sys.path.append(ISSM_DIR + '/lib')
    2525sys.path.append(ISSM_DIR + '/src/wrappers/python/.libs')
    2626# If using clusters, we need to have the path to the cluster settings directory
Note: See TracChangeset for help on using the changeset viewer.