Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35382 - dev-python/numarray has optional packages that are not installed
Summary: dev-python/numarray has optional packages that are not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 14:32 UTC by Alok Singhal
Modified: 2003-12-12 22:20 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 Alok Singhal 2003-12-08 14:32:44 UTC
dev-python/numarray (http://www.stsci.edu/resources/software_hardware/numarray)
has some optional packages (convolve, fft, linear_algebra, and random_array)
which are not installed by the default numarray ebuild.  Either they should be
installed, or there should be a (local?) USE flag so that those who want these
additional packages can install them.

http://stsdas.stsci.edu/numarray/Doc/node12.html#SECTION032310000000000000000
says that one should setupall.py if all modules are to be installed.

Reproducible: Always
Steps to Reproduce:
1. emerge numarray
Actual Results:  
numarray is installed, but not the additional packages that come with it

Expected Results:  
either have installed the optional packages, or there should be a USE flag for that.
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2003-12-12 22:20:28 UTC
I added numarray-0.8 to portage which installs all the add-on packages.