diff options
Diffstat (limited to 'dev-cpp/cpp-taskflow')
| -rw-r--r-- | dev-cpp/cpp-taskflow/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild | 44 | ||||
| -rw-r--r-- | dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild | 44 | ||||
| -rw-r--r-- | dev-cpp/cpp-taskflow/metadata.xml | 19 |
4 files changed, 0 insertions, 108 deletions
diff --git a/dev-cpp/cpp-taskflow/Manifest b/dev-cpp/cpp-taskflow/Manifest deleted file mode 100644 index 3a4c979f17cf..000000000000 --- a/dev-cpp/cpp-taskflow/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cpp-taskflow-3.2.0.tar.gz 79152157 BLAKE2B 03b4b1cf772c9dec4557a706c7872de95312d4e72ec7dcef1accfd1d5eaf470e60440d75ea0c993ab494ef460dc44639719ea1732fa92c54d64dde31b90b9224 SHA512 e30d95b69f64524c9b06cf7442236998f91b1083818f06439888d78d5a1b988bc952c02fd0ec88114283cbe6c31a7bbfe810a7114998f4b5f60c4cff921bb0fa diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild deleted file mode 100644 index 8692e5af29eb..000000000000 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Modern C++ Parallel Task Programming" -HOMEPAGE="https://taskflow.github.io/" -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git" - inherit git-r3 - S="${WORKDIR}/cpp-taskflow-${PV}" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/taskflow-${PV}" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="examples test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-cpp/doctest )" - -HTML_DOCS=( docs/. ) - -src_prepare() { - rm -r "${S}/3rd-party" || die "rm failed" - default - cmake_src_prepare -} - -src_configure() { - # TODO: enable CUDA via USE flag - local mycmakeargs=( - -DTF_BUILD_CUDA=OFF - -DTF_BUILD_EXAMPLES=$(usex examples) - -DTF_BUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild deleted file mode 100644 index 8692e5af29eb..000000000000 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Modern C++ Parallel Task Programming" -HOMEPAGE="https://taskflow.github.io/" -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git" - inherit git-r3 - S="${WORKDIR}/cpp-taskflow-${PV}" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/taskflow-${PV}" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="examples test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-cpp/doctest )" - -HTML_DOCS=( docs/. ) - -src_prepare() { - rm -r "${S}/3rd-party" || die "rm failed" - default - cmake_src_prepare -} - -src_configure() { - # TODO: enable CUDA via USE flag - local mycmakeargs=( - -DTF_BUILD_CUDA=OFF - -DTF_BUILD_EXAMPLES=$(usex examples) - -DTF_BUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} diff --git a/dev-cpp/cpp-taskflow/metadata.xml b/dev-cpp/cpp-taskflow/metadata.xml deleted file mode 100644 index bda6e1d4071f..000000000000 --- a/dev-cpp/cpp-taskflow/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tamiko@gentoo.org</email> - <name>Matthias Maier</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription> - Cpp-Taskflow is faster, more expressive, and easier for drop-in - integration than many of existing task programming frameworks in - handling complex parallel workloads. - </longdescription> - - <origin>gentoo-staging</origin> -</pkgmetadata>
\ No newline at end of file |
