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
Some quick information: recipes and packages in ConanCenter are built and tested with msvc compiler. This means that support for other compilers might vary, and there can be recipes that are not ready and will not compile with other compilers in Windows, and there can be even libraries that will fail to compile with other compilers in Windows, not because of the Conan recipe, but the library build system might have limitations too.
For reporting issues against the Conan client, it is much better to start with a default minimal project, like the one created with the template conan new cmake_lib. Please also report your Conan version (conan version output).
What is your question?
Hello,
I have a profile
clang-cl
:Given this, I issue command
conan install --requires="mlpack/[*]" --build=missing --profile=clang-cl
This runs for a while but eventually ends with
Could you please suggest a way to fix this error and whether I should pursue this with mlpack?
Thank you.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: