-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
mlpack: Add new 4.4.0 version #25081
Conversation
This comment has been minimized.
This comment has been minimized.
# FIXME: Review this flags assignment. LLVM-OpenMP is already defining these ones. | ||
# Do we want to depend on llvm-openmp? Only for apple-clang? | ||
# For more info, see this comment https://github.com/conan-io/conan-center-index/pull/22353#issuecomment-2214593855 | ||
flags = [] | ||
# Based on https://github.com/Kitware/CMake/blob/v3.28.1/Modules/FindOpenMP.cmake#L104-L135 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, an openmp/system
would be a much better solution and would not force the user to rely on llvm-openmp
if it happens to matter to them:
Conan v1 pipeline ✔️All green in build 3 (
Conan v2 pipeline ✔️
All green in build 2 ( |
* Add new 4.4.0 version, step 1 * Removed Xclang flag. Refactored flags assignment --------- Co-authored-by: Francisco Ramirez de Anton <[email protected]>
Summary
Changes to recipe: mlpack/4.4.0
Motivation
Closes #25064
Details
Currently facing some issues in apple-clang: