Rename dev-cpp/{cpp-taskflow → taskflow}

Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Matthias Maier 2022-05-17 22:21:16 -05:00
parent c55d1e5140
commit a91e29a052
No known key found for this signature in database
GPG Key ID: DE13B5FE8785A0AB
9 changed files with 13 additions and 12 deletions

View File

@ -1 +0,0 @@
DIST cpp-taskflow-3.3.0.tar.gz 64446007 BLAKE2B 07878a03bd90af64914f1dc80850bcf5d4140f20ecfa998237039b6f37cc668e8c2b5dffafb75f4518209b3ac01f9935f5e30a020871334f131e6fe7654748bf SHA512 08ab20bf38927d49c8332fc103cb7b4b6358efa06466cb8471f2004eb27b79b9eadc9971ec4acd110c8f369686b6f99bf3e21192285c3f28b9cb855bfd9ab0b5

View File

@ -0,0 +1 @@
DIST taskflow-3.3.0.tar.gz 64446007 BLAKE2B 07878a03bd90af64914f1dc80850bcf5d4140f20ecfa998237039b6f37cc668e8c2b5dffafb75f4518209b3ac01f9935f5e30a020871334f131e6fe7654748bf SHA512 08ab20bf38927d49c8332fc103cb7b4b6358efa06466cb8471f2004eb27b79b9eadc9971ec4acd110c8f369686b6f99bf3e21192285c3f28b9cb855bfd9ab0b5

View File

@ -10,11 +10,11 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
Cpp-Taskflow is faster, more expressive, and easier for drop-in
Taskflow is faster, more expressive, and easier for drop-in
integration than many of existing task programming frameworks in
handling complex parallel workloads.
</longdescription>
<upstream>
<remote-id type="github">cpp-taskflow/cpp-taskflow</remote-id>
<remote-id type="github">taskflow/taskflow</remote-id>
</upstream>
</pkgmetadata>

View File

@ -6,11 +6,11 @@ EAPI=8
inherit cmake
DESCRIPTION="Modern C++ Parallel Task Programming"
HOMEPAGE="https://cpp-taskflow.github.io"
HOMEPAGE="https://taskflow.github.io"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git"
EGIT_REPO_URI="https://github.com/taskflow/${PN}.git"
inherit git-r3
S="${WORKDIR}/cpp-taskflow-${PV}"
S="${WORKDIR}/taskflow-${PV}"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@ -27,7 +27,7 @@ DEPEND="test? ( dev-cpp/doctest )"
HTML_DOCS=( docs/. )
PATCHES=(
"${FILESDIR}"/cpp-taskflow-9999-fix_doctest.patch
"${FILESDIR}"/taskflow-3.3.0-fix_doctest.patch
)
src_prepare() {

View File

@ -6,11 +6,11 @@ EAPI=8
inherit cmake
DESCRIPTION="Modern C++ Parallel Task Programming"
HOMEPAGE="https://cpp-taskflow.github.io"
HOMEPAGE="https://taskflow.github.io"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git"
EGIT_REPO_URI="https://github.com/taskflow/${PN}.git"
inherit git-r3
S="${WORKDIR}/cpp-taskflow-${PV}"
S="${WORKDIR}/taskflow-${PV}"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@ -27,7 +27,7 @@ DEPEND="test? ( dev-cpp/doctest )"
HTML_DOCS=( docs/. )
PATCHES=(
"${FILESDIR}"/cpp-taskflow-3.3.0-fix_doctest.patch
"${FILESDIR}"/taskflow-9999-fix_doctest.patch
)
src_prepare() {

View File

@ -4,3 +4,4 @@ move sys-auth/solo-python sys-auth/solo1
move dev-python/setuptools_rust dev-python/setuptools-rust
move dev-python/lark-parser dev-python/lark
move dev-python/suds dev-python/suds-community
move dev-cpp/cpp-taskflow dev-cpp/taskflow

View File

@ -43,7 +43,7 @@ REQUIRED_USE="
RDEPEND="dev-libs/boost:=
app-arch/bzip2
sys-libs/zlib
dev-cpp/cpp-taskflow
dev-cpp/taskflow
dev-cpp/tbb:=
adolc? ( sci-libs/adolc )
arpack? ( sci-libs/arpack[mpi=] )