git: 6d827e6fce16 - main - biology/ncbi-blast+: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Jan 2022 13:40:09 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d827e6fce16d9772afaee489a2d00a3b0bf2b3f commit 6d827e6fce16d9772afaee489a2d00a3b0bf2b3f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-01-22 13:33:19 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-01-22 13:33:19 +0000 biology/ncbi-blast+: fix build on powerpc No libomp on powerpc. --- biology/ncbi-blast+/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 83bfefbc177f..265779243d25 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -59,6 +59,10 @@ WRKSRC_SUBDIR= c++ LDFLAGS+= -latomic # Only exists in gcc libs .endif +.if ${ARCH} == powerpc +CONFIGURE_ARGS+= --without-openmp +.endif + post-install: @${RM} ${STAGEDIR}${PREFIX}/include/ncbi-tools++/*/*/.cvsignore.extra @${RM} -rf ${STAGEDIR}${PREFIX}/lib/X11