Ignore:
Timestamp:
Jan 30, 2015, 9:41:18 PM (10 years ago)
Author:
steve
Message:

Moving our setup to be similar to numpy and scipy and cleaning out the anuga directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/fit_interpolate/setup.py

    r9519 r9558  
    1515    config.add_data_dir('test')
    1616
    17     if parent_package is '':
    18         anuga_dir = '..'
    19     else:
    20         anuga_dir = '.'
    2117
    22     util_dir = join(anuga_dir,'utilities')
     18    util_dir = os.path.abspath(join(os.path.dirname(__file__),'..','utilities'))
    2319
    24 
     20   
    2521    util_srcs = [join(util_dir,'quad_tree.c'),
    2622                 join(util_dir,'sparse_dok.c'),
Note: See TracChangeset for help on using the changeset viewer.