On ubuntu 13.10 with the following packages installed:
libopenblas-base
libopenblas-dev
liblapack-dev
liblapack3
site.cfg:
[DEFAULT]
library_dirs = /usr/lib
include_dirs = /usr/lib/openblas-base
[openblas]
libraries = openblas
library_dirs = /usr/lib/openblas-base
include_dirs = /usr/lib/openblas-
Use site.cfg.example as template to create a new site.cfg. For openblas,
uncomment:
[openblas]
library_dirs = /opt/OpenBLAS/lib
include_dirs = /opt/OpenBLAS/include
Also, uncomment default section:
[DEFAULT]
library_dirs = /usr/local/lib
include_dirs = /usr/local/include
That should do it - h
Use site.cfg.example as template to create a new site.cfg. For openblas,
uncomment:
[openblas]
library_dirs = /opt/OpenBLAS/lib
include_dirs = /opt/OpenBLAS/include
Also, uncomment default section:
[DEFAULT]
library_dirs = /usr/local/lib
include_dirs = /usr/local/include
That should do it - h
On Thu, Oct 31, 2013 at 7:13 AM, Neal Becker wrote:
> Charles R Harris wrote:
>
> > On Thu, Oct 31, 2013 at 6:58 AM, Neal Becker
> wrote:
> >
> >> Thanks for the release!
> >>
> >> I am having a hard time finding the build instructions. Could you
> please
> >> add
> >> this to the announcement?
Charles R Harris wrote:
> On Thu, Oct 31, 2013 at 6:58 AM, Neal Becker wrote:
>
>> Thanks for the release!
>>
>> I am having a hard time finding the build instructions. Could you please
>> add
>> this to the announcement?
>>
>
> What sort of build instructions are you looking for?
>
> Chuck
On Thu, Oct 31, 2013 at 6:58 AM, Neal Becker wrote:
> Thanks for the release!
>
> I am having a hard time finding the build instructions. Could you please
> add
> this to the announcement?
>
What sort of build instructions are you looking for?
Chuck
Thanks for the release!
I am having a hard time finding the build instructions. Could you please add
this to the announcement?
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
I am pleased to announce the availability of NumPy 1.8.0. This release is
the culmination of over a years worth of work by the NumPy team and
contains many fixes, enhancements, and new features. Highlights are:
- New, no 2to3, Python 2 and Python 3 are supported by a common code
base.
- N