aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-25 13:24:38 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-25 13:24:38 +0000
commit30729d2e6cc0727ab5030351d2e9ea449c638773 (patch)
tree26adc31ae56766d85ef74b8e762daca97ecedc1c /dev-cpp
parentdev-python/arrayfire-python: update maintainer (diff)
downloadsci-30729d2e6cc0727ab5030351d2e9ea449c638773.tar.gz
sci-30729d2e6cc0727ab5030351d2e9ea449c638773.tar.bz2
sci-30729d2e6cc0727ab5030351d2e9ea449c638773.zip
dev-cpp/thrust: package included in nvidia-cuda-toolkit
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/thrust/Manifest1
-rw-r--r--dev-cpp/thrust/metadata.xml12
-rw-r--r--dev-cpp/thrust/thrust-1.10.0.ebuild24
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-cpp/thrust/Manifest b/dev-cpp/thrust/Manifest
deleted file mode 100644
index 7e9fe43a5..000000000
--- a/dev-cpp/thrust/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST thrust-1.10.0.tar.gz 944923 BLAKE2B 25c6728bc1e2e5bcb3647829db69a74d4747181e58d76fcfc9e5d679ea7261b2a4ecb61b67b4655af6b5934a272f57739f1cb1c1f56b872e5a8db1e6f5d24af6 SHA512 0bee941e06247c798a79299dffb1c2952aee1ac1c6ccc8392b17521b8c3f43d7db82ef44aea9917e4f327f62de8fef937c5f0ccdbae13f8a0e85b5f2b40e72b4
diff --git a/dev-cpp/thrust/metadata.xml b/dev-cpp/thrust/metadata.xml
deleted file mode 100644
index 0ee446868..000000000
--- a/dev-cpp/thrust/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@aisha.cc</email>
- <name>Aisha Tammy</name>
- </maintainer>
- <maintainer type="person">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-cpp/thrust/thrust-1.10.0.ebuild b/dev-cpp/thrust/thrust-1.10.0.ebuild
deleted file mode 100644
index e4792c997..000000000
--- a/dev-cpp/thrust/thrust-1.10.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="C++ parallel agorithms library"
-HOMEPAGE="https://github.com/NVIDIA/thrust"
-SRC_URI="https://github.com/NVIDIA/thrust/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_configure() {
- local mycmakeargs=(
- -DTHRUST_ENABLE_HEADER_TESTING=OFF
- -DTHRUST_ENABLE_TESTING=OFF
- -DTHRUST_ENABLE_EXAMPLES=OFF
- -DTHRUST_INCLUDE_CUB_CMAKE=OFF
- )
- cmake_src_configure
-}