Date: Mon, 20 May 2024 16:59:07 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 2be6d82581af - 2024Q2 - math/kamis: Broken where OpenMP isn't available Message-ID: <202405201659.44KGx7kH085177@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2be6d82581afcadc3852896e2807dbd1b9810566 commit 2be6d82581afcadc3852896e2807dbd1b9810566 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:59:05 +0000 math/kamis: Broken where OpenMP isn't available Reported by: fallout (cherry picked from commit 2e320ea4bc9e19b782f728680e9560642f5bca09) --- math/kamis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/kamis/Makefile b/math/kamis/Makefile index 6ee28c1dbd37..d33923150cca 100644 --- a/math/kamis/Makefile +++ b/math/kamis/Makefile @@ -10,13 +10,13 @@ WWW= https://karlsruhemis.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= gcc13 fails: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278630 +#BROKEN_armv7= gcc13 fails: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278630 USES= cmake USE_LDCONFIG= yes .if !exists(/usr/include/omp.h) -USES+= compiler:gcc-c++11-lib +BROKEN= requires OpenMP support that is missing on this architecture .endif USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405201659.44KGx7kH085177>