Skip to content

Commit

Permalink
biology/hhsuite: Revert commit "Broken on systems where OpenMP isn't …
Browse files Browse the repository at this point in the history
…enabled"

IT was added by mistake.
The failures on armv7 are due to -march=native.

This reverts commit 0f20e25.

Reported by:	pkubaj@
  • Loading branch information
yurivict committed Aug 4, 2022
1 parent 92f0112 commit bd8b68e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions biology/hhsuite/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit bd8b68e

Please sign in to comment.