git: bd8b68e6415a - main - biology/hhsuite: Revert commit "Broken on systems where OpenMP isn't enabled"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Aug 2022 16:21:48 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd8b68e6415a3671c144baa10871ef3f19f26eab commit bd8b68e6415a3671c144baa10871ef3f19f26eab Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-04 16:02:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-04 16:21:45 +0000 biology/hhsuite: Revert commit "Broken on systems where OpenMP isn't enabled" IT was added by mistake. The failures on armv7 are due to -march=native. This reverts commit 0f20e25bb0c89821c657ce7d8424f6e6ad1c9a45. Reported by: pkubaj@ --- biology/hhsuite/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile index a2bb0c1df3a0..0c655ea1561a 100644 --- a/biology/hhsuite/Makefile +++ b/biology/hhsuite/Makefile @@ -10,10 +10,6 @@ COMMENT= Remote protein homology detection suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -.if !exists(/usr/include/omp.h) -BROKEN= requires OpenMP support that is missing on this architecture -.endif - LIB_DEPENDS= libmpi.so:net/openmpi USES= compiler:c++11-lang cmake perl5 python shebangfix