Date: Thu, 4 Aug 2022 16:21:48 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: bd8b68e6415a - main - biology/hhsuite: Revert commit "Broken on systems where OpenMP isn't enabled" Message-ID: <202208041621.274GLmRq056824@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208041621.274GLmRq056824>