You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it says in the title, the current version of halide on PyPI-test (16.0.0) is broken for source dists.
This can be replicated on a system for which no prebuilt wheel is available (or using -no-binary); I'm using macOS 13.3 and python 3.10. The error is occurring due to a CMake path-finding issue:
CMake Error at CMakeLists.txt:55 (find_package):
By not providing "FindHalide.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Halide", but
CMake did not find one.
Could not find a package configuration file provided by "Halide" with any
of the following names:
HalideConfig.cmake
halide-config.cmake
Is it even possible to make this work out of the box, given the requirement for non-standard LLVM?
In any case, it would be nice at least if pip raised an error, or e.g. if source dists were disallowed entirely.
The text was updated successfully, but these errors were encountered:
As it says in the title, the current version of halide on PyPI-test (16.0.0) is broken for source dists.
This can be replicated on a system for which no prebuilt wheel is available (or using
-no-binary
); I'm using macOS 13.3 and python 3.10. The error is occurring due to a CMake path-finding issue:Is it even possible to make this work out of the box, given the requirement for non-standard LLVM?
In any case, it would be nice at least if pip raised an error, or e.g. if source dists were disallowed entirely.
The text was updated successfully, but these errors were encountered: