Skip to content
Draft
4 changes: 3 additions & 1 deletion bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# give up as soon as any error occurs
set -e

git clone https://github.com/EESSI/software-layer-scripts
#git clone https://github.com/EESSI/software-layer-scripts
# Use specific feature branch for now, so we can easily test required changes in the hooks
git clone -b more_pytorch_fixes https://github.com/bedroge/software-layer-scripts

# symlink everything, except for:
# - common files like LICENSE and README.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
easyconfigs:
- Siesta-5.4.2-foss-2024a.eb
- scikit-image-0.25.0-foss-2024a.eb

- ArmComputeLibrary-25.02-GCCcore-13.3.0.eb
- PyTorch-2.9.1-foss-2024a.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/25726
from-commit: 45192496a30dcc224f7551a8bbd2f279b50eaa9c
Loading