Maybe this is just me, I tried to build the tarball I got from sourceforge
in a fresh virtualenv on my mac and received the following error:

clang: numpy/core/src/multiarray/buffer.c
clang: src/multiarray/cblasfuncs.c
clang: error: no such file or directory: 'src/multiarray/cblasfuncs.c'
clang: error: no input files
clang: error: no such file or directory: 'src/multiarray/cblasfuncs.c'
clang: error: no input files

Indeed, that file is not present in the tarball. My download of the tarball
from sourceforge has sha1 hash 424bcee49507a655260068e767bd198094fc5604.

It looks like the tarball from github (
https://github.com/numpy/numpy/archive/v1.10.0b1.tar.gz) has the needed
file.

On Tue, Aug 11, 2015 at 4:23 PM, Charles R Harris <charlesr.har...@gmail.com
> wrote:

> Hi All,
>
> give this release a whirl and report any problems either on the
> numpy-discussion list or by opening an issue on github.
> I'm pleased to announce the first beta release of Numpy 1.10.0. There is
> over a year's worth of enhancements and bug fixes in the 1.10.0 release, so
> please give this release a whirl and report any problems either on the
> numpy-discussion list or by opening an issue on github. Tarballs,
> installers, and release notes may be found in the usual place at
> Sourceforge <https://sourceforge.net/projects/numpy/files/NumPy/1.10.0b1/>
> .
>
> Chuck
>
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to