Changes between Version 4 and Version 5 of Ticket #31
- Timestamp:
- Oct 26, 2005, 6:11:30 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31 – Description
v4 v5 20 20 A clean solution is required. 21 21 22 Ideas 22 23 Look at how is Numeric/arrayobject.h is found and mimic that! 24 (This assumes that Numeric is already in Python/include) 25 26 The 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