diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-06-06 13:10:03 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-06-06 13:10:03 +0000 |
commit | e8d10febdc2323acd07660f241ee87ca42ec7d90 (patch) | |
tree | ff428eb6625865092c1a984d695cd791ec18853f | |
parent | Version bump (diff) | |
download | gentoo-2-e8d10febdc2323acd07660f241ee87ca42ec7d90.tar.gz gentoo-2-e8d10febdc2323acd07660f241ee87ca42ec7d90.tar.bz2 gentoo-2-e8d10febdc2323acd07660f241ee87ca42ec7d90.zip |
Depend on >=binutils-2.17 since we may need SSSE3 instructions in gas on some CPUs (see bug #180385).
(Portage version: 2.1.2.9)
-rw-r--r-- | sci-libs/blas-goto/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/blas-goto/blas-goto-1.14.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-libs/blas-goto/ChangeLog b/sci-libs/blas-goto/ChangeLog index 11aeb874301e..be4fe39464b4 100644 --- a/sci-libs/blas-goto/ChangeLog +++ b/sci-libs/blas-goto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/blas-goto # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v 1.5 2007/05/08 07:12:28 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v 1.6 2007/06/06 13:10:03 markusle Exp $ + + 06 Jun 2007; Markus Dittrich <markusle@gentoo.org> blas-goto-1.14.ebuild: + Depend on >=binutils-2.17 since we may need SSSE3 instructions + in gas on some CPUs (see bug #180385). *blas-goto-1.14 (08 May 2007) diff --git a/sci-libs/blas-goto/blas-goto-1.14.ebuild b/sci-libs/blas-goto/blas-goto-1.14.ebuild index d9da6a076243..25fc2e832637 100644 --- a/sci-libs/blas-goto/blas-goto-1.14.ebuild +++ b/sci-libs/blas-goto/blas-goto-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/blas-goto-1.14.ebuild,v 1.1 2007/05/08 07:12:28 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/blas-goto-1.14.ebuild,v 1.2 2007/06/06 13:10:03 markusle Exp $ inherit eutils fortran flag-o-matic toolchain-funcs @@ -17,7 +17,10 @@ KEYWORDS="~x86 ~amd64" IUSE="threads" RESTRICT="mirror" RDEPEND="app-admin/eselect-blas" -DEPEND="${RDEPEND}" + +DEPEND="${RDEPEND} + >=sys-devel/binutils-2.17" + S="${WORKDIR}/${MY_PN}" FORTRAN="g77 gfortran" # ifc g95 pgf77 pathf90 f90 f77 |