-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-15596 pkg: Update argobots to 1.2 (#15181)
Update argobots dependency to 1.2 release Signed-off-by: Cedric Koch-Hofer <[email protected]>
- Loading branch information
1 parent
f42e4c5
commit e2d0df9
Showing
4 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
daos (2.7.100-8) unstable; urgency=medium | ||
[ Cedric Koch-Hofer] | ||
* Update BR: argobots to 1.2 | ||
|
||
-- Cedric Koch-Hofer <[email protected]> Mon, 07 Oct 2024 11:06:00 -0700 | ||
|
||
daos (2.7.100-7) unstable; urgency=medium | ||
[ Tomasz Gromadzki ] | ||
* Add support of the PMDK package 2.1.0 with NDCTL enabled. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
|
||
%global mercury_version 2.4 | ||
%global libfabric_version 1.15.1-1 | ||
%global argobots_version 1.2 | ||
%global __python %{__python3} | ||
|
||
%if (0%{?rhel} >= 8) | ||
|
@@ -15,7 +16,7 @@ | |
|
||
Name: daos | ||
Version: 2.7.100 | ||
Release: 7%{?relval}%{?dist} | ||
Release: 8%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -41,11 +42,11 @@ BuildRequires: hwloc-devel | |
BuildRequires: bullseye | ||
%endif | ||
%if (0%{?rhel} >= 8) | ||
BuildRequires: argobots-devel >= 1.1 | ||
BuildRequires: argobots-devel >= %{argobots_version} | ||
BuildRequires: json-c-devel | ||
BuildRequires: boost-python3-devel | ||
%else | ||
BuildRequires: libabt-devel >= 1.0rc1 | ||
BuildRequires: libabt-devel >= %{argobots_version} | ||
BuildRequires: libjson-c-devel | ||
BuildRequires: boost-devel | ||
%endif | ||
|
@@ -599,6 +600,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Mon Oct 07 2024 Cedric Koch-Hofer <[email protected]> 2.7.100-8 | ||
- Update BR: argobots to 1.2 | ||
|
||
* Tue Oct 01 2024 Tomasz Gromadzki <[email protected]> 2.7.100-7 | ||
- Add support of the PMDK package 2.1.0 with NDCTL enabled. | ||
* Increase the default ULT stack size to 20KiB if the engine uses | ||
|