Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion easybuild/tools/systemtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
POWER = 'POWER'
X86_64 = 'x86_64'
RISCV32 = 'RISC-V-32'
RISCV64 = 'RISC-V-64'
RISCV64 = 'RISCV64'

# known values for ARCH constant (determined by _get_arch_constant in easybuild.framework.easyconfig.constants)
KNOWN_ARCH_CONSTANTS = ('aarch64', 'ppc64le', 'riscv64', 'x86_64')
Expand Down