git: 9e4348b83e13 - main - science/qmcpack: Broken where OpenMP isn't available
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jan 2025 09:37:08 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e4348b83e13461fe4a522d13ba1c3808c63d998 commit 9e4348b83e13461fe4a522d13ba1c3808c63d998 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-04 09:26:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-04 09:26:20 +0000 science/qmcpack: Broken where OpenMP isn't available Reported by: fallout --- science/qmcpack/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/science/qmcpack/Makefile b/science/qmcpack/Makefile index bf22b3b00ae5..fdc0db74169a 100644 --- a/science/qmcpack/Makefile +++ b/science/qmcpack/Makefile @@ -12,6 +12,9 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= undefined reference to `__atomic_load' +.if !exists(/usr/include/omp.h) +BROKEN= requires OpenMP support that is missing on this architecture +.endif LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfftw3.so:math/fftw3 \