I need build core numpy (plus possible dft) static into python.a
Can someone point me to the right direction.

Currently I built some libs but blocked on _internal.

 From my Setup.local:

NPSRC=/home/mrovner/src/numpy-0.9.8
NPBLD=$(NPSRC)/build/src.linux-i686-2.4
NPINC=-I$(NPSRC)/numpy/core/include -I$(NPBLD)/numpy/core 
-I$(NPSRC)/numpy/core/src
multiarray $(NPSRC)/numpy/core/src/multiarraymodule.c $(NPINC)
umath $(NPBLD)/numpy/core/src/umathmodule.c $(NPINC)
scalarmath $(NPBLD)/numpy/core/src/scalarmathmodule.c $(NPINC)
_sort $(NPBLD)/numpy/core/src/_sortmodule.c $(NPINC)
_compiled_base $(NPSRC)/numpy/lib/src/_compiled_base.c $(NPINC)

Thanks,
Mike


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to