On Mon, Feb 8, 2016 at 10:41 AM, Evgeni Burovski
wrote:
>
>> numpy.show_config() shows the places that numpy found the libraries at
>> build time. In the case of the manylinux wheel builds, I put openblas
>> at /usr/local , but the place the wheel should be loading openblas
>> from is /.libs. Fo
> numpy.show_config() shows the places that numpy found the libraries at
> build time. In the case of the manylinux wheel builds, I put openblas
> at /usr/local , but the place the wheel should be loading openblas
> from is /.libs. For example, I think you'll
> find that the numpy tests will stil
Hi,
On Mon, Feb 8, 2016 at 3:29 AM, Daπid wrote:
>
> On 6 February 2016 at 21:26, Matthew Brett wrote:
>>
>>
>> pip install -f https://nipy.bic.berkeley.edu/manylinux numpy scipy
>> python -c 'import numpy; numpy.test()'
>> python -c 'import scipy; scipy.test()'
>
>
>
> All the tests pass on my
On Feb 7, 2016 15:27, "Charles R Harris" wrote:
>
>
>
> On Sun, Feb 7, 2016 at 2:16 PM, Nathaniel Smith wrote:
>>
>> On Sun, Feb 7, 2016 at 9:49 AM, Charles R Harris
>> wrote:
>> >
>> >
>> > On Sun, Feb 7, 2016 at 3:40 AM, Nathaniel Smith wrote:
>> >>
>> >> On Feb 6, 2016 12:27 PM, "Matthew Bre