New upstream version 1.18.4.
- Exclude armv7hl because it uses double-word alignment for doubles.
This commit is contained in:
parent
e2aad71b41
commit
7fafa099c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ ocamlgsl-0.6.0.tar.gz
|
||||
/gsl-ocaml-1.17.2.tar.gz
|
||||
/gsl-ocaml-1.18.1.tar.gz
|
||||
/gsl-ocaml-1.18.2.tar.gz
|
||||
/gsl-ocaml-1.18.4.tar.gz
|
||||
|
@ -1,12 +1,19 @@
|
||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
|
||||
Name: ocaml-gsl
|
||||
Version: 1.18.2
|
||||
Release: 7%{?dist}
|
||||
Version: 1.18.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Interface to GSL (GNU scientific library) for OCaml
|
||||
License: GPLv2
|
||||
|
||||
URL: https://mmottl.github.io/gsl-ocaml/
|
||||
# "Architectures with double-word alignment for doubles are not supported"
|
||||
# Specifically you should look at this file:
|
||||
# %{_libdir}/ocaml/caml/config.h
|
||||
# and if it has '#define ARCH_ALIGN_DOUBLE' then it is not supported,
|
||||
# but if it has '#undef ARCH_ALIGN_DOUBLE' then it is OK.
|
||||
ExcludeArch: armv7hl
|
||||
|
||||
URL: https://github.com/mmottl/gsl-ocaml
|
||||
Source0: https://github.com/mmottl/gsl-ocaml/releases/download/v%{version}/gsl-ocaml-%{version}.tar.gz
|
||||
|
||||
|
||||
@ -75,6 +82,10 @@ make install
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2015 Richard W.M. Jones <rjones@redhat.com> - 1.18.4-1
|
||||
- New upstream version 1.18.4.
|
||||
- Exclude armv7hl because it uses double-word alignment for doubles.
|
||||
|
||||
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.18.2-7
|
||||
- OCaml 4.02.3 rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user