[SciPy-dev] bulding with Fink on 10.4 with xcode-2.1

ChrisK chrisk at MIT.EDU
Tue Jul 26 18:02:52 EDT 2005


I was rebuilding scipy on Max OS X and had to do some slight patching.

This is with fink on Max OS 10.4.2 using XCode 2.1 (w/gcc 4.0), for
the scipy-py24 package. (for version 0.3.2)

There were two files where 'static' was causing a compile error:
scipy/Lib/interpolate/fitpack.pyf
scipy/Lib/stats/ranlib_all.c
and one file that did not setup HAVE_INVERSE_HYPERBOLIC properly,
which was fixed by patching the build file:
scipy/scipy_core/scipy_base/setup_scipy_base.py

Thus the 4th compile worked.

So I thought I would post this patch here in case someone could put them
in upstream.  I have also sent this to the fink site and maintainer.

-- 
Chris
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: scipy-py.patch
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20050726/a0a85c4c/attachment.ksh>


More information about the SciPy-Dev mailing list