git: e2b35d714732 - main - 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 20:59:17 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2b35d714732ea5fda50b45e26397bb57467ed81 commit e2b35d714732ea5fda50b45e26397bb57467ed81 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-01 20:55:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-01 20:59:13 +0000 biology/hyphy: Not broken on systems where OpenMP isn't available PR: 265677 Reported by: Robert Clausecker <fuz@fuz.su> --- 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