rebuilt with ocaml 4.14.1 [release 1.1.0-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
6bceeea62c
commit
c1563b3955
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ocaml-bigarray-compat
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Compatibility library to use Stdlib.Bigarray when possible
|
||||
Group: System/Libraries/OCaml
|
||||
Vendor: openmamba
|
||||
@ -14,9 +14,10 @@ License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: dune
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-camlp4-devel
|
||||
BuildRequires: ocaml-findlib
|
||||
Requires: ocaml-runtime
|
||||
@ -42,7 +43,7 @@ dune build -p bigarray-compat
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
DESTDIR="%{buildroot}" dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
|
||||
DESTDIR="%{buildroot}" dune install --prefix "/usr" --libdir "%{_libdir}/ocaml"
|
||||
|
||||
rm -rf %{buildroot}/usr/doc
|
||||
|
||||
@ -70,5 +71,8 @@ rm -rf %{buildroot}/usr/doc
|
||||
%doc CHANGES.md README.md
|
||||
|
||||
%changelog
|
||||
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.1.0-2mamba
|
||||
- rebuilt with ocaml 4.14.1
|
||||
|
||||
* Sat Jan 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user