Ignore:
Timestamp:
Jan 27, 2015, 11:58:50 PM (9 years ago)
Author:
steve
Message:

Working on setup.py (still need to get the directories right)

File:
1 edited

Legend:

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

    r9514 r9517  
    1515    config.add_data_dir('test')
    1616
    17     util_dir = os.path.abspath('../utilities')
     17    print ('************************')
     18    print (__file__)
     19    print (parent_package)
     20    print (top_path)
     21    print ('************************')
     22   
     23    anuga_dir = os.path.abspath(join('..',os.path.dirname(__file__)))
     24    util_dir = join(anuga_dir,'utilities')
    1825   
    1926    config.add_extension('neighbour_mesh_ext',
Note: See TracChangeset for help on using the changeset viewer.