Changes between Version 4 and Version 5 of Ticket #31


Ignore:
Timestamp:
Oct 26, 2005, 6:11:30 AM (20 years ago)
Author:
ole
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31 – Description

    v4 v5  
    2020A clean solution is required.
    2121
     22Ideas
    2223Look at how is Numeric/arrayobject.h is found and mimic that!
     24(This assumes that Numeric is already in Python/include)
     25
     26The cleanest for our installation would be to add the anuga root dir to include_dirs in distutils, but for running out of the sandpit I suggest we add directories from sys.path to -I in compile.py
     27