Date: Sat, 1 Oct 2022 21:54:44 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c777431b316d - 2022Q4 - biology/hyphy: Not broken on systems where OpenMP isn't available Message-ID: <202210012154.291LsiRa071021@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c777431b316dfeff5ad387d54da782c1779193a2 commit c777431b316dfeff5ad387d54da782c1779193a2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-01 20:55:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-01 21:54:38 +0000 biology/hyphy: Not broken on systems where OpenMP isn't available PR: 265677 Reported by: Robert Clausecker <fuz@fuz.su> (cherry picked from commit e2b35d714732ea5fda50b45e26397bb57467ed81) --- biology/hyphy/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile index a3720c1b468e..c0d6bd4541ba 100644 --- a/biology/hyphy/Makefile +++ b/biology/hyphy/Makefile @@ -9,10 +9,6 @@ WWW= https://www.hyphy.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -.if !exists(/usr/include/omp.h) -BROKEN= requires OpenMP support that is missing on this architecture -.endif - ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le LIB_DEPENDS= libcurl.so:ftp/curl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210012154.291LsiRa071021>