Skip to content

Commit

Permalink
science/cp2k: 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 25, 2022
1 parent d18cac5 commit caa6112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions science/cp2k/Makefile
Expand Up @@ -9,6 +9,10 @@ COMMENT= Quantum chemistry and solid state physics software package
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE

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

BUILD_DEPENDS= fypp:devel/py-fypp@${PY_FLAVOR}
LIB_DEPENDS= libblas.so:math/blas \
libfftw3.so:math/fftw3 \
Expand Down

0 comments on commit caa6112

Please sign in to comment.