public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/xkaapi: metadata.xml ChangeLog xkaapi-3.0.3.ebuild
@ 2014-12-22 15:11 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2014-12-22 15:11 UTC (permalink / raw
  To: gentoo-commits

jlec        14/12/22 15:11:46

  Modified:             metadata.xml ChangeLog
  Added:                xkaapi-3.0.3.ebuild
  Log:
  sci-libs/xkaapi: Version BUmp
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sci-libs/xkaapi/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	28 Jan 2014 12:47:39 -0000	1.1
+++ metadata.xml	22 Dec 2014 15:11:46 -0000	1.2
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-<maintainer>
-	<email>jlec@gentoo.org</email>
-</maintainer>
-<use>
-	<flag name="blas">Kaapi BLAS tasks for PLASMA</flag>
-	<flag name="gpu">Build library for gpu threading</flag>
-</use>
+  <herd>sci</herd>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+  </maintainer>
+  <use>
+    <flag name="blas">Kaapi BLAS tasks for PLASMA</flag>
+    <flag name="gpu">Build library for gpu threading</flag>
+  </use>
 </pkgmetadata>



1.3                  sci-libs/xkaapi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	31 Jul 2014 23:29:18 -0000	1.2
+++ ChangeLog	22 Dec 2014 15:11:46 -0000	1.3
@@ -1,6 +1,12 @@
 # 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.2 2014/07/31 23:29:18 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xkaapi/ChangeLog,v 1.3 2014/12/22 15:11:46 jlec Exp $
+
+*xkaapi-3.0.3 (22 Dec 2014)
+
+  22 Dec 2014; Justin Lecher <jlec@gentoo.org> +xkaapi-3.0.3.ebuild,
+  +files/xkaapi-3.0.3-flags.patch, metadata.xml:
+  Version BUmp
 
   31 Jul 2014; Maciej Mrozowski <reavertm@gentoo.org> xkaapi-2.1.ebuild:
   Remove explicit src_test override since eclass is fixed, bug 499580.



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xkaapi/xkaapi-3.0.3.ebuild?rev=1.1&content-type=text/plain

Index: xkaapi-3.0.3.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-3.0.3.ebuild,v 1.1 2014/12/22 15:11:46 jlec Exp $

EAPI=5

FORTRAN_NEEDED=fortran
AUTOTOOLS_AUTORECONF=true

inherit autotools-utils fortran-2

UPSTREAM_NO=34360

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}"/${P}-flags.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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-22 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22 15:11 [gentoo-commits] gentoo-x86 commit in sci-libs/xkaapi: metadata.xml ChangeLog xkaapi-3.0.3.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox