Changeset 1900


Ignore:
Timestamp:
08/26/10 11:21:42 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: cd $(ASAPROOT) ; make

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Makefile is updated to link multiarray.so.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/libpyrap/Makefile

    r1899 r1900  
    4141NUMPYROOT := $(PYTHONLIBD)/python2.5/site-packages/numpy
    4242NUMPYINCD := $(NUMPYROOT)/core/include
     43NUMPYLIBD := $(NUMPYROOT)/core
     44NUMPYLIB := $(NUMPYLIBD)/multiarray.so
    4345
    4446# the compiler
     
    5658
    5759# links to external libraries
    58 LIBS := $(CORELIB) $(BOOSTLIB)
     60LIBS := $(CORELIB) $(BOOSTLIB) $(NUMPYLIB)
    5961
    6062# include directories
Note: See TracChangeset for help on using the changeset viewer.