graphics/blender: Fix build after switch to NumPy 2.x
"ld: error: unable to find library -laudaspace-py"
This happens because configure can't find numpy and because of this the
shared library libaudaspace-py.so won't compile:
- numpy found at '/usr/local/lib/python3.11/site-packages'
CMake Warning at build_files/cmake/macros.cmake:1210 (message):
Python package 'numpy' include dir path could not be found in: '/usr/local/lib/python3.11/site-packages/numpy/core/include', '/usr/local/lib/python3/site-packages/numpy/core/include', '/usr/local/lib/python3.11/dist-packages/numpy/core/include', '/usr/local/lib/python3/dist-packages/numpy/core/include', '/usr/local/lib/python3.11/vendor-packages/numpy/core/include', '/usr/local/lib/python3/vendor-packages/numpy/core/include', The 'WITH_PYTHON_NUMPY' option will be disabled. The build will be usable, only add-ons that depend on this package won't be functional.
Call Stack (most recent call first):
CMakeLists.txt:2598 (find_python_package)
The actual path is:
/usr/local/lib/python3.11/site-packages/numpy/_core/include
PR: 294328
Approved by: blanket (fix build)
Sponsored by: UNIS Labs