Skip to content

Commit 0571ab1

Browse files
committed
Change the architecture constant RISCV64
1 parent 87b3d9d commit 0571ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/systemtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
POWER = 'POWER'
109109
X86_64 = 'x86_64'
110110
RISCV32 = 'RISC-V-32'
111-
RISCV64 = 'RISC-V-64'
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)