Skip to content
Snippets Groups Projects
Commit caa6112c authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

science/cp2k: Broken on systems where OpenMP isn't enabled

Reported by:	fallout
parent d18cac5d
Branches
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment