- Update to version 20210423.2800b78

avoid corruption on 32bit architectures

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=50
This commit is contained in:
Olaf Hering 2021-04-25 22:57:15 +00:00 committed by Git OBS Bridge
parent ce7c2a9373
commit 407a08b5ef
5 changed files with 10 additions and 12 deletions

View File

@ -1,8 +1,9 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="filename">ocaml-parmap</param> <param name="filename">ocaml-parmap</param>
<param name="revision">adce7bc64c4ff2095d5100089fc9fe610928dc0e</param> <param name="revision">2800b78e9e10ffffafc3cbb0ffaed646ab71cc6a</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/rdicosmo/parmap.git</param> <param name="url">https://github.com/rdicosmo/parmap.git</param>
<param name="versionformat">%cd.%h</param> <param name="versionformat">%cd.%h</param>
</service> </service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b415cac397060c2c55031b4b8f7988882ba997edf89458b98daa1acb449a55d0
size 31984

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53417d9239992b4f2d6ee3f7654eb696de9f71af8e1be82963fc39e935d26e75
size 31968

View File

@ -1,7 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de Sun Apr 25 22:22:22 UTC 2021 - ohering@suse.de
- Update to version 20210109.adce7bc - Update to version 20210423.2800b78
avoid corruption on 32bit architectures
add support for returning results in the right order add support for returning results in the right order
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -17,7 +17,7 @@
Name: ocaml-parmap Name: ocaml-parmap
Version: 20210109.adce7bc Version: 20210423.2800b78
Release: 0 Release: 0
%{?ocaml_preserve_bytecode} %{?ocaml_preserve_bytecode}
Summary: Multicore architecture exploitation for OCaml programs with minimal modifications Summary: Multicore architecture exploitation for OCaml programs with minimal modifications
@ -27,7 +27,7 @@ URL: https://opam.ocaml.org/packages/parmap
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-dune BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20210121 BuildRequires: ocaml-rpm-macros >= 20210409
BuildRequires: ocamlfind(bigarray) BuildRequires: ocamlfind(bigarray)
BuildRequires: ocamlfind(dune.configurator) BuildRequires: ocamlfind(dune.configurator)
BuildRequires: ocamlfind(graphics) BuildRequires: ocamlfind(graphics)
@ -66,11 +66,7 @@ dune_release_pkgs='parmap'
%ocaml_create_file_list %ocaml_create_file_list
%check %check
test -x "$(type -P ocamlc.opt)" || exit 0
OCAML_DUNE_RUNTEST_ARGS="-j 1" OCAML_DUNE_RUNTEST_ARGS="-j 1"
%if "%{_lib}" == "lib"
dune_test_tolerate_fail='dune_test_tolerate_fail Array.make'
%endif
export nData=$((1000 * 10)) export nData=$((1000 * 10))
export nProcs=2 export nProcs=2
%ocaml_dune_test %ocaml_dune_test