Date: Wed, 1 Dec 2021 17:42:14 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f75ac0cecdaf - main - biology/bwa: don't use GCC on powerpc64le Message-ID: <202112011742.1B1HgEf6065501@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f75ac0cecdaf833014ca876fb369e788eb342500 commit f75ac0cecdaf833014ca876fb369e788eb342500 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-01 17:34:18 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-01 17:34:18 +0000 biology/bwa: don't use GCC on powerpc64le Now that the port uses simde, it builds fine without gcc's translation. --- biology/bwa/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile index 5075bda611bc..d98fad06941f 100644 --- a/biology/bwa/Makefile +++ b/biology/bwa/Makefile @@ -31,9 +31,6 @@ PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl man/man1/bwa.1.gz .if ${ARCH} == amd64 || ${ARCH} == i386 # Avoid #error in emmintrin.h CFLAGS+= -msse2 -.elif ${ARCH} == powerpc64le -CFLAGS+= -DNO_WARN_X86_INTRINSICS -USES+= compiler:gcc-c++11-lib .endif do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112011742.1B1HgEf6065501>