Ignore:
Timestamp:
Feb 11, 2015, 12:00:47 PM (10 years ago)
Author:
steve
Message:

Adding the mingw runtime libs so mingw doesn't need to be installed with bdist_wininst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/anuga/pymetis/setup.py

    r9569 r9661  
    99   
    1010    from numpy.distutils.misc_util import Configuration
    11     from numpy.distutils.system_info import get_info
    1211   
    1312    config = Configuration('pymetis', parent_package, top_path)
     
    1514    config.add_data_dir('tests')
    1615
    17     if parent_package is '':
    18         anuga_dir = '..'
    19     else:
    20         anuga_dir = '.'
    2116       
    2217    METIS_DIR = 'metis-4.0'
Note: See TracChangeset for help on using the changeset viewer.