Accepting request 1124189 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1124189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-rpm-macros?expand=0&rev=21
This commit is contained in:
commit
6b6984a21c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
- Increase stack size limit for riscv64 like for ppc64(le).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 29 08:34:55 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Sun Jan 29 08:34:55 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-rpm-macros
|
Name: ocaml-rpm-macros
|
||||||
Version: 20230101
|
Version: 20231101
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM macros for building OCaml source packages
|
Summary: RPM macros for building OCaml source packages
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -421,7 +421,7 @@ ocaml setup.ml -configure \\\
|
|||||||
ocaml setup.ml -test
|
ocaml setup.ml -test
|
||||||
#
|
#
|
||||||
%%ocaml_dune_setup \
|
%%ocaml_dune_setup \
|
||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le riscv64
|
||||||
ulimit -s $((1024 * 64)) ; \
|
ulimit -s $((1024 * 64)) ; \
|
||||||
%endif
|
%endif
|
||||||
%if 0
|
%if 0
|
||||||
@ -475,7 +475,7 @@ ocaml setup.ml -configure \\\
|
|||||||
'@install' \\\
|
'@install' \\\
|
||||||
$OCAML_DUNE_BUILD_INSTALL_ARGS
|
$OCAML_DUNE_BUILD_INSTALL_ARGS
|
||||||
%%ocaml_dune_install \
|
%%ocaml_dune_install \
|
||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le riscv64
|
||||||
ulimit -s $((1024 * 64)) ; \
|
ulimit -s $((1024 * 64)) ; \
|
||||||
%endif
|
%endif
|
||||||
if test -z "${_smp_mflags}" ;\
|
if test -z "${_smp_mflags}" ;\
|
||||||
|
Loading…
Reference in New Issue
Block a user