diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-13 10:28:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-13 10:28:43 +0000 |
| commit | 24ba0e9471cc76a08cbac5fd9678f6e5790e558b (patch) | |
| tree | bac64c13f0a8fa067ca318f50b72188d6ee68b1e /dev-cpp/taskflow | |
| parent | ace3e90f9f526148a22d7c3a8fc4b6868e409e86 (diff) | |
| download | baldeagleos-repo-24ba0e9471cc76a08cbac5fd9678f6e5790e558b.tar.gz baldeagleos-repo-24ba0e9471cc76a08cbac5fd9678f6e5790e558b.tar.xz baldeagleos-repo-24ba0e9471cc76a08cbac5fd9678f6e5790e558b.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/taskflow')
| -rw-r--r-- | dev-cpp/taskflow/files/taskflow-3.4.0-fix_doctest.patch | 30 | ||||
| -rw-r--r-- | dev-cpp/taskflow/taskflow-3.4.0.ebuild | 4 |
2 files changed, 29 insertions, 5 deletions
diff --git a/dev-cpp/taskflow/files/taskflow-3.4.0-fix_doctest.patch b/dev-cpp/taskflow/files/taskflow-3.4.0-fix_doctest.patch index 323d17e7f535..a63e84673f70 100644 --- a/dev-cpp/taskflow/files/taskflow-3.4.0-fix_doctest.patch +++ b/dev-cpp/taskflow/files/taskflow-3.4.0-fix_doctest.patch @@ -1,5 +1,5 @@ diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt -index 3397d798..1256e8e6 100644 +index 86a00bcc..5f5c36fb 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -1,6 +1,7 @@ @@ -11,7 +11,7 @@ index 3397d798..1256e8e6 100644 list(APPEND TF_UNITTESTS utility -@@ -23,8 +24,7 @@ list(APPEND TF_UNITTESTS +@@ -24,8 +25,7 @@ list(APPEND TF_UNITTESTS foreach(unittest IN LISTS TF_UNITTESTS) add_executable(${unittest} ${unittest}.cpp) @@ -46,7 +46,7 @@ index 28eeaa8c..466687a2 100644 // -------------------------------------------------------- diff --git a/unittests/basics.cpp b/unittests/basics.cpp -index f5b9e3dd..e93c3fd3 100644 +index 290abccf..44301011 100644 --- a/unittests/basics.cpp +++ b/unittests/basics.cpp @@ -1,6 +1,6 @@ @@ -235,6 +235,30 @@ index 94d8f394..701365c0 100644 #include <taskflow/taskflow.hpp> #include <taskflow/algorithm/pipeline.hpp> +diff --git a/unittests/runtimes.cpp b/unittests/runtimes.cpp +index 5a6155b5..4f7e5b74 100644 +--- a/unittests/runtimes.cpp ++++ b/unittests/runtimes.cpp +@@ -1,6 +1,6 @@ + #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN + +-#include <doctest.h> ++#include <doctest/doctest.h> + #include <taskflow/taskflow.hpp> + #include <taskflow/algorithm/pipeline.hpp> + +diff --git a/unittests/scalable_pipelines.cpp b/unittests/scalable_pipelines.cpp +index 2534878b..e2073563 100644 +--- a/unittests/scalable_pipelines.cpp ++++ b/unittests/scalable_pipelines.cpp +@@ -1,6 +1,6 @@ + #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN + +-#include <doctest.h> ++#include <doctest/doctest.h> + + #include <taskflow/taskflow.hpp> + #include <taskflow/algorithm/pipeline.hpp> diff --git a/unittests/semaphores.cpp b/unittests/semaphores.cpp index 616191b5..64b8a587 100644 --- a/unittests/semaphores.cpp diff --git a/dev-cpp/taskflow/taskflow-3.4.0.ebuild b/dev-cpp/taskflow/taskflow-3.4.0.ebuild index c23ae2ccf7b7..cf891e256b0e 100644 --- a/dev-cpp/taskflow/taskflow-3.4.0.ebuild +++ b/dev-cpp/taskflow/taskflow-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/taskflow-${PV}" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86" S="${WORKDIR}/taskflow-${PV}" fi |
