Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64033 - A new version of numarray was released
Summary: A new version of numarray was released
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-14 11:45 UTC by Yariv Ido
Modified: 2004-12-06 16:07 UTC (History)
1 user (show)

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 Yariv Ido 2004-09-14 11:45:58 UTC
dev-python/numarray 1.1 was released. Among other things, linear_algebra.mlab.dot() was fixed.

Simply renaming numarray-1.0.ebuild to numarray-1.1.ebuild worked for me, as far as I can see.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Curzio Basso 2004-09-20 04:41:21 UTC
numarray gives the option of linking against an existing BLAS/LAPACK library (e.g. ATLAS) rather than building its own, by setting the environment variable USE_LAPACK. 
However, 
$ USE_LAPACK=1 emerge numarray
does not directly work because of a bug in the file addons.py (see the thread http://sourceforge.net/mailarchive/message.php?msg_id=9524501).
Could the aforementioned file be patched so that it uses the right libraries, maybe using the lapack-config program?
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-12-06 16:07:31 UTC
Committed 1.1.1

Curzio, I assume lapack support is still of interest?

scientific herd: I don't really want to touch lapack stuff. Any interest to take care for numarray and numeric (Bug 36612)?