Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591178 - sci-libs/scikits_learn does not install own joblib but doesn't use system joblib everywhere
Summary: sci-libs/scikits_learn does not install own joblib but doesn't use system job...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-13 11:55 UTC by Horea Christian
Modified: 2016-08-15 19:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Horea Christian 2016-08-13 11:55:03 UTC
So, our sklearn comes unbundled, but the ebuild does not sed the cross_validation.py module, which is looking for a bundled joblib.

I fixed this here:

https://github.com/gentoo/gentoo/pull/2065 

Can you please pull? It seems like nobody is watching the PRs on GitHub..
Comment 1 Alex Xu (Hello71) 2016-08-15 19:56:29 UTC
commit 0e8483cf1fe8b3776bd29f6c056764d3e95cfa6d
Author: Horea Christian <horea.christ@yandex.com>
Date:   2016-08-11 04:57:05 +0200

    sci-libs/scikits_learn: using system joblib for cross_validation module
    
    Package-Manager: portage-2.3.0
    Closes: https://github.com/gentoo/gentoo/pull/2065
    
    Signed-off-by: David Seifert <soap@gentoo.org>