Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 21:09:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 036f97bf8592 - main - math/lapackpp: Broken until the upstream helps to resolve issues
Message-ID:  <202401212109.40LL9ke6044040@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=036f97bf8592fbec44db000892fef42fc276a956

commit 036f97bf8592fbec44db000892fef42fc276a956
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-21 21:09:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-21 21:09:43 +0000

    math/lapackpp: Broken until the upstream helps to resolve issues
---
 math/lapackpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/lapackpp/Makefile b/math/lapackpp/Makefile
index 532cd7d83919..32a5798890a8 100644
--- a/math/lapackpp/Makefile
+++ b/math/lapackpp/Makefile
@@ -11,6 +11,8 @@ WWW=		https://bitbucket.org/icl/lapackpp/src/master/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		congifure fails due to cmake scripts convolution, see https://github.com/icl-utk-edu/lapackpp/issues/56#issuecomment-1902763786
+
 BUILD_DEPENDS=	lapacke>0:math/lapacke
 LIB_DEPENDS=	libblaspp.so:math/blaspp \
 		libopenblas.so:math/openblas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212109.40LL9ke6044040>