git: bcdbf01449dd - main - graphics/ospray: Broken on amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jun 2022 18:30:52 UTC
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 \