aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-06-07 17:30:25 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-06-07 17:30:25 +0000
commite29d959e2e6c2b4b67c4538fcc6f901a64a174bf (patch)
treeddfe21118b418c72dc03174bb8ea2d3d20b9b512 /dev-python
parentnumpy-0.9.8: blocks f2py. tested with gcc-4.1 (diff)
downloadsci-e29d959e2e6c2b4b67c4538fcc6f901a64a174bf.tar.gz
sci-e29d959e2e6c2b4b67c4538fcc6f901a64a174bf.tar.bz2
sci-e29d959e2e6c2b4b67c4538fcc6f901a64a174bf.zip
numeric-24.2-r1: cleaned, updated changelog.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@226 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/numeric/ChangeLog2
-rw-r--r--dev-python/numeric/Manifest4
-rw-r--r--dev-python/numeric/numeric-24.2-r1.ebuild3
3 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog
index 3fd9f0ad4..04e4543b3 100644
--- a/dev-python/numeric/ChangeLog
+++ b/dev-python/numeric/ChangeLog
@@ -9,7 +9,7 @@
+numeric-24.2-r1.ebuild: fixed a memory leak, and added the possibility
to compile linear algebra with installed blas/cblas/lapack.
Tested against gcc41 and gcc34 on amd64, x86. Added longdescription
- in metadata.xml.
+ in metadata.xml. Closes bugs #81520 and #114885.
*numeric-24.2 (01 Dec 2005)
diff --git a/dev-python/numeric/Manifest b/dev-python/numeric/Manifest
index 28531c58e..ec26295c9 100644
--- a/dev-python/numeric/Manifest
+++ b/dev-python/numeric/Manifest
@@ -1,6 +1,6 @@
-MD5 1dbeccad917d1f44ac4300c3ac56ebe0 ChangeLog 4447
+MD5 dbd0731e5358a7d52c236499dbbd5beb ChangeLog 4479
MD5 0ac58b837ad99a3569519a6bebe96292 files/digest-numeric-24.2-r1 64
MD5 40944b7b93d0a05737a0c40fc2dd6437 files/numeric-arrayobject.patch 389
MD5 52c773080c8a68b10001bc737fffa68a files/numeric-lapack.patch 850
MD5 d128f7782b98d2f979fad0392193e176 metadata.xml 632
-MD5 eb00af3a57ef1e567026aec014e60946 numeric-24.2-r1.ebuild 1559
+MD5 bcb395797a570c57b4cf16b3ffcfdc71 numeric-24.2-r1.ebuild 1546
diff --git a/dev-python/numeric/numeric-24.2-r1.ebuild b/dev-python/numeric/numeric-24.2-r1.ebuild
index edbd1f26a..5a4b12cf7 100644
--- a/dev-python/numeric/numeric-24.2-r1.ebuild
+++ b/dev-python/numeric/numeric-24.2-r1.ebuild
@@ -22,8 +22,7 @@ IUSE="lapack"
# due to the current state of eselect blas/cblas, will force
# blas-atlas which provides both easily
DEPEND=">=dev-lang/python-2.3
- lapack? ( sci-libs/blas-atlas )
- lapack? ( virtual/lapack )"
+ lapack? ( sci-libs/blas-atlas virtual/lapack )"
src_unpack() {
unpack ${A}