Changeset 1900 for trunk/external
- Timestamp:
- 08/26/10 11:21:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external/libpyrap/Makefile
r1899 r1900 41 41 NUMPYROOT := $(PYTHONLIBD)/python2.5/site-packages/numpy 42 42 NUMPYINCD := $(NUMPYROOT)/core/include 43 NUMPYLIBD := $(NUMPYROOT)/core 44 NUMPYLIB := $(NUMPYLIBD)/multiarray.so 43 45 44 46 # the compiler … … 56 58 57 59 # links to external libraries 58 LIBS := $(CORELIB) $(BOOSTLIB) 60 LIBS := $(CORELIB) $(BOOSTLIB) $(NUMPYLIB) 59 61 60 62 # include directories
Note:
See TracChangeset
for help on using the changeset viewer.