-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2023.06-software.eessi.io' of github-trz:EESSI/software…
…-layer into debug-2023.06-software.eessi.io-PyTorch-2.1.2-foss-2023a
- Loading branch information
Showing
11 changed files
with
155 additions
and
26 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
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
9 changes: 9 additions & 0 deletions
9
...tware.eessi.io/2023.06/rebuilds/20240814-eb-4.9.2-hatchling-1.18.0-updated-easyconfig.yml
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 2024.08.14 | ||
# hatchling-1.18.0 rebuild to account for easyconfig changed upstream | ||
# see https://gitlab.com/eessi/support/-/issues/85 and | ||
# https://github.com/easybuilders/easybuild-easyconfigs/pull/20389 | ||
easyconfigs: | ||
- hatchling-1.18.0-GCCcore-12.3.0.eb: | ||
options: | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20389 | ||
from-commit: 9580c0d67d6dd97b160b768a839bfcba6d5b21b9 |
13 changes: 13 additions & 0 deletions
13
...essi.io/2023.06/rebuilds/20240823-eb-4.9.2-GObject-Introspection-filter-envvars-a64fx.yml
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 2024.08.23 | ||
# GObject-Introspection sets $LD_LIBRARY_PATH (to many different paths, including $EPREFIX/lib) | ||
# when calling gcc, and this causes a lot of issues for, especially, scripts using /bin/bash. | ||
# | ||
# This rebuild ensures (by using a new EasyBuild hook) that GObject-Introspection will not set | ||
# environment variables that are configured to be filtered by EasyBuild. | ||
# This rebuild was not done initially for A64FX. This file is meant to do the same as the | ||
# previous rebuild of GObject-Introspection-1.76.1-GCCcore-12.3.0 in other architectures, | ||
# but for A64FX. | ||
# | ||
# See https://github.com/EESSI/software-layer/issues/196 | ||
easyconfigs: | ||
- GObject-Introspection-1.76.1-GCCcore-12.3.0.eb |
2 changes: 2 additions & 0 deletions
2
easystacks/software.eessi.io/2023.06/zen4/eessi-2023.06-eb-4.9.2-001-system.yml
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
easyconfigs: | ||
- ReFrame-4.3.3.eb |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This can be leveraged by the source_sh() feature of Lmod | ||
export EESSI_ARCHDETECT_OPTIONS=$($(dirname $(readlink -f $BASH_SOURCE))/eessi_archdetect.sh -a cpupath) |
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