[Numpy-discussion] extension module with swig

Christopher Barker Chris.Barker at noaa.gov
Tue Nov 4 12:27:10 EST 2008


Giovanni Samaey wrote:
> changing the library path and explicitly adding libraries =['gsl',  
> 'gslcblas'] did the trick !

one other suggestion:

if you want this to run any other machine, you might want to build gsl 
as a static lib, so it will get linked directly into your extension, and 
your extension will no longer rely on having it installed.

-Chris

-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the NumPy-Discussion mailing list