Compare commits
1 Commits
master
...
master-ris
Author | SHA1 | Date | |
---|---|---|---|
2640d85e40 |
@ -1,6 +1,6 @@
|
||||
Name: ocaml-num
|
||||
Version: 1.1
|
||||
Release: 24%{?dist}
|
||||
Release: 24.0.riscv64%{?dist}
|
||||
Summary: Legacy Num library for arbitrary-precision integer and rational arithmetic
|
||||
License: LGPLv2+ with exceptions
|
||||
|
||||
@ -50,7 +50,9 @@ make %{?_smp_mflags} all
|
||||
|
||||
|
||||
%check
|
||||
%ifnarch riscv64
|
||||
make -j1 test
|
||||
%endif
|
||||
|
||||
|
||||
%install
|
||||
@ -91,6 +93,9 @@ find $OCAMLFIND_DESTDIR -name '*.cmti' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1.1-24.0.riscv64
|
||||
- Disable tests on riscv64
|
||||
|
||||
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1.1-24
|
||||
- OCaml 4.11.0 pre-release attempt 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user