diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 07:38:30 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 07:38:30 +0000 |
commit | 91f4c760cfb85cc708660387726c2926c3e923b9 (patch) | |
tree | 3c9dffe34bf912730cc3c40c3920f574233a612b /sci-libs/scipy/ChangeLog | |
parent | Removed old versions (diff) | |
download | gentoo-2-91f4c760cfb85cc708660387726c2926c3e923b9.tar.gz gentoo-2-91f4c760cfb85cc708660387726c2926c3e923b9.tar.bz2 gentoo-2-91f4c760cfb85cc708660387726c2926c3e923b9.zip |
Drop pkg_setup() and use default fortran one. This gets rid of the forced ATLAS use and blas/lapack-config checks added in #129524. It seems to work OK with other implems as long as you're consistent about it, and it breaks in an annoying way with newer eselect modules (see #136023 e.g.). Also this drops the LDFLAGS stuff that was wrongly added, a better fix is already in here.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'sci-libs/scipy/ChangeLog')
-rw-r--r-- | sci-libs/scipy/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog index b107c08f650e..91b258cb7c64 100644 --- a/sci-libs/scipy/ChangeLog +++ b/sci-libs/scipy/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-libs/scipy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.12 2006/09/24 07:31:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.13 2006/09/24 07:38:30 dberkholz Exp $ + + 24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; scipy-0.5.1.ebuild: + Drop pkg_setup() and use default fortran one. This gets rid of the forced + ATLAS use and blas/lapack-config checks added in #129524. It seems to work + OK with other implems as long as you're consistent about it, and it breaks + in an annoying way with newer eselect modules (see #136023 e.g.). Also this + drops the LDFLAGS stuff that was wrongly added, a better fix is already in + here. 24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; scipy-0.4.8.ebuild, scipy-0.4.8-r1.ebuild, scipy-0.4.9.ebuild: |