Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/spack/envs/cached-cmake/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
#MY_SPACK_COMMIT: 70534ac9d457da9bc884feb10a64974ad32c19e3 # develop-2025-01-12
#MY_SPACK_COMMIT: c0bdc372266c53a078f32f910abe25c05848a74c # develop-2025-02-09
#MY_SPACK_COMMIT: 280017a9ba3f6a969743deca0eebc96e7c0e5cfd # rsc-2025-03-0
MY_SPACK_BRANCH: v1.0.2
MY_SPACK_BRANCH: v1.1.0

include:
- local: .gitlab/corona.yml
Expand Down
5 changes: 3 additions & 2 deletions .gitlab/spack/envs/cached-cmake/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
spack:
#[general--]
repos:
llnl_radiuss: ./spack_repo/llnl_radiuss/
## Use for temporary testing purpose, comment out before merging to main branch:
#llnl_radiuss: ./spack_repo/llnl_radiuss/
builtin:
commit: a229f54670
git: https://github.com/spack/spack-packages.git
commit: 3f482a6fca
include:
- $LCSCHEDCLUSTER/config.yaml
- $LCSCHEDCLUSTER/packages.yaml
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/spack/envs/shared-ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
#MY_SPACK_COMMIT: 70534ac9d457da9bc884feb10a64974ad32c19e3 # develop-2025-01-12
#MY_SPACK_COMMIT: c0bdc372266c53a078f32f910abe25c05848a74c # develop-2025-02-09
#MY_SPACK_COMMIT: 280017a9ba3f6a969743deca0eebc96e7c0e5cfd # rsc-2025-03-0
MY_SPACK_BRANCH: v1.0.2
MY_SPACK_BRANCH: v1.1.0

include:
- local: .gitlab/corona.yml
Expand Down
5 changes: 3 additions & 2 deletions .gitlab/spack/envs/shared-ci/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
spack:
#[general--]
repos:
llnl_radiuss: ./spack_repo/llnl_radiuss/
## Use for temporary testing purpose, comment out before merging to main branch:
#llnl_radiuss: ./spack_repo/llnl_radiuss/
builtin:
commit: a229f54670
git: https://github.com/spack/spack-packages.git
commit: 3f482a6fca
include:
- $LCSCHEDCLUSTER/config.yaml
- $LCSCHEDCLUSTER/packages.yaml
Expand Down
20 changes: 19 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# v2025.11.0
# v2026.02.0

Recommended Spack version: v1.1.0,
Required spack-packages commit: 3f482a6fca

## Packages
- BREAKING: moved local packages to upstream spack/spack-packages Updates of
the radiuss packages should not be pushed directly to spack/spack-packages.
Reference to spack-packages was updated accordingly. We kept the structure
for a local repository for temporary testing purpose only.

- With the update of the spack-packages reference, some changes happened in
radiuss packages (latest releases, updated dependencies...). Please refer to
spack-packages history for more details.

## Configs Update
- Added rocprofiler external for Caliper

# v2025.11.1

Recommended Spack version: v1.0.2,
Vetted spack-packages commit: a229f54670
Expand Down
2 changes: 1 addition & 1 deletion blueos_3_ppc64le_ib/spack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spack:
repos:
builtin::
commit: a229f54670
git: https://github.com/spack/spack-packages.git
commit: 3f482a6fca
include:
- config.yaml
- packages.yaml
Expand Down
Empty file.
110 changes: 0 additions & 110 deletions spack_repo/llnl_radiuss/packages/blt/package.py

This file was deleted.

11 changes: 0 additions & 11 deletions spack_repo/llnl_radiuss/packages/caliper/for_aarch64.patch

This file was deleted.

52 changes: 0 additions & 52 deletions spack_repo/llnl_radiuss/packages/caliper/libunwind.patch

This file was deleted.

Loading