Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2022 18:30:52 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: bcdbf01449dd - main - graphics/ospray: Broken on amd64
Message-ID:  <202206281830.25SIUqUL091133@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=bcdbf01449dd97781d11fc013a1a85349e1a47b3

commit bcdbf01449dd97781d11fc013a1a85349e1a47b3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-28 18:12:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-28 18:12:41 +0000

    graphics/ospray: Broken on amd64
    
    Reported by:    fallout
---
 graphics/ospray/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile
index 40ee588976de..b43b44de0c14 100644
--- a/graphics/ospray/Makefile
+++ b/graphics/ospray/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Ray tracing based rendering engine for high-fidelity visualization
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_amd64=	build fails, see https://github.com/ospray/ospray/issues/529
+
 BUILD_DEPENDS=	ispc:devel/ispc
 LIB_DEPENDS=	libbenchmark.so:devel/benchmark \
 		libembree3.so:graphics/embree \



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