Build: Library updates for 4.1 #116420

Merged
Brecht Van Lommel merged 42 commits from tmp_libupdate_41 into main 2023-12-21 19:16:21 +01:00

Update libraries to match VFX platform 2024, and a few other upgrades to
latest versions.

boost 1.82.0
deflate 1.18 (new)
ffi 3.4.4
freeglut (deleted)
ispc 1.12.1
llvm 17.0.6
materialx 1.38.8
mesa 23.3.0
numpy 1.24.3
opencolorio 2.3.0
openexr 3.2.1
openimageio 2.5.6.0
opensubdiv 3.6.0
openvdb 11.0.0
osl 1.13.5.0 (now dynamic)
python 3.11.6
sqlite 3.42.0
sse2neon 0d6e9b3dd4
usd 23.11
vulkan 1.3.270
xm2 2.12.3

This only updates the build scripts, the precompiled libraries for each
platform will land over the coming weeks.

Ref #113157

Update libraries to match VFX platform 2024, and a few other upgrades to latest versions. boost 1.82.0 deflate 1.18 (new) ffi 3.4.4 freeglut (deleted) ispc 1.12.1 llvm 17.0.6 materialx 1.38.8 mesa 23.3.0 numpy 1.24.3 opencolorio 2.3.0 openexr 3.2.1 openimageio 2.5.6.0 opensubdiv 3.6.0 openvdb 11.0.0 osl 1.13.5.0 (now dynamic) python 3.11.6 sqlite 3.42.0 sse2neon 0d6e9b3dd4 usd 23.11 vulkan 1.3.270 xm2 2.12.3 This only updates the build scripts, the precompiled libraries for each platform will land over the coming weeks. Ref #113157
Brecht Van Lommel added 41 commits 2023-12-21 12:21:57 +01:00
7b28502500 deps_builder: update python to 3.11
Other updates:

ffi 3.4.4 - to match the version used in python
sqlite 3.42.0 - to match the version used in python
materialx 1.38.8 - required to build against py 3.11
11449dff97 boost 1.82.0
usd needed a small patch since older boost implicitly included <array> newer seemingly doesn't
33522b8a28 openexr 3.2.1
This dragged a new dependency libdeflate 1.18 which it was determined
to either download itself from git which is a hard no for us, or use
pkg_config to find it, which windows doesn't use/have.

we were not the first ones to run into this, someone posted a
patch in an upstream ticket over at

https://github.com/AcademySoftwareFoundation/openexr/issues/1588

patch was used almost used verbatim with the sole change being
using the static version for the following reasons:

- there are currently no other consumers of this library
- I'm lazy and short on time, it being static doesn't require any
  work harvesting and distributing the build artefacts on the blender
  side of things.

I picked deflate 1.18 since it's what openexr defaults 1.19 is
available though, unsure what we want to do here.
e367352632 deps_builder: opencolorio 2.3.0
the patch share/cmake/modules/Findpystring.cmake no longer applies
and could not be updated since none of the surrounding code appears
to be there any more, this was mac only, so @brecht may need to
take a look there.
2a2cc34c7b deps_builder: openvdb 11.0.0
- Openvdb now uses pybind11 for its python bindings
- openvdb needed upstream openvdb patch #1706 to resolve a ssize_t related build error.
- pybind11 needed upstream pybind11 patch #4761 to prevent it from generating
  a doublbe _d_d in the filename for the debug python pyd.
f303abaec9 deps_builder: USD 23.11
Update required for it to play nice with openVDB 11
PR 1965 and 2410 have landed upstream and have been
removed
d267a48627 deps_builder: remove freeglut
no longer used by cycles stand-alone.
ca04324a65 deps_builder: sse2neon 0d6e9b3dd4687a0b98c0645e001f96659aae5854
would have liked 1.7.0 but it has not been released yet
7304f6dfd3 deps_builder: llvm, ispc, osl updates
llvm 15.0.7 + osl 8d1d9f0cf6336ad20a4ed148b8696117258c2b40
taken from PR #110708

ispc 1.21.1
5a5561b3b5 cmake: msvc: look for both py 3.11 and 3.10
so both old and new lib folders will work for atleast a little while
b2179032c9 deps_builder: fix imath URI
still had the openexr version in there, spotted by
@deadpin
35be25e318 deps_builder: add patches for openvdb/imath
this resolves half->float conversion issues on older
intel cpu's
cf2f7d6e00 deps_builder: libxml2 2.12.3
The 2.10.4 version we had leaked its exports into
the blender binary on windows.
6b653c29de deps_builder: remove USD patch
Validated with @BogdanNagirniak that this patch is
no longer required with the USD 23.11 update.
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
81a3c780bb
Deps_builder: update OpenMP hash
was forgotten in the llvm 17 update.
Author
Owner

@blender-bot build

@blender-bot build
Brecht Van Lommel added 1 commit 2023-12-21 17:51:09 +01:00
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
f33f6b8891
Merge branch 'main' into tmp_libupdate_41
Author
Owner

@blender-bot build

@blender-bot build
Brecht Van Lommel merged commit 802ac5ba5a into main 2023-12-21 19:16:21 +01:00
Brecht Van Lommel deleted branch tmp_libupdate_41 2023-12-21 19:16:22 +01:00
Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#116420
No description provided.