Skip to content
Draft
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
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
Expand Up @@ -12,3 +12,11 @@ easyconfigs:
# See https://github.com/easybuilders/easybuild-easyconfigs/pull/25133
# and https://github.com/easybuilders/easybuild-easyconfigs/pull/25593
from-commit: e2dedae93022d7e3f10bf2983ca8a03b03b0dca0
- ArmComputeLibrary-25.02-GCCcore-13.3.0.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/25566
from-commit: 4ae8ae69d09f63fb3560bba0f46927f10221f492
- PyTorch-2.9.1-foss-2024a.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/25726
from-commit: 5369b74b16d9e2cdbe6d6e67280be2257ece607d
Loading