git: 2e320ea4bc9e - main - math/kamis: Broken where OpenMP isn't available
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 May 2024 16:55:51 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e320ea4bc9e19b782f728680e9560642f5bca09 commit 2e320ea4bc9e19b782f728680e9560642f5bca09 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-20 15:22:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-20 16:55:48 +0000 math/kamis: Broken where OpenMP isn't available Reported by: fallout --- math/kamis/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/kamis/Makefile b/math/kamis/Makefile index 3e12d34d0b9a..d33923150cca 100644 --- a/math/kamis/Makefile +++ b/math/kamis/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake USE_LDCONFIG= yes -#.if !exists(/usr/include/omp.h) -#USES+= compiler:gcc-c++11-lib -#.endif +.if !exists(/usr/include/omp.h) +BROKEN= requires OpenMP support that is missing on this architecture +.endif USE_GITHUB= yes GH_ACCOUNT= KarlsruheMIS