- Timestamp:
- Nov 6, 2008, 3:32:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source_numpy_conversion/anuga/utilities/compile.py
r5889 r5902 12 12 13 13 #NumPy ------------------------------------ 14 # these lines recommended in "Converting from NUMARRAY to NUMPY"14 # Something like these lines recommended in "Converting from NUMARRAY to NUMPY" 15 15 import numpy 16 import numpy.numarray as nn17 16 numpyincludedirs = numpy.get_include() 18 numarrayincludedirs = nn.get_numarray_include_dirs()19 17 I_dirs = '-I"%s" ' % numpyincludedirs 20 for d in numarrayincludedirs:21 I_dirs += '-I"%s" ' % d22 18 #NumPy ------------------------------------ 23 19
Note: See TracChangeset
for help on using the changeset viewer.