-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use CMake zstd config file #58
Comments
Running into the same problem in conda-forge/llvmdev-feedstock#163, in an otherwise unchanged recipe. |
OK, this is because |
I think this has been a general grip with how certain static libraries get packages. The configuration files, like the cmake ones, dont get duplicated, so the static and the dynamic library start to conflict. |
maybe we should use the options instead |
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-webservice. I just wanted to let you know that I rerendered the recipe in #61. |
Actually, this seems to cause other problems as well (conda-forge/llvmdev-feedstock#163):
At first this looked like a cross-compilation issue, but it's definitely zstd-related, because the same switch
happened for the (successful) LLVM 14 as well. |
Solution to issue cannot be found in the documentation.
Issue
lib/cmake/zstd/zstdTargets.cmake refers to a lib/libzstd.a file that doesn't exist, which prevents using find_package(zstd)
Given the following CMakeLists.txt file:
running
cmake . -DCMAKE_PREFIX_PATH=$CONDA_PREFIX
gives the following error:Installed packages
Environment info
The text was updated successfully, but these errors were encountered: