diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 01:10:06 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 01:10:06 +0000 |
commit | 7fa77a623a67535a49ef4de27d7646b6b29e8800 (patch) | |
tree | d4b904392f124d807b9081b3141bdc1c38dbe85e /sci-libs/scipy/ChangeLog | |
parent | Newer atlas doesn't have USE=ifc, so stop checking for it. (diff) | |
download | gentoo-2-7fa77a623a67535a49ef4de27d7646b6b29e8800.tar.gz gentoo-2-7fa77a623a67535a49ef4de27d7646b6b29e8800.tar.bz2 gentoo-2-7fa77a623a67535a49ef4de27d7646b6b29e8800.zip |
Setting LDFLAGS at all entirely overrides the linker flags within the build and breaks it. See comp.lang.python thread 'Building things with setup.py' from 21 Sept. 2006.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sci-libs/scipy/ChangeLog')
-rw-r--r-- | sci-libs/scipy/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog index 0a362091fd61..07f3cccceb07 100644 --- a/sci-libs/scipy/ChangeLog +++ b/sci-libs/scipy/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2006/09/24 01:07:04 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.10 2006/09/24 01:10:06 dberkholz Exp $ + + 24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; scipy-0.4.9.ebuild: + Setting LDFLAGS at all entirely overrides the linker flags within the build + and breaks it. See comp.lang.python thread 'Building things with setup.py' + from 21 Sept. 2006. 24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; scipy-0.4.9.ebuild: Newer atlas doesn't have USE=ifc, so stop checking for it. |