Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 2025.10.03
# Rust 1.65.0 had build failures on A64FX (related to its included LLVM),
# and we worked around by using 1.75.0 and adding a dummy module file for 1.65.0.
# It should be possible to build it with optarch=march=armv8.2-a, so we need to rebuild it.
#
# See https://github.com/EESSI/software-layer/issues/1213
easyconfigs:
- Rust-1.65.0-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 2025.10.03
# Just to be sure and consistent, rebuild Python 3.10.8 with Rust 1.65.0 instead of 1.75.0.
# See https://github.com/EESSI/software-layer/issues/1213
#
# Also make sure to include the ctypes fix again here.
easyconfigs:
- Python-3.10.8-GCCcore-12.2.0.eb:
options:
# See https://github.com/easybuilders/easybuild-easyblocks/pull/3352
include-easyblocks-from-commit: 1ee17c0f7726c69e97442f53c65c5f041d65c94f
8 changes: 7 additions & 1 deletion eessi-2023.06-known-issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
- aarch64/a64x:
- aarch64/a64fx:
- LLVM-15.0.5-GCCcore-12.2.0.eb:
- issue: https://github.com/EESSI/software-layer/issues/1213
- info: "build failure: immediate offset out of range"
- Rust-1.65.0-GCCcore-12.2.0.eb:
- issue: https://github.com/EESSI/software-layer/issues/1213
- info: "same build failure as LLVM 15.0.5, as Rust includes LLVM 15"
- SciPy-bundle-2023.07-gfbf-2023a:
- issue: https://github.com/EESSI/software-layer/issues/318
- info: "4 failing tests (vs 54407 passed) in scipy test suite"
Expand Down