This repository was archived by the owner on Feb 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Name: argobots
66%global tag %{major }.%{minor }%{?prerelease }
77
88Version: %{major }.%{minor }%{?prerelease:~%{prerelease }}
9- Release: 1 %{?dist }
9+ Release: 2 %{?dist }
1010Summary: Lightweight, low-level threading and tasking framework
1111Group: System Environment/Libraries
1212License: UChicago Argonne, LLC -- Argobots License
@@ -79,7 +79,7 @@ if true || [ ! -f configure ]; then
7979 ./autogen.sh
8080fi
8181# defaults: with-dlopen can be over-rode:
82- %configure --enable-valgrind --enable-stack-unwind --enable-option-checking=fatal
82+ %configure --enable-valgrind --enable-stack-unwind --enable-option-checking=fatal --enable-checks=no
8383make %{?_smp_mflags } V=1
8484
8585%install
@@ -115,6 +115,9 @@ rm -f %{buildroot}%{_libdir}/*.{l,}a
115115%doc README
116116
117117%changelog
118+ * Tue Mar 04 2025 Li Wei <liwei@hpe.com> - 1.2-2
119+ - Test --enable-checks=no
120+
118121* Wed Oct 02 2024 Cedric Koch-Hofer <cedric.koch-hofer@intel.com> - 1.2-1
119122- Update to 1.2
120123- Add patch 411e5b3 Fix DAOS-14248: ULTs stacks dump works only once
Original file line number Diff line number Diff line change 1717CONFIGURE_FLAGS += --enable-stack-unwind
1818# configure with Valgrind support
1919CONFIGURE_FLAGS += --enable-valgrind
20+ CONFIGURE_FLAGS += --enable-checks=no
2021
2122% :
2223 dh $@
You can’t perform that action at this time.
0 commit comments