[Numpy-discussion] ANN: NumPy 1.8.1 release

Matthew Brett matthew.brett at gmail.com
Fri Mar 28 18:13:59 EDT 2014


Hi,

On Fri, Mar 28, 2014 at 3:09 PM, Olivier Grisel
<olivier.grisel at ensta.org> wrote:
> This is great! Has anyone started to work on OSX whl packages for
> scipy? I assume the libgfortran, libquadmath & libgcc_s dylibs will
> not make it as easy as for numpy. Would it be possible to use a static
> gcc toolchain as Carl Kleffner is using for his experimental windows
> whl packages?

Yes, these are already done for the beta release, and for matplotlib:

https://nipy.bic.berkeley.edu/scipy_installers/

Luckily OSX has a sensible way of setting relative paths to required
libraries, so it's pretty easy to copy the required dlls into the
binary distribution:

https://github.com/matthew-brett/delocate

Cheers,

Matthew



More information about the NumPy-Discussion mailing list