18 Aug
2008
18 Aug
'08
6:23 p.m.
Hello everybody, while compiling sfepy I found that makefile was not able to find a correct include directory for the numphy library. I had to change it by hand and it worked. I set: PYTHON_INCL := -I/usr/include/python$(PYVER) -I/usr/lib64/python2.4/ site-packages/numpy/core/include/
My Linux : uname -s -r -p -i -m Linux 2.6.18-92.1.6.el5 x86_64 x86_64 x86_64
The numphy library I compiled from the distribution numpy-1.1.1.tar.gz. I just followed their instruction: sudo python setup.py install.
Michael.