Skip to content

Commit

Permalink
science/gbtolib: Broken on systems where OpenMP isn't enabled
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jul 30, 2022
1 parent 5c534ae commit 39c5a8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions science/gbtolib/Makefile
Expand Up @@ -10,6 +10,10 @@ COMMENT= High-performance library for evaluation of molecular integrals
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif

LIB_DEPENDS= libopenblas.so:math/openblas

USES= cmake fortran zip
Expand Down

0 comments on commit 39c5a8f

Please sign in to comment.