Skip to content

Commit

Permalink
DAOS-15596 pkg: Update argobots to 1.2
Browse files Browse the repository at this point in the history
Update argobots dependency to 1.2 release

PR-repos: argobots@PR-26:12
Required-githooks: true
Signed-off-by: Cedric Koch-Hofer <[email protected]>
  • Loading branch information
kanard38 authored and knard-intel committed Sep 24, 2024
1 parent a6d2773 commit 861445b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion utils/build.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
component=daos

[commit_versions]
argobots=v1.1
argobots=v1.2
fuse=fuse-3.16.2
pmdk=2.0.0
isal=v2.30.0
Expand Down Expand Up @@ -30,3 +30,4 @@ spdk=https://github.com/spdk/spdk/commit/b0aba3fcd5aceceea530a702922153bc7566497
ofi=https://github.com/ofiwg/libfabric/commit/d827c6484cc5bf67dfbe395890e258860c3f0979.diff
fuse=https://github.com/libfuse/libfuse/commit/c9905341ea34ff9acbc11b3c53ba8bcea35eeed8.diff
mercury=https://raw.githubusercontent.com/daos-stack/mercury/481297621bafbbcac4cc6f8feab3f1b6f8b14b59/na_ucx_keyres_epchk.patch
argobots=https://github.com/pmodels/argobots/pull/397/commits/411e5b344642ebc82190fd8b125db512e5b449d1.diff,https://github.com/pmodels/argobots/commit/bb0c908abfac4bfe37852eee621930634183c6aa.diff
7 changes: 5 additions & 2 deletions utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

Name: daos
Version: 2.7.100
Release: 5%{?relval}%{?dist}
Release: 6%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand All @@ -41,7 +41,7 @@ BuildRequires: hwloc-devel
BuildRequires: bullseye
%endif
%if (0%{?rhel} >= 8)
BuildRequires: argobots-devel >= 1.1
BuildRequires: argobots-devel >= 1.2
BuildRequires: json-c-devel
BuildRequires: boost-python3-devel
%else
Expand Down Expand Up @@ -592,6 +592,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a shim package

%changelog
* Tue Sep 24 2024 Cedric Koch-Hofer <[email protected]> 2.7.100-6
- Update argobots to 1.2

* Thu Aug 15 2024 Michael MacDonald <[email protected]> 2.7.100-5
- Add libdaos_self_test.so to client RPM

Expand Down

0 comments on commit 861445b

Please sign in to comment.