git: 1c2fef289f98 - main - sysutils/slurm-wlm: reorder powerpc64 and powerpc64le checks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Dec 2025 08:51:27 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c2fef289f98cb02c30d4ed0035b5204e21a8458
commit 1c2fef289f98cb02c30d4ed0035b5204e21a8458
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-12-01 13:42:56 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-12-04 08:51:24 +0000
sysutils/slurm-wlm: reorder powerpc64 and powerpc64le checks
Otherwise on powerpc64le, powerpc64 gets picked up and fails with:
ld: error: unknown emulation: elf64ppcle
---
sysutils/slurm-wlm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index dab07c1d9a1c..97a1fc171086 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -94,7 +94,7 @@ IPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi \
libipmimonitoring.so:sysutils/freeipmi
IPMI_CONFIGURE_WITH= freeipmi
-_ARCH= ${ARCH:S|aarch64|aarch64elf|:S|amd64|elf_amd64|:S|powerpc64|elf64ppc|:S|powerpc64le|elf64lppc|:S|riscv64|elf64lriscv|}
+_ARCH= ${ARCH:S|aarch64|aarch64elf|:S|amd64|elf_amd64|:S|powerpc64le|elf64lppc|:S|powerpc64|elf64ppc|:S|riscv64|elf64lriscv|}
# SLURM's configure enables interactive jobs if pty.h exists. Replacing
# #include <pty.h> with appropriate headers will therefore not work, so instead