Skip to content

Commit

Permalink
Add psm2 to filtered dependencies for 2023.06
Browse files Browse the repository at this point in the history
`PSM2` was introduced as a dependency of `libfabric` in easybuilders/easybuild-easyconfigs#20501. 

We already have PSM2 in the compat layer, so we can filter this dependency out, but longer term we probably actually want it since it should be built with accelerator support.
  • Loading branch information
ocaisa authored May 15, 2024
1 parent 4afaecb commit d043d86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure_easybuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ if [[ "$EESSI_CPU_FAMILY" == "aarch64" ]]; then
DEPS_TO_FILTER="${DEPS_TO_FILTER},Yasm"
fi

# Version 23.06 of EESSI ships PSM2 in the compat layer, so we can filter this out while retaining support for OFA fabric
# (longer term this is probably not the right move as PSM2 should be configured with accelerator support, hence the restricted version)
if [[ "$EESSI_VERSION" == "2023.06" ]]; then
DEPS_TO_FILTER="${DEPS_TO_FILTER},psm2"
fi

export EASYBUILD_FILTER_DEPS=$DEPS_TO_FILTER

export EASYBUILD_MODULE_EXTENSIONS=1
Expand Down

0 comments on commit d043d86

Please sign in to comment.