git: c777431b316d - 2022Q4 - biology/hyphy: Not broken on systems where OpenMP isn't available
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Oct 2022 21:54:44 UTC
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