Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 21:10:06 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: 1a8f5fed7429 - 2024Q1 - math/lapackpp: Broken until the upstream helps to resolve issues
Message-ID:  <202401212110.40LLA6GA047114@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a8f5fed74293cbb528c44f7505fe24c24021a9b

commit 1a8f5fed74293cbb528c44f7505fe24c24021a9b
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:10:01 +0000

    math/lapackpp: Broken until the upstream helps to resolve issues
    
    (cherry picked from commit 036f97bf8592fbec44db000892fef42fc276a956)
---
 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?202401212110.40LLA6GA047114>