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 0f20e25bb0.

Reported by:	pkubaj@
This commit is contained in:
Yuri Victorovich 2022-08-04 09:02:21 -07:00
parent 92f0112b86
commit bd8b68e641

View file

@ -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