Link against ATLAS for improved performance.

This commit is contained in:
Richard W.M. Jones 2015-02-22 22:08:36 +00:00
parent c206eaf362
commit 995dbb5237
1 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: ocaml-gsl
Version: 1.18.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Interface to GSL (GNU scientific library) for OCaml
License: GPLv2
@ -17,6 +17,7 @@ BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-camlp4-devel
BuildRequires: gsl-devel >= 1.9
BuildRequires: /usr/bin/awk
BuildRequires: atlas-devel
%description
@ -40,6 +41,7 @@ developing applications that use %{name}.
%build
export GSL_CBLAS_LIB="-lgsl -L%{_libdir}/atlas -lsatlas"
make
@ -74,6 +76,10 @@ make install
%changelog
* Tue Feb 24 2015 Richard W.M. Jones <rjones@redhat.com> - 1.18.2-2
- Link against ATLAS for improved performance.
https://lists.fedoraproject.org/pipermail/devel/2015-February/thread.html#208146
* Sun Feb 22 2015 Richard W.M. Jones <rjones@redhat.com> - 1.18.2-1
- New upstream version 1.18.2.
- Remove the patch, now upstream.