From 946fa300e7529c9739e9edbd19f82e8a8975d5bf Mon Sep 17 00:00:00 2001 From: mfornace Date: Fri, 11 Sep 2020 12:12:04 -0700 Subject: [taskflow] Update cpp-taskflow 2.2.0 to taskflow 2.6.0 (#13140) * Update to 2.5.0 * Disable unit test building; 2.5.0 uses BUILD_TESTING flag * Attempt to add /bigobj since I'm not sure how to disable building examples target * Fix build error when building x64 targets * Add more to the patch, remove sections with add_executable from CMakeLists.txt * Guard with BUILD_TEST, put compile option in * Disable CUDA * Change name of package to taskflow * Add patch so it's back to Cpp-Taskflow::Cpp-Taskflow... * Update CONTROL * Move - down to Port-Version. * Add taskflow 2.6.0 * Update cpp-taskflow to 2.4.0 and disable test building * Change 'cpp-taskflow' to merely depend on 'taskflow'. * Remove osx skip. * Fix up portfile and remove patch file since not needed for header-only * Case fix for Linux Co-authored-by: JackBoosY Co-authored-by: Billy Robert O'Neal III --- ports/cpp-taskflow/CONTROL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/cpp-taskflow/CONTROL') diff --git a/ports/cpp-taskflow/CONTROL b/ports/cpp-taskflow/CONTROL index 72ef86c8e..49885ffd0 100644 --- a/ports/cpp-taskflow/CONTROL +++ b/ports/cpp-taskflow/CONTROL @@ -1,4 +1,5 @@ Source: cpp-taskflow -Version: 2.5.0 +Version: 2.6.0 Description: Fast Parallel Tasking Programming Library using Modern C++. Homepage: https://github.com/taskflow/taskflow +Build-Depends: taskflow -- cgit v1.2.3