[Bug 249184] Build fix for graphics/blender when CYCLESOSL is off
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 8 03:48:59 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249184
Bug ID: 249184
Summary: Build fix for graphics/blender when CYCLESOSL is off
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: FreeBSD at ShaneWare.Biz
Created attachment 217813
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217813&action=edit
maintainer update for graphics/blender
Fix build for blender 2.90.0 when using new openimageio version
Add pugixml as a LIB_DEPENDS for the CYCLES option.
Add a patch to look for py3.8
The new version of openimageio moves its pugixml files which prevents blender
from finding them, so add the pugixml port to LIB_DEPENDS rather than adjust
for oiio installed files.
The recent update for blender added USES=python:3.8 but its build files only
look for 3.7
When CYCLESOSL is enabled, opanshadinglanguage brings in pugixml and llvm
brings in py3.7 so the build works. As this is off by default, the normal build
should fail without pugixml or python3.8.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list