-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove util-linux again, this was just to prove the PR worked
- Loading branch information
Showing
6 changed files
with
289 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setenv("INSIDE_GITHUB_ACTIONS", "true") | ||
-- Interfere with PATH so Lmod keeps a record | ||
prepend_path("PATH", "/snap/bin") |
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
18 changes: 18 additions & 0 deletions
18
easystacks/software.eessi.io/2023.06/rebuilds/20241017-eb-4.9.4-OpenBLAS-aarch64-generic.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,18 @@ | ||
# 2024.10.17 | ||
# TARGET=ARMV8 must be used when building OpenBLAS for aarch64/generic, | ||
# since otherwise "Illegal instruction" errors may happen in the driver part of OpenBLAS | ||
# on systems that only support a minimal instruction set like Arm v8 (like Raspberry Pi SBCs); | ||
# see also https://github.com/OpenMathLib/OpenBLAS/issues/4945 | ||
easyconfigs: | ||
- OpenBLAS-0.3.21-GCC-12.2.0.eb: | ||
options: | ||
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3492 | ||
include-easyblocks-from-commit: d06d9617d9bfb63d338b6879eab9da81c8a312d8 | ||
- OpenBLAS-0.3.23-GCC-12.3.0.eb: | ||
options: | ||
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3492 | ||
include-easyblocks-from-commit: d06d9617d9bfb63d338b6879eab9da81c8a312d8 | ||
- OpenBLAS-0.3.24-GCC-13.2.0.eb: | ||
options: | ||
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3492 | ||
include-easyblocks-from-commit: d06d9617d9bfb63d338b6879eab9da81c8a312d8 |
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
Oops, something went wrong.