summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-01-01 17:08:45 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-01-01 17:08:45 +0000
commitc4d120eec9d98dae724c38aafee7e419fbbd802a (patch)
treec500f581429621471fbc6efb12855c5666ad24fd /sci-mathematics/gmp-ecm
parentinitial import wrt #406403 (diff)
downloadgentoo-2-c4d120eec9d98dae724c38aafee7e419fbbd802a.tar.gz
gentoo-2-c4d120eec9d98dae724c38aafee7e419fbbd802a.tar.bz2
gentoo-2-c4d120eec9d98dae724c38aafee7e419fbbd802a.zip
Add blas useflag
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/gmp-ecm')
-rw-r--r--sci-mathematics/gmp-ecm/ChangeLog8
-rw-r--r--sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r5.ebuild (renamed from sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r4.ebuild)5
-rw-r--r--sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild5
3 files changed, 13 insertions, 5 deletions
diff --git a/sci-mathematics/gmp-ecm/ChangeLog b/sci-mathematics/gmp-ecm/ChangeLog
index 07a963b0a3ed..c4479ade0785 100644
--- a/sci-mathematics/gmp-ecm/ChangeLog
+++ b/sci-mathematics/gmp-ecm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/gmp-ecm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.6 2013/01/01 14:28:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.7 2013/01/01 17:08:45 patrick Exp $
+
+*gmp-ecm-6.4.3-r5 (01 Jan 2013)
+
+ 01 Jan 2013; Patrick Lauer <patrick@gentoo.org> +gmp-ecm-6.4.3-r5.ebuild,
+ -gmp-ecm-6.4.3-r4.ebuild, gmp-ecm-9999.ebuild:
+ Add blas useflag
*gmp-ecm-6.4.3-r4 (01 Jan 2013)
*gmp-ecm-9999 (01 Jan 2013)
diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r4.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r5.ebuild
index e07dc6090307..95baa1ab69cb 100644
--- a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r4.ebuild
+++ b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r4.ebuild,v 1.1 2013/01/01 14:28:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3-r5.ebuild,v 1.1 2013/01/01 17:08:45 patrick Exp $
EAPI=4
DESCRIPTION="Elliptic Curve Method for Integer Factorization"
@@ -12,10 +12,11 @@ inherit eutils
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+custom-tune gwnum -openmp test"
+IUSE="+blas +custom-tune gwnum -openmp test"
# gmp 5.1 breaks a few things with this version
DEPEND="<dev-libs/gmp-5.1.0
+ blas? ( sci-libs/gsl )
gwnum? ( sci-mathematics/gwnum )
openmp? ( sys-devel/gcc[openmp] )"
RDEPEND="${DEPEND}"
diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild
index 325a921b5df4..a1d21588fcce 100644
--- a/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild
+++ b/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild,v 1.1 2013/01/01 14:28:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild,v 1.2 2013/01/01 17:08:45 patrick Exp $
EAPI=4
DESCRIPTION="Elliptic Curve Method for Integer Factorization"
@@ -13,9 +13,10 @@ inherit eutils subversion autotools
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="+custom-tune gwnum -openmp test"
+IUSE="blas +custom-tune gwnum -openmp test"
DEPEND="dev-libs/gmp
+ blas? ( sci-libs/gsl )
gwnum? ( sci-mathematics/gwnum )
openmp? ( sys-devel/gcc[openmp] )"
RDEPEND="${DEPEND}"