From 098060bd7d3c718f48f31e34351fa1534f766cce Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Sat, 3 May 2025 17:28:49 +0000 Subject: [PATCH] feat: podio v01-02 --- spack-environment/packages.yaml | 2 +- spack.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index f2f27bd70..73ae4e22e 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -281,7 +281,7 @@ packages: - '@1.0.0' podio: require: - - '@1.1' + - '@1.2' - cxxstd=20 - +rntuple prmon: diff --git a/spack.sh b/spack.sh index 915f78099..3a5b5b404 100644 --- a/spack.sh +++ b/spack.sh @@ -42,6 +42,7 @@ b02340724d43313377e7fa1e48e9fe9ac362bd49 a14f10e8825fd25e0615095feaa548b1938fffac e76f8fda2d959fdf7a262eb539a4002a6a0c900f 7e89b3521ae8c9fb4ef3e94748d170ba1b799bf2 +c0c1a4aea1aa38bd7054cbac2e3fa1606f6939e9 --- ## Optional hash table with comma-separated file list read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ @@ -84,4 +85,5 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ ## b02340724d43313377e7fa1e48e9fe9ac362bd49: gaudi: Fix nonexistent 'libs' ## a14f10e8825fd25e0615095feaa548b1938fffac: openloops: Fix configuration of cmodel setting for gfortran ## e76f8fda2d959fdf7a262eb539a4002a6a0c900f: openloops: use cmodel small on aarch64 instead of large -## 7e89b3521ae8c9fb4ef3e94748d170ba1b799bf2: openloops: add v2.1.3, v2.1.4 \ No newline at end of file +## 7e89b3521ae8c9fb4ef3e94748d170ba1b799bf2: openloops: add v2.1.3, v2.1.4 +## c0c1a4aea1aa38bd7054cbac2e3fa1606f6939e9: podio: add v1.2; conflicts +rntuple ^root@6.32: when @:0.99 \ No newline at end of file -- GitLab