Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2024 08:23:19 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: 410711a4baa1 - main - graphics/py-openimageio: Broken
Message-ID:  <202405140823.44E8NJR8057394@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=410711a4baa10174d81bbbf647e04e76b5e64a86

commit 410711a4baa10174d81bbbf647e04e76b5e64a86
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-14 08:22:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-14 08:23:17 +0000

    graphics/py-openimageio: Broken
    
    Reported by:    fallout
---
 graphics/py-openimageio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
index 90cf0342bb59..4d2e4eaf0dbd 100644
--- a/graphics/py-openimageio/Makefile
+++ b/graphics/py-openimageio/Makefile
@@ -4,6 +4,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	OpenImageIO python bindings
 
+BROKEN=		broken due to OpenVDB using undefined STL function std::tuple_size_v, see https://github.com/AcademySoftwareFoundation/openvdb/issues/1814
+
 MASTERDIR=	${.CURDIR}/../openimageio
 OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
 



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