Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-11-03 Thread xavier.gn...@gmail.com
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-

Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-10-31 Thread Dinesh Vadhia
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

Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-10-31 Thread Dinesh Vadhia
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

Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-10-31 Thread Charles R Harris
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?

Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-10-31 Thread Neal Becker
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

Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-10-31 Thread Charles R Harris
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

Re: [Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-10-31 Thread Neal Becker
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

[Numpy-discussion] ANN: NumPy 1.8.0 release.

2013-10-30 Thread Charles R Harris
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