From 8bc14105da1897f6c5713c8f0a662f65698d96fc Mon Sep 17 00:00:00 2001 From: Li Wei Date: Wed, 26 Feb 2025 09:52:22 +0900 Subject: [PATCH] DAOS-17094 packaging: Try --enable-checks=no Do not land! Signed-off-by: Li Wei --- argobots.spec | 7 +++++-- debian/rules | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/argobots.spec b/argobots.spec index cc1b10d0..a2cd6bdd 100644 --- a/argobots.spec +++ b/argobots.spec @@ -6,7 +6,7 @@ Name: argobots %global tag %{major}.%{minor}%{?prerelease} Version: %{major}.%{minor}%{?prerelease:~%{prerelease}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight, low-level threading and tasking framework Group: System Environment/Libraries License: UChicago Argonne, LLC -- Argobots License @@ -79,7 +79,7 @@ if true || [ ! -f configure ]; then ./autogen.sh fi # defaults: with-dlopen can be over-rode: -%configure --enable-valgrind --enable-stack-unwind --enable-option-checking=fatal +%configure --enable-valgrind --enable-stack-unwind --enable-option-checking=fatal --enable-checks=no make %{?_smp_mflags} V=1 %install @@ -115,6 +115,9 @@ rm -f %{buildroot}%{_libdir}/*.{l,}a %doc README %changelog +* Tue Mar 04 2025 Li Wei - 1.2-2 +- Test --enable-checks=no + * Wed Oct 02 2024 Cedric Koch-Hofer - 1.2-1 - Update to 1.2 - Add patch 411e5b3 Fix DAOS-14248: ULTs stacks dump works only once diff --git a/debian/rules b/debian/rules index 75a33bc2..2cd180ce 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,7 @@ CONFIGURE_FLAGS += --enable-stack-unwind # configure with Valgrind support CONFIGURE_FLAGS += --enable-valgrind +CONFIGURE_FLAGS += --enable-checks=no %: dh $@