CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/10/27 22:04:04
Modified files:
math/py-scikit-learn: Makefile distinfo
math/py-scikit-learn/pkg: PLIST
Log message:
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.