Skip to content

Commit

Permalink
science/xtb: Broken on systems where OpenMP isn't enabled
Browse files Browse the repository at this point in the history
Reported by:	fallout
Approved by:	portmgr (blanket)
  • Loading branch information
yurivict committed Aug 4, 2022
1 parent 6c977db commit ebb4aa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions science/xtb/Makefile
Expand Up @@ -9,6 +9,10 @@ COMMENT= Semiempirical Extended Tight-Binding Program Package
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

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

USES= fortran cmake blaslapack:openblas

USE_GITHUB= yes
Expand Down

0 comments on commit ebb4aa7

Please sign in to comment.