Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136023 - sci-libs/scipy should require <sci-libs/blas-atlas-3.7
Summary: sci-libs/scipy should require <sci-libs/blas-atlas-3.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-07 20:43 UTC by Hypnos
Modified: 2006-09-24 00:38 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 Hypnos 2006-06-07 20:43:55 UTC
the scipy ebuild needs blas-config to detect implementations.  However, the ebuilds >=blas-atlas-3.7.0 use provide an eselect interface.

If the scipy ebuild wants to use >=blas-atlas-3.7.0, it should use eselect (whose blas module doesn't work right now), or depend on blas-config.
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2006-06-08 00:13:41 UTC
Which scipy version?
Could you try scipy-0.4.9 from the scientific overlay and report here? It fixes the blas-config dependency. I doubt scipy needs >=blas-atlas-3.7 since it is a development version.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2006-06-16 18:04:27 UTC
We're reworking the eselect modules right now -- I'm just about to commit the new ones. So the next eselect release will have many changes that will help to deal with this.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2006-08-06 21:08:18 UTC
Yeah, we should definitely fix blas-atlas to install a blas-config file before stabilizing on 3.7.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2006-08-20 15:54:57 UTC
OK 3.7.11 now uses blas-config again. However something needs to get figured out soon because we're shortly going to unmask a new eselect interface. Preferably scipy should stop doing this checking altogether -- I know there was some reason for it, but it's not worth it.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2006-09-24 00:38:31 UTC
scipy 0.5.1 no longer has this check.