mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
devel/taskflow: Update 3.2.0 -> 3.3.0
Reported by: portscout
This commit is contained in:
parent
2b870319dc
commit
8cd9c927a6
3 changed files with 21 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= taskflow
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.0
|
||||
DISTVERSION= 3.3.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1627836771
|
||||
SHA256 (taskflow-taskflow-v3.2.0_GH0.tar.gz) = 26c37a494789fedc5de8d1f8452dc8a7774a220d02c14d5b19efe0dfe0359c0c
|
||||
SIZE (taskflow-taskflow-v3.2.0_GH0.tar.gz) = 79152157
|
||||
TIMESTAMP = 1641520068
|
||||
SHA256 (taskflow-taskflow-v3.3.0_GH0.tar.gz) = 66b891f706ba99a5ca5ed239d520ad6943ebe94728d1c89e07a939615a6488ef
|
||||
SIZE (taskflow-taskflow-v3.3.0_GH0.tar.gz) = 64446007
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
include/taskflow/core/algorithm/critical.hpp
|
||||
include/taskflow/core/algorithm/for_each.hpp
|
||||
include/taskflow/core/algorithm/reduce.hpp
|
||||
include/taskflow/core/algorithm/sort.hpp
|
||||
include/taskflow/algorithm/critical.hpp
|
||||
include/taskflow/algorithm/for_each.hpp
|
||||
include/taskflow/algorithm/pipeline.hpp
|
||||
include/taskflow/algorithm/reduce.hpp
|
||||
include/taskflow/algorithm/sort.hpp
|
||||
include/taskflow/algorithm/transform.hpp
|
||||
include/taskflow/core/declarations.hpp
|
||||
include/taskflow/core/environment.hpp
|
||||
include/taskflow/core/error.hpp
|
||||
include/taskflow/core/executor-module-opt.hpp
|
||||
include/taskflow/core/executor.hpp
|
||||
include/taskflow/core/flow_builder.hpp
|
||||
include/taskflow/core/graph.hpp
|
||||
|
@ -16,20 +19,19 @@ include/taskflow/core/taskflow.hpp
|
|||
include/taskflow/core/topology.hpp
|
||||
include/taskflow/core/tsq.hpp
|
||||
include/taskflow/core/worker.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_find.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_for_each.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_matmul.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_merge.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_reduce.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_scan.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_sort.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_transform.hpp
|
||||
include/taskflow/cuda/cuda_algorithm/cuda_transpose.hpp
|
||||
include/taskflow/cuda/algorithm/find.hpp
|
||||
include/taskflow/cuda/algorithm/for_each.hpp
|
||||
include/taskflow/cuda/algorithm/matmul.hpp
|
||||
include/taskflow/cuda/algorithm/merge.hpp
|
||||
include/taskflow/cuda/algorithm/reduce.hpp
|
||||
include/taskflow/cuda/algorithm/scan.hpp
|
||||
include/taskflow/cuda/algorithm/sort.hpp
|
||||
include/taskflow/cuda/algorithm/transform.hpp
|
||||
include/taskflow/cuda/algorithm/transpose.hpp
|
||||
include/taskflow/cuda/cuda_capturer.hpp
|
||||
include/taskflow/cuda/cuda_device.hpp
|
||||
include/taskflow/cuda/cuda_error.hpp
|
||||
include/taskflow/cuda/cuda_execution_policy.hpp
|
||||
include/taskflow/cuda/cuda_flow.hpp
|
||||
include/taskflow/cuda/cuda_graph.hpp
|
||||
include/taskflow/cuda/cuda_memory.hpp
|
||||
include/taskflow/cuda/cuda_meta.hpp
|
||||
|
@ -37,7 +39,7 @@ include/taskflow/cuda/cuda_optimizer.hpp
|
|||
include/taskflow/cuda/cuda_pool.hpp
|
||||
include/taskflow/cuda/cuda_stream.hpp
|
||||
include/taskflow/cuda/cuda_task.hpp
|
||||
include/taskflow/cudaflow.hpp
|
||||
include/taskflow/cuda/cudaflow.hpp
|
||||
include/taskflow/dsl/connection.hpp
|
||||
include/taskflow/dsl/dsl.hpp
|
||||
include/taskflow/dsl/meta_macro.hpp
|
||||
|
@ -46,10 +48,6 @@ include/taskflow/dsl/task_dsl.hpp
|
|||
include/taskflow/dsl/task_trait.hpp
|
||||
include/taskflow/dsl/tuple_utils.hpp
|
||||
include/taskflow/dsl/type_list.hpp
|
||||
include/taskflow/sanitizer/deadlock_sanitizer.hpp
|
||||
include/taskflow/sanitizer/infinite_loop_sanitizer.hpp
|
||||
include/taskflow/sanitizer/nonreachable_sanitizer.hpp
|
||||
include/taskflow/sanitizer/sanitizer.hpp
|
||||
include/taskflow/sycl/sycl_algorithm/sycl_for_each.hpp
|
||||
include/taskflow/sycl/sycl_algorithm/sycl_reduce.hpp
|
||||
include/taskflow/sycl/sycl_algorithm/sycl_transform.hpp
|
||||
|
|
Loading…
Add table
Reference in a new issue