mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
Fixes some breakages since the last python-team merge. * gnu/packages/machine-learning.scm (tensorflow-lite) [arguments] <#:configure-flags>: Access OpenCL headers through mesa-headers. <#:phases>: Adapt phase 'build-python to process <#:configure-flags> properly, in particular -DCMAKE_C_FLAGS and -DCMAKE_CXX_FLAGS. [native-inputs]: Add python-setuptools and python-wrapper. Remove python-wheel. [inputs]: Replace python-wrapper by python. Remove opencl-clhpp and opencl-headers, their content is already provided through mesa-headers. Change-Id: I77c287141238081e4df0c8df48f374d8d6aa5a82 Signed-off-by: Hilton Chain <hako@ultrarare.space>