-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Labels
Description
So the no-OpenMP build still times out ... from the diff Meson 1.5 could be the culprit maybe 🤔 ...
One thing that is weird is that OpenMP is now detected in the no-OpenMP build, so at the very least this build does not serve its purpose and needs to be adapted. Probably this as a side-effect of mesonbuild/meson#13350, see see build log
Built with OpenMP: True
Once this is fixed/worked-around, the temporary Meson<1.5 pin can be removed:
scikit-learn/build_tools/update_environments_and_lock_files.py
Lines 168 to 170 in 8133eca
| # TODO temporary to avoid a timeout in the no-OpenMP build, see | |
| # https://github.com/scikit-learn/scikit-learn/pull/29486#issuecomment-2242359516 | |
| "meson": "<1.5", |