From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FD2F15800F for ; Mon, 13 Feb 2023 00:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9484BE085B; Mon, 13 Feb 2023 00:29:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52CCCE085B for ; Mon, 13 Feb 2023 00:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E657340CB4 for ; Mon, 13 Feb 2023 00:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 591B1824 for ; Mon, 13 Feb 2023 00:29:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1676248160.91c055fe19330e5356bd0d0a103835c9cd28026a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/taskflow/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/taskflow/files/taskflow-3.4.0-fix_doctest.patch X-VCS-Directories: dev-cpp/taskflow/files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 91c055fe19330e5356bd0d0a103835c9cd28026a X-VCS-Branch: master Date: Mon, 13 Feb 2023 00:29:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 998ce30c-e981-44a4-9473-da61ab01e68c X-Archives-Hash: a7df1f208f057c10b608e59f66251602 commit: 91c055fe19330e5356bd0d0a103835c9cd28026a Author: Matt Turner gentoo org> AuthorDate: Mon Feb 13 00:29:07 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Feb 13 00:29:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c055fe dev-cpp/taskflow: Fix test suite build Closes: https://bugs.gentoo.org/889676 Signed-off-by: Matt Turner gentoo.org> .../files/taskflow-3.4.0-fix_doctest.patch | 30 +++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 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 @@ @@ -230,6 +230,30 @@ index 94d8f394..701365c0 100644 @@ -1,6 +1,6 @@ #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN +-#include ++#include + + #include + #include +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 ++#include + #include + #include + +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 +#include