summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-12-22 15:51:53 +0000
committerJustin Lecher <jlec@gentoo.org>2014-12-22 15:51:53 +0000
commit710229f33d12fc7c53f7a7b730cce4e34e0ee85f (patch)
tree602b16f21582d5c86e6c816c6b48f9edc15fe1b0
parentrevbump for adding missing fix for T42797, rm old (diff)
downloadgentoo-2-710229f33d12fc7c53f7a7b730cce4e34e0ee85f.tar.gz
gentoo-2-710229f33d12fc7c53f7a7b730cce4e34e0ee85f.tar.bz2
gentoo-2-710229f33d12fc7c53f7a7b730cce4e34e0ee85f.zip
sci-libs/xkaapi: Drop unrecognised configure options
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r--sci-libs/xkaapi/ChangeLog5
-rw-r--r--sci-libs/xkaapi/xkaapi-3.0.3.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/sci-libs/xkaapi/ChangeLog b/sci-libs/xkaapi/ChangeLog
index 4d29ca0a0ad9..ff0dd1988f86 100644
--- a/sci-libs/xkaapi/ChangeLog
+++ b/sci-libs/xkaapi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/xkaapi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/ChangeLog,v 1.3 2014/12/22 15:11:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/ChangeLog,v 1.4 2014/12/22 15:51:53 jlec Exp $
+
+ 22 Dec 2014; Justin Lecher <jlec@gentoo.org> xkaapi-3.0.3.ebuild:
+ Drop unrecognised configure options
*xkaapi-3.0.3 (22 Dec 2014)
diff --git a/sci-libs/xkaapi/xkaapi-3.0.3.ebuild b/sci-libs/xkaapi/xkaapi-3.0.3.ebuild
index 56a17b031657..e0623ab5b580 100644
--- a/sci-libs/xkaapi/xkaapi-3.0.3.ebuild
+++ b/sci-libs/xkaapi/xkaapi-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/xkaapi-3.0.3.ebuild,v 1.1 2014/12/22 15:11:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/xkaapi-3.0.3.ebuild,v 1.2 2014/12/22 15:51:53 jlec Exp $
EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/${UPSTREAM_NO}/${P}.tar.gz"
SLOT="0"
LICENSE="CeCILL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="blas cxx fortran gpu openmp static-libs"
+IUSE="cxx fortran openmp static-libs"
RDEPEND="
sys-apps/hwloc
@@ -41,15 +41,10 @@ src_prepare() {
src_configure() {
local myeconfargs=(
--enable-mode=gentoo
- --enable-api-kaapic
--enable-api-quark
--with-ccache=no
- --enable-hwloc
- --with-libffi="${EPREFIX}"/usr
- --enable-target$(usex gpu gpu mt)
$(use_enable fortran api-kaapif)
$(use_enable cxx api-kaapixx)
- $(use_enable blas kblas)
$(use_enable openmp libkomp)
# $(use_with plasma "${EPREFIX}"/usr)
)