I am trying to build scipy SciPy-0.2.0_alpha_200.4161 with djbfft on a linux box. I have built djbfft, ran install and instcheck. This created /usr/local/djbfft/lib/ which contains djbfft.a. When I build scipy with
python setup.py build
I get djbfft_info: NOT AVAILABLE DJBFFT (http://cr.yp.to/djbfft.html) libraries not found. Directories to search for the libraries can be specified in the scipy_distutils/site.cfg file (section [djbfft]) or by setting the DJBFFT environment variable. I have tried setting setenv DJBFFT /usr/local/djbfft/lib and setenv DJBFFT /usr/local/djbfft as well as placing djbfft.a in /usr/lib and when that failed, renaming it to libdjbfft.a. To no avail. I find no site.cfg file in the scipy src tree to modify. How do I build scipy with djbfft? Thanks, John Hunter
participants (1)
-
John Hunter