git: 44c732248f7a - main - devel/taskflow: Update 3.0.0 -> 3.1.0
Yuri Victorovich
yuri at FreeBSD.org
Thu Apr 15 20:56:56 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=44c732248f7a6e14356bc0d855991b44967148c4
commit 44c732248f7a6e14356bc0d855991b44967148c4
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-15 19:54:17 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-15 20:56:51 +0000
devel/taskflow: Update 3.0.0 -> 3.1.0
Reported by: portscout
---
devel/taskflow/Makefile | 2 +-
devel/taskflow/distinfo | 6 +++---
devel/taskflow/pkg-plist | 8 +++++++-
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/devel/taskflow/Makefile b/devel/taskflow/Makefile
index 02aa71cc2dc0..36c53f8b5332 100644
--- a/devel/taskflow/Makefile
+++ b/devel/taskflow/Makefile
@@ -1,6 +1,6 @@
PORTNAME= taskflow
DISTVERSIONPREFIX= v
-DISTVERSION= 3.0.0
+DISTVERSION= 3.1.0
CATEGORIES= devel
MAINTAINER= yuri at FreeBSD.org
diff --git a/devel/taskflow/distinfo b/devel/taskflow/distinfo
index 982f01e328fa..d304ea25b8f0 100644
--- a/devel/taskflow/distinfo
+++ b/devel/taskflow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609731498
-SHA256 (taskflow-taskflow-v3.0.0_GH0.tar.gz) = 553c88a6e56e115d29ac1520b8a0fea4557a5fcda1af1427bd3ba454926d03a2
-SIZE (taskflow-taskflow-v3.0.0_GH0.tar.gz) = 79242171
+TIMESTAMP = 1618516068
+SHA256 (taskflow-taskflow-v3.1.0_GH0.tar.gz) = b83e9a78c254d831b8401d0f8a766e3c5b60d8d20be5af6e2d2fad4aa4a8b980
+SIZE (taskflow-taskflow-v3.1.0_GH0.tar.gz) = 79467372
diff --git a/devel/taskflow/pkg-plist b/devel/taskflow/pkg-plist
index e8adc80a8db5..820ef4c6f031 100644
--- a/devel/taskflow/pkg-plist
+++ b/devel/taskflow/pkg-plist
@@ -24,7 +24,6 @@ include/taskflow/cuda/cublas/cublas_helper.hpp
include/taskflow/cuda/cublas/cublas_level1.hpp
include/taskflow/cuda/cublas/cublas_level2.hpp
include/taskflow/cuda/cublas/cublas_level3.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_blaf.hpp
include/taskflow/cuda/cuda_algorithm/cuda_for_each.hpp
include/taskflow/cuda/cuda_algorithm/cuda_matmul.hpp
include/taskflow/cuda/cuda_algorithm/cuda_reduce.hpp
@@ -49,6 +48,13 @@ 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/sycl/sycl_algorithm/sycl_for_each.hpp
+include/taskflow/sycl/sycl_algorithm/sycl_reduce.hpp
+include/taskflow/sycl/sycl_algorithm/sycl_transform.hpp
+include/taskflow/sycl/sycl_flow.hpp
+include/taskflow/sycl/sycl_graph.hpp
+include/taskflow/sycl/sycl_task.hpp
+include/taskflow/syclflow.hpp
include/taskflow/taskflow.hpp
include/taskflow/tensorframe/tensor.hpp
include/taskflow/tensorframe/tensor_expr.hpp
More information about the dev-commits-ports-all
mailing list