From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64D1213835A for ; Wed, 12 May 2021 18:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E92EE091D; Wed, 12 May 2021 18:45:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7730EE091D for ; Wed, 12 May 2021 18:45:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C7CF340C40 for ; Wed, 12 May 2021 18:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7CF75B for ; Wed, 12 May 2021 18:45:45 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1620815023.9c42327dd7e99c24595c265ee3174c425a61c52e.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/vexcl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/vexcl/Manifest dev-cpp/vexcl/metadata.xml dev-cpp/vexcl/vexcl-1.4.2.ebuild X-VCS-Directories: dev-cpp/vexcl/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 9c42327dd7e99c24595c265ee3174c425a61c52e X-VCS-Branch: master Date: Wed, 12 May 2021 18:45:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a42285a2-c7f9-4aca-9bdf-d1a27d60e728 X-Archives-Hash: f0170fdb1c62a57272cac9c959b7e1e3 commit: 9c42327dd7e99c24595c265ee3174c425a61c52e Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 12 10:19:00 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed May 12 10:23:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c42327d dev-cpp/vexcl: new package WIP Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/vexcl/Manifest | 1 + dev-cpp/vexcl/metadata.xml | 17 +++++++++++++++++ dev-cpp/vexcl/vexcl-1.4.2.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-cpp/vexcl/Manifest b/dev-cpp/vexcl/Manifest new file mode 100644 index 000000000..4d6698137 --- /dev/null +++ b/dev-cpp/vexcl/Manifest @@ -0,0 +1 @@ +DIST vexcl-1.4.2.tar.gz 412861 BLAKE2B 145948d2c2e6712a30542eca6690fe9f260cc9fe2064ffd01aaa89c3ddae1e0826206ffedfc362a6fb128f2909fc22948957f40cb45dc963d703abdff2ddd386 SHA512 b8bc759269025be21865178485015eb8489596be80c505d4699efdb517cb610a2d5fed10545ec7888f4cb4c7b3e2db5e3c2dd879c0d2fd95d2d0e59d1d3b790f diff --git a/dev-cpp/vexcl/metadata.xml b/dev-cpp/vexcl/metadata.xml new file mode 100644 index 000000000..7f91bd111 --- /dev/null +++ b/dev-cpp/vexcl/metadata.xml @@ -0,0 +1,17 @@ + + + + VexCL is a vector expression template library for OpenCL/CUDA. It has been created for ease of GPGPU development with C++. VexCL strives to reduce amount of boilerplate code needed to develop GPGPU applications. The library provides convenient and intuitive notation for vector arithmetic, reduction, sparse matrix-vector products, etc. Multi-device and even multi-platform computations are supported. The source code of the library is distributed under very permissive MIT license. + + comaintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + + dennis.demidov@gmail.com + Denis Demidov + + ddemidov/vexcl + + diff --git a/dev-cpp/vexcl/vexcl-1.4.2.ebuild b/dev-cpp/vexcl/vexcl-1.4.2.ebuild new file mode 100644 index 000000000..8190e38bb --- /dev/null +++ b/dev-cpp/vexcl/vexcl-1.4.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="VexCL - Vector expression template library for OpenCL" +HOMEPAGE="https://github.com/ddemidov/vexcl" +SRC_URI="https://github.com/ddemidov/vexcl/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +#TODO: cuda doc test +IUSE="examples" + +RDEPEND=" + dev-libs/boost:= + virtual/opencl +" +DEPEND="${RDEPEND}" + +src_install() { + cmake_src_install + if use examples; then + dodoc -r examples + docompress -x "/usr/share/doc/${P}/examples" + fi +}