Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit e83759f

Browse files
committed
DAOS-17094 packaging: do not land - try --disable-mem-pool
1 parent 5f45767 commit e83759f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

argobots.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name: argobots
66
%global tag %{major}.%{minor}%{?prerelease}
77

88
Version: %{major}.%{minor}%{?prerelease:~%{prerelease}}
9-
Release: 1%{?dist}
9+
Release: 2%{?dist}
1010
Summary: Lightweight, low-level threading and tasking framework
1111
Group: System Environment/Libraries
1212
License: UChicago Argonne, LLC -- Argobots License
@@ -79,7 +79,7 @@ if true || [ ! -f configure ]; then
7979
./autogen.sh
8080
fi
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 --disable-mem-pool
8383
make %{?_smp_mflags} V=1
8484

8585
%install

0 commit comments

Comments
 (0)