Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2023 16:55:17 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f1a10274592 - main - math/tblis: Mark BROKEN on 14
Message-ID:  <202306091655.359GtH8N074273@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f1a1027459243b7d0ddc46db37edcbbc864367c

commit 2f1a1027459243b7d0ddc46db37edcbbc864367c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-09 15:35:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-09 16:55:04 +0000

    math/tblis: Mark BROKEN on 14
    
    - Fails to build with error: static_assert failed due to requirement
      '__libcpp_random_is_valid_urng<Catch::RandomNumberGenerator,
      void>::value'
    - Have tried using earlier llvm versions without any result
---
 math/tblis/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/tblis/Makefile b/math/tblis/Makefile
index c84d62bf5be7..24846640a725 100644
--- a/math/tblis/Makefile
+++ b/math/tblis/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	jmd@FreeBSD.org
 COMMENT=	Framework for performing tensor operations
 WWW=		https://github.com/devinamatthews/tblis
 
+BROKEN_FreeBSD_14=	error: static_assert failed due to requirement
+
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 



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