public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/
Date: Fri, 25 Sep 2020 20:56:41 +0000 (UTC)	[thread overview]
Message-ID: <1601065470.72ad0b806262cbc73ca923ac1a6b50a19c3a0ef7.epsilon-0@gentoo> (raw)

commit:     72ad0b806262cbc73ca923ac1a6b50a19c3a0ef7
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Sep 25 20:24:30 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Sep 25 20:24:30 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=72ad0b80

dev-libs/boost-compute: version bump to 1.74.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-libs/boost-compute/boost-compute-1.74.0.ebuild | 46 ++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/dev-libs/boost-compute/boost-compute-1.74.0.ebuild b/dev-libs/boost-compute/boost-compute-1.74.0.ebuild
new file mode 100644
index 000000000..f01c5c268
--- /dev/null
+++ b/dev-libs/boost-compute/boost-compute-1.74.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A header-only C++ Computing Library for OpenCL"
+HOMEPAGE="https://github.com/boostorg/compute"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/boostorg/compute"
+else
+	SRC_URI="https://github.com/boostorg/compute/archive/boost-${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/compute-boost-${PV}
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="Boost-1.0"
+SLOT="0"
+IUSE="benchmark bolt cache cuda eigen examples opencv qt tbb test threads vtk"
+
+RDEPEND="
+	dev-libs/boost
+	virtual/opencl
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBOOST_COMPUTE_USE_OFFLINE_CACHE=$(usex cache)
+		-DBOOST_COMPUTE_THREAD_SAFE=$(usex threads)
+		-DBOOST_COMPUTE_HAVE_EIGEN=$(usex eigen)
+		-DBOOST_COMPUTE_HAVE_OPENCV=$(usex opencv)
+		-DBOOST_COMPUTE_HAVE_QT=$(usex qt)
+		-DBOOST_COMPUTE_HAVE_VTK=$(usex vtk)
+		-DBOOST_COMPUTE_HAVE_CUDA=$(usex cuda)
+		-DBOOST_COMPUTE_HAVE_TBB=$(usex tbb)
+		-DBOOST_COMPUTE_HAVE_BOLT=$(usex bolt)
+		-DBOOST_COMPUTE_BUILD_TESTS=$(usex test)
+		-DBOOST_COMPUTE_BUILD_BENCHMARKS=$(usex benchmark)
+		-DBOOST_COMPUTE_BUILD_EXAMPLES=$(usex examples)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2020-09-25 20:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 20:56 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-25 23:23 [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/ Aisha Tammy
2016-01-22 10:12 Marius Brehler
2016-01-21  8:15 Marius Brehler
2015-09-21 16:05 Justin Lecher
2015-06-06  9:46 Justin Lecher
2015-02-02 12:06 Justin Lecher

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=1601065470.72ad0b806262cbc73ca923ac1a6b50a19c3a0ef7.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --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