git: 88aa90559b22 - main - biology/plink: enable on powerpc64le by using SSE translation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Aug 2025 15:33:28 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88aa90559b22fbb411b736f72d4d7e135c9b2709
commit 88aa90559b22fbb411b736f72d4d7e135c9b2709
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-08-13 15:32:33 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-08-13 15:33:19 +0000
biology/plink: enable on powerpc64le by using SSE translation
---
biology/plink/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/biology/plink/Makefile b/biology/plink/Makefile
index fd08152bc388..ca5cd584fc19 100644
--- a/biology/plink/Makefile
+++ b/biology/plink/Makefile
@@ -11,7 +11,7 @@ WWW= https://www.cog-genomics.org/plink/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-NOT_FOR_ARCHS= aarch64 mips64 powerpc64 powerpc64le
+NOT_FOR_ARCHS= aarch64 mips64 powerpc64
NOT_FOR_ARCHS_REASON= 64bit code requires SSE2 instructions
USES= gmake fortran
@@ -25,6 +25,7 @@ WRKSRC_SUBDIR= 1.9
MAKEFILE= Makefile.std
MAKE_ARGS= ZLIB=-lz BLASFLAGS="${BLASLIB} ${LAPACKLIB}"
CFLAGS+= -DDYNAMIC_ZLIB -I${LOCALBASE}/include
+CFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS -D__SSE2__
LDFLAGS+= -lthr
INSTALL_TARGET= install-strip