Changeset 5839


Ignore:
Timestamp:
Oct 15, 2008, 8:44:36 PM (16 years ago)
Author:
steve
Message:

Updated setup.py from the later version of pypar, added file metsdata.py
and added the link -lg2c (can't hurt) as for some reason the linker
was looking for getarg_

Location:
anuga_core/source/pypar-numeric
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/pypar-numeric/__init__.py

    r5779 r5839  
    66
    77from pypar import *
    8 from pypar import __version__, __date__, __author__
     8from __metadata__ import __version__, __date__, __author__
    99
    1010#Add path of package to PYTHONPATH to allow C-extension to be loaded
  • anuga_core/source/pypar-numeric/setup.py

    r5838 r5839  
    149149    mpi_flags = get_mpi_flags()
    150150    mpi_flags['inc_dirs'].append(numpy.get_include())
    151 
     151    mpi_flags['libs'].append('g2c')
    152152
    153153    # setting some extra compile flags for AMD64, utilizing
Note: See TracChangeset for help on using the changeset viewer.