diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-17 00:43:14 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-17 00:43:14 +0000 |
commit | ec0598742bfce52eb2fca4d5a1cdd41e83be407f (patch) | |
tree | 7665f8c997318be8197bc04e357000e018ec0b8f /sci-libs/scipy | |
parent | Sparc stable, Bug #218026. (diff) | |
download | gentoo-2-ec0598742bfce52eb2fca4d5a1cdd41e83be407f.tar.gz gentoo-2-ec0598742bfce52eb2fca4d5a1cdd41e83be407f.tar.bz2 gentoo-2-ec0598742bfce52eb2fca4d5a1cdd41e83be407f.zip |
Put append-ldflags in pkg_setup and make it available always (bug # 217914)
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'sci-libs/scipy')
-rw-r--r-- | sci-libs/scipy/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-0.6.0-r4.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog index 1d405987ef1c..87bf689cb0a0 100644 --- a/sci-libs/scipy/ChangeLog +++ b/sci-libs/scipy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/scipy # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.28 2008/03/26 16:06:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.29 2008/04/17 00:43:14 bicatali Exp $ + + 17 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> + scipy-0.6.0-r4.ebuild: + Put append-ldflags in pkg_setup and make it available always (bug # + 217914) 26 Mar 2008; Markus Rothe <corsair@gentoo.org> scipy-0.6.0-r4.ebuild: Added ~ppc64; bug #211791 diff --git a/sci-libs/scipy/scipy-0.6.0-r4.ebuild b/sci-libs/scipy/scipy-0.6.0-r4.ebuild index 37eb97082df6..fbfefe0c5b1b 100644 --- a/sci-libs/scipy/scipy-0.6.0-r4.ebuild +++ b/sci-libs/scipy/scipy-0.6.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.6.0-r4.ebuild,v 1.2 2008/03/26 16:06:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.6.0-r4.ebuild,v 1.3 2008/04/17 00:43:14 bicatali Exp $ NEED_PYTHON=2.3 @@ -37,6 +37,7 @@ RESTRICT="test" DOCS="THANKS.txt DEVELOPERS.txt LATEST.txt TOCHANGE.txt FORMAT_GUIDELINES.txt" scipy_fortran_setup() { + append-ldflags -shared FORTRAN="gfortran g77 ifc" fortran_pkg_setup local fc= @@ -61,10 +62,6 @@ scipy_fortran_setup() { export SCIPY_FCONFIG="config_fc --fcompiler=${fc}" } -# whatever LDFLAGS set will break linking -# see progress in http://projects.scipy.org/scipy/numpy/ticket/573 -[ -n "${LDFLAGS}" ] && append-ldflags -shared - pkg_setup() { if use umfpack && ! built_with_use dev-lang/swig python; then eerror "With umfpack enabled you need" |