Fix #124086: blake2 hasher is unavailable on macOS #124096

Merged
Sergey Sharybin merged 2 commits from Sergey/blender:macos_blake2 into blender-v4.2-release 2024-07-03 14:46:46 +02:00

2 Commits

Author SHA1 Message Date
a0030b8610 Point to an updated Python libraries
All checks were successful
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
2024-07-03 14:16:56 +02:00
b7987c158b WIP: Fix blake2 hasher is missing on macOS
Some checks failed
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
The issue is caused by an external dependency to
/opt/homebrew/opt/libb2/lib/libb2.1.dylib

This change adds a test to catch the same issue in the future.

Ref #124086

TODO:
- Commit actual fixed library
2024-07-03 11:45:37 +02:00