wR98sjvSt5Cw+rPwQ=; b=Oj1Qiza4b6blAN4HJ7QmpeSgDYDFCJbtJvxVgbQakP/Pb1vUMv0Z4Yj16awvHen5TT6gXq VCFOAaPOsLzlPhPcw+DcGPjgnrqHivQd5Ti/DqntmQ0xDLkZITx85HrFdRtLFPYx1aI9Kg NmofQL+PJgwc1OxkU8vREWk3IX+ne67CKTE/q7TEruVYSaa9qazAgU6hmJcA4W8IupqIT8 uaMJay6/bkJuDR75ZsLIKCfnMRU+8vsL2tGDRt3KE1YoJY9kACOFXY7FEbyJGWQXR9RZ/w pp6tFj6hdP9Mkq6iG1TBfZbL5OHxcLGPV8MrxfZtzbKm/67V3Ck1ttapAFbx0w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4VjkLM4lkyzmSJ; Mon, 20 May 2024 16:59:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 44KGx7wI085180; Mon, 20 May 2024 16:59:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 44KGx7kH085177; Mon, 20 May 2024 16:59:07 GMT (envelope-from git) Date: Mon, 20 May 2024 16:59:07 GMT Message-Id: <202405201659.44KGx7kH085177@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yuri Victorovich Subject: git: 2be6d82581af - 2024Q2 - math/kamis: Broken where OpenMP isn't available List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/2024Q2 X-Git-Reftype: branch X-Git-Commit: 2be6d82581afcadc3852896e2807dbd1b9810566 Auto-Submitted: auto-generated The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2be6d82581afcadc3852896e2807dbd1b9810566 commit 2be6d82581afcadc3852896e2807dbd1b9810566 Author: Yuri Victorovich AuthorDate: 2024-05-20 15:22:04 +0000 Commit: Yuri Victorovich 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