Skip to content

Commit 87eabdd

Browse files
authored
Merge pull request #4915 from julianmorillo/develop
Change the architecture constant RISCV64
2 parents 1d06c25 + 1cd91d0 commit 87eabdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/tools/systemtools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
AARCH64 = 'AArch64'
108108
POWER = 'POWER'
109109
X86_64 = 'x86_64'
110-
RISCV32 = 'RISC-V-32'
111-
RISCV64 = 'RISC-V-64'
110+
RISCV32 = 'RISCV32'
111+
RISCV64 = 'RISCV64'
112112

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

0 commit comments

Comments
 (0)