From: Daniel W. <dan...@ni...> - 2007-03-26 14:51:35
|
Hi, The numpy header file issue has been fixed on HEAD. Please test the fix by rebuilding pysparse if you get a chance and check that it works for you. It turns out that numpy has a get_include() function that gives the location of the header files. Delete any header files that you have copied to locations outside of site-packages such as pysparse/Include before building. If I don't hear any complaints I'll do a release at the end of the week. Cheers On Jan 3, 2007, at 9:37 AM, Roman Geus wrote: >> >> - If you are compiling against numpy, the numpy header files >> don't seem >> to be going into the right place at least on my two computers. >> I haven't resolved this problem yet. For now, I was just >> copying the >> .h files from .../site-packages/python/numpy/core/include/ >> to Include/Lib/numpy >> in my working copy of pysparse. -- Daniel Wheeler |