jlec 14/12/22 15:51:53 Modified: xkaapi-3.0.3.ebuild ChangeLog Log: sci-libs/xkaapi: Drop unrecognised configure options (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-libs/xkaapi/xkaapi-3.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/xkaapi-3.0.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/xkaapi-3.0.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/xkaapi-3.0.3.ebuild?r1=1.1&r2=1.2 Index: xkaapi-3.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/xkaapi-3.0.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xkaapi-3.0.3.ebuild 22 Dec 2014 15:11:46 -0000 1.1 +++ xkaapi-3.0.3.ebuild 22 Dec 2014 15:51:53 -0000 1.2 @@ -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 @@ 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_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) ) 1.4 sci-libs/xkaapi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 22 Dec 2014 15:11:46 -0000 1.3 +++ ChangeLog 22 Dec 2014 15:51:53 -0000 1.4 @@ -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 <[email protected]> xkaapi-3.0.3.ebuild: + Drop unrecognised configure options *xkaapi-3.0.3 (22 Dec 2014)
