9 Commits

Author SHA1 Message Date
kmos
32db1043f9 py-scikit-learn uses C++11, so needs ports-gcc for base-gcc arches.
ok daniel
2020-11-14 19:20:31 +00:00
daniel
f49cc8e774 unbreak sklearn by updating to 0.23.2
Doing "import sklearn" resulted in breakage at runtime due to sklearn
0.20.3 not being compatible with python 3.8.

In addition:
- add WANTLIB
- rework the DEPs for the new version
- remove SKLEARN_NO_OPENMP which was dropped in commit 9876f748

Breakage initially reported by James Cook (who provided many pointers on
moving forward) and also tested the update.
2020-10-28 04:04:04 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
781c44809d py-scikit-learn: use MODPY_FLAVOR for py-joblib 2020-07-01 10:07:33 +00:00
pirofti
72d228a52c Switch ports to FLAVOR=python3.
OK sthen@
2020-06-26 12:57:45 +00:00
pirofti
04e10556a8 Bump after MAINTAINER update. 2020-04-06 08:48:06 +00:00
pirofti
4f09f04a74 Update my email address. 2020-04-06 00:04:31 +00:00
kmos
281a81cea2 Move testing instances using uname -r with backticks to the
better OSREV
2019-11-26 16:11:34 +00:00
pirofti
8a5122a6fe Import py-scikit-learn.
scikit-learn is a BSD-licensed Python module for machine learning
and data mining built on top of SciPy.

Initially created by robert@, modified by me and kmos@.

This is not polished enough, but it can improved in the tree now.
Once the 21 branch rolls out a new version, we will probably update to that.
Currently it is broken for non-OpenMP builds.

OK robert@, kmos@
2019-08-13 08:30:05 +00:00