Date: Sat, 15 Jul 2023 00:31:16 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 213c779e49b9 - main - biology/metaeuk: Add NATIVE option Message-ID: <202307150031.36F0VGx2001377@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=213c779e49b95baf5968b28af26959119fec5863 commit 213c779e49b95baf5968b28af26959119fec5863 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-15 00:30:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-15 00:31:14 +0000 biology/metaeuk: Add NATIVE option --- biology/metaeuk/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index 40712e9b8a1c..05e8fbbf0958 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -1,7 +1,7 @@ PORTNAME= metaeuk DISTVERSION= 6 -PORTREVISION= 1 DISTVERSIONSUFFIX= -a5d39d9 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org @@ -26,14 +26,15 @@ SHEBANG_GLOB= *.sh PLIST_FILES= bin/metaeuk -CMAKE_OFF= NATIVE_ARCH +OPTIONS_DEFINE= NATIVE + +NATIVE_CMAKE_BOOL= NATIVE_ARCH .if !exists(/usr/include/omp.h) CMAKE_ARGS+= -DREQUIRE_OPENMP:BOOL=OFF post-patch: # workaround for https://github.com/soedinglab/metaeuk/issues/55 @${REINPLACE_CMD} -e 's|set(REQUIRE_OPENMP 1 |set(REQUIRE_OPENMP 0 |' ${WRKSRC}/lib/mmseqs/src/CMakeLists.txt - .endif do-test:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307150031.36F0VGx2001377>