From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/
Date: Fri, 13 Mar 2020 19:32:53 +0000 (UTC) [thread overview]
Message-ID: <1584127964.35c98061c9bf7c1b8851030282e68da60eadbe87.mattst88@gentoo> (raw)
commit: 35c98061c9bf7c1b8851030282e68da60eadbe87
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 19:07:37 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 19:32:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c98061
dev-libs/clhpp: Version bump to 2.0.11
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/clhpp/Manifest | 1 +
dev-libs/clhpp/clhpp-2.0.11.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-libs/clhpp/Manifest b/dev-libs/clhpp/Manifest
index a7469dbbd76..5487f84ddf8 100644
--- a/dev-libs/clhpp/Manifest
+++ b/dev-libs/clhpp/Manifest
@@ -1 +1,2 @@
DIST clhpp-2.0.10.tar.gz 129954 BLAKE2B 1beb9b41ce1ad8ec88d0ccfa5f1d7a7af931841fa64d79b9eb9db90538f1b43f3cee5c74dc015ba835ee4ded2e926967bc3aa00dcc6ec0f5b65a04f9618ea1a9 SHA512 4a4898540c55422ca0cc6ba7f0c5495b915fc34df50f8add90e7f06dd5ef1d01a767234ecdee3757292980aa2f938e773177bcc73f28ac9c1b42d386863dea58
+DIST clhpp-2.0.11.tar.gz 172006 BLAKE2B a346e4e9a5e9090a407946cd8dcb321188a9e66ff003ec65c42ceed8a9690d6decd2c47417e149e061e8ffc975a1bfd919134639ca5ed2d91ae94cf669eac81b SHA512 f73dd41ae0e14b6e42ba993f700103f99bb78230c7c8d9248fb32977b7d1694280a8cab1cefbb8d7171dd207b41623d98eb7524667f24a6925e1ee9d47787f7e
diff --git a/dev-libs/clhpp/clhpp-2.0.11.ebuild b/dev-libs/clhpp/clhpp-2.0.11.ebuild
new file mode 100644
index 00000000000..9738db094c8
--- /dev/null
+++ b/dev-libs/clhpp/clhpp-2.0.11.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Khronos OpenCL C++ bindings"
+HOMEPAGE="https://github.com/KhronosGroup/OpenCL-CLHPP/"
+SRC_URI="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Khronos-CLHPP"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/opencl"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/OpenCL-CLHPP-${PV}
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/include"
+ -DBUILD_DOCS=OFF
+ -DBUILD_EXAMPLES=OFF
+ -DBUILD_TESTS=OFF
+ )
+ cmake_src_configure
+}
next reply other threads:[~2020-03-13 19:32 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-13 19:32 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-24 11:45 [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/ Marek Szuba
2023-08-14 10:16 Marek Szuba
2023-07-15 8:19 Arthur Zamarin
2023-07-15 8:19 Arthur Zamarin
2023-07-15 3:10 Sam James
2023-04-21 8:56 Marek Szuba
2023-04-09 9:31 Marek Szuba
2023-04-09 7:42 Sam James
2023-04-08 18:49 Marek Szuba
2023-04-08 11:13 Arthur Zamarin
2023-04-08 8:30 Arthur Zamarin
2023-02-24 22:07 Marek Szuba
2023-01-28 0:41 Marek Szuba
2023-01-28 0:26 Sam James
2023-01-28 0:15 Sam James
2022-11-10 20:06 Matt Turner
2022-10-04 0:53 Marek Szuba
2022-09-26 9:07 Marek Szuba
2022-09-05 21:57 Marek Szuba
2021-12-02 5:16 Matt Turner
2021-09-29 14:07 Sam James
2021-09-29 14:07 Sam James
2021-08-28 20:21 Marek Szuba
2021-05-29 18:16 Matt Turner
2021-05-27 19:14 Sam James
2021-05-06 17:07 Marek Szuba
2020-08-09 17:52 Matt Turner
2020-07-21 9:33 Agostino Sarubbo
2020-07-21 8:48 Agostino Sarubbo
2020-06-19 16:12 Marek Szuba
2020-04-30 0:40 Matt Turner
2020-04-30 0:40 Matt Turner
2020-04-23 0:31 Marek Szuba
2020-04-23 0:31 Marek Szuba
2020-04-23 0:31 Marek Szuba
2020-04-05 10:13 Agostino Sarubbo
2020-04-05 6:09 Mikle Kolyada
2020-03-11 20:19 Matt Turner
2019-07-17 10:18 Mikle Kolyada
2019-07-10 10:30 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1584127964.35c98061c9bf7c1b8851030282e68da60eadbe87.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox