Compare commits

...

8 Commits
f32 ... master

Author SHA1 Message Date
Richard W.M. Jones 20d763214b OCaml 4.11.1 rebuild 2020-09-01 20:08:42 +01:00
Richard W.M. Jones 6b40285cea OCaml 4.11.0 rebuild 2020-08-21 12:03:49 +01:00
Iñaki Úcar 4dc0a227fb https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager 2020-08-14 15:24:32 +02:00
Fedora Release Engineering b388919812 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 12:10:31 +00:00
Richard W.M. Jones f59925e69e OCaml 4.11.0+dev2-2020-04-22 rebuild 2020-05-04 23:13:47 +01:00
Richard W.M. Jones 79843dae28 OCaml 4.11.0 pre-release attempt 2 2020-04-21 16:48:52 +01:00
Richard W.M. Jones ff30a7d70f OCaml 4.11.0 pre-release 2020-04-17 21:22:55 +01:00
Richard W.M. Jones 8cd2fcbdbe Update all OCaml dependencies for RPM 4.16. 2020-04-02 23:08:05 +01:00
1 changed files with 33 additions and 11 deletions

View File

@ -1,6 +1,12 @@
%if 0%{?fedora} >= 33
%global blaslib flexiblas
%else
%global blaslib openblas
%endif
Name: ocaml-gsl
Version: 1.19.1
Release: 26%{?dist}
Release: 34%{?dist}
Summary: Interface to GSL (GNU scientific library) for OCaml
License: GPLv2
@ -23,11 +29,7 @@ BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
BuildRequires: gsl-devel >= 1.9
BuildRequires: /usr/bin/awk
%ifarch %{openblas_arches}
BuildRequires: openblas-devel
%else
BuildRequires: atlas-devel
%endif
BuildRequires: %{blaslib}-devel
%description
@ -52,11 +54,7 @@ developing applications that use %{name}.
%build
%ifarch %{openblas_arches}
export GSL_CBLAS_LIB="-lopenblas"
%else
export GSL_CBLAS_LIB="-lgsl -L%{_libdir}/atlas -lsatlas"
%endif
export GSL_CBLAS_LIB="-l%{blaslib}"
make
@ -91,6 +89,30 @@ make install
%changelog
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.1-34
- OCaml 4.11.1 rebuild
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.1-33
- OCaml 4.11.0 rebuild
* Fri Aug 14 2020 Iñaki Úcar <iucar@fedoraproject.org> - 1.19.1-32
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.1-30
- OCaml 4.11.0+dev2-2020-04-22 rebuild
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.1-29
- OCaml 4.11.0 pre-release attempt 2
* Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.1-28
- OCaml 4.11.0 pre-release
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.1-27
- Update all OCaml dependencies for RPM 4.16.
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.1-26
- OCaml 4.10.0 final.