jlec 14/12/23 12:41:48 Modified: ChangeLog Added: xkaapi-2.2.ebuild Log: sci-libs/xkaapi: Verion Bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.5 sci-libs/xkaapi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 22 Dec 2014 15:51:53 -0000 1.4 +++ ChangeLog 23 Dec 2014 12:41:48 -0000 1.5 @@ -1,6 +1,11 @@ # 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.4 2014/12/22 15:51:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/ChangeLog,v 1.5 2014/12/23 12:41:48 jlec Exp $ + +*xkaapi-2.2 (23 Dec 2014) + + 23 Dec 2014; Justin Lecher <[email protected]> +xkaapi-2.2.ebuild: + Verion Bump 22 Dec 2014; Justin Lecher <[email protected]> xkaapi-3.0.3.ebuild: Drop unrecognised configure options 1.1 sci-libs/xkaapi/xkaapi-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/xkaapi-2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/xkaapi-2.2.ebuild?rev=1.1&content-type=text/plain Index: xkaapi-2.2.ebuild =================================================================== # 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-2.2.ebuild,v 1.1 2014/12/23 12:41:48 jlec Exp $ EAPI=5 FORTRAN_NEEDED=fortran AUTOTOOLS_AUTORECONF=true inherit autotools-utils fortran-2 UPSTREAM_NO=33666 DESCRIPTION="Kernel for Adaptative, Asynchronous Parallel and Interactive programming" HOMEPAGE="http://kaapi.gforge.inria.fr" 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" RDEPEND=" sys-apps/hwloc virtual/libffi " DEPEND="${RDEPEND} " PATCHES=( "${FILESDIR}"/${PN}-2.1-flags.patch "${FILESDIR}"/${PN}-2.1-ffi.patch ) src_prepare() { sed \ -e 's:-Werror::g' \ -i tests/testsuite* tests/*/*.am || die autotools-utils_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) ) autotools-utils_src_configure }
