Changeset 9670


Ignore:
Timestamp:
Feb 12, 2015, 12:25:26 PM (9 years ago)
Author:
steve
Message:

Remove testing of okada_tsunami as it requires pyproj which is hard to install on windows
without microsoft compiler (it is easy then via pip)

Location:
trunk/anuga_core
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/setup.py

    r9668 r9670  
    2727builtins.__ANUGA_SETUP__ = True
    2828
    29 
     29#==============================================================================
    3030DISTNAME = 'anuga'
    3131DESCRIPTION = 'A set of python modules for tsunami and flood modelling'
     
    3737LICENSE = 'GPL'
    3838DOWNLOAD_URL = "http://sourceforge.net/projects/anuga/"
     39#===============================================================================
     40
    3941
    4042# We can actually import a restricted version of anuga that
     
    4345
    4446VERSION = anuga.__version__
     47
     48
    4549
    4650# Return the svn revision as a string
     
    172176if __name__ == "__main__":
    173177
    174     # monkey patch distutils to use Microsoft VC++ for Python on win32
    175     #if sys.platform == 'win32':
    176     #    print('win32')
    177     #    import setuptools
    178 
    179178    setup_package()
    180179   
Note: See TracChangeset for help on using the changeset viewer.