diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 20:13:39 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 20:13:39 +0000 |
commit | be1236ce7e3153e194409b36830030b4ca008d2c (patch) | |
tree | 1ada0eb88f8333b0fb10aad8714c9f1750543f1d /sci-libs/taucs | |
parent | Initial commit of the l10n toolkit we are using to manage czech translations.... (diff) | |
download | gentoo-2-be1236ce7e3153e194409b36830030b4ca008d2c.tar.gz gentoo-2-be1236ce7e3153e194409b36830030b4ca008d2c.tar.bz2 gentoo-2-be1236ce7e3153e194409b36830030b4ca008d2c.zip |
link with fortran compiler, keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/taucs')
-rw-r--r-- | sci-libs/taucs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/taucs/taucs-2.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/taucs/ChangeLog b/sci-libs/taucs/ChangeLog index cc30dbeb9827..ff99e72f1573 100644 --- a/sci-libs/taucs/ChangeLog +++ b/sci-libs/taucs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/taucs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/ChangeLog,v 1.8 2012/07/06 19:01:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/ChangeLog,v 1.9 2012/08/03 20:13:39 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> taucs-2.2.ebuild: + link with fortran compiler, keyword amd64-linux x86-linux 06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +files/taucs-2.2-no-test-cilk.patch, taucs-2.2.ebuild: diff --git a/sci-libs/taucs/taucs-2.2.ebuild b/sci-libs/taucs/taucs-2.2.ebuild index 24de0aab169b..b0953f7cfd12 100644 --- a/sci-libs/taucs/taucs-2.2.ebuild +++ b/sci-libs/taucs/taucs-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/taucs-2.2.ebuild,v 1.8 2012/07/06 19:01:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/taucs/taucs-2.2.ebuild,v 1.9 2012/08/03 20:13:39 bicatali Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://www.tau.ac.il/~stoledo/${PN}/${PV}/${PN}.tgz -> ${P}.tgz" SLOT="0" LICENSE="LGPL-2.1" IUSE="cilk doc static-libs" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" virtual/blas @@ -35,6 +35,7 @@ src_configure() { cat > config/linux_shared.mk <<-EOF FC=$(tc-getFC) CC=$(tc-getCC) + LD=$(tc-getFC) CFLAGS=${CFLAGS} -fPIC FFLAGS=${FFLAGS} -fPIC LDFLAGS=${LDFLAGS} -fPIC |