git: ef75d31979dc - main - devel/taskflow: Update 3.4.0 -> 3.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 00:19:25 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef75d31979dca5f4266e16046e86ec0a31a65af2
commit ef75d31979dca5f4266e16046e86ec0a31a65af2
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-11 15:44:11 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-12 00:19:17 +0000
devel/taskflow: Update 3.4.0 -> 3.5.0
Reported by: portscout
---
devel/taskflow/Makefile | 11 +++--------
devel/taskflow/distinfo | 6 +++---
devel/taskflow/pkg-plist | 3 +++
3 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/devel/taskflow/Makefile b/devel/taskflow/Makefile
index d7c96ff55d2a..687125bcf0a8 100644
--- a/devel/taskflow/Makefile
+++ b/devel/taskflow/Makefile
@@ -1,6 +1,6 @@
PORTNAME= taskflow
DISTVERSIONPREFIX= v
-DISTVERSION= 3.4.0
+DISTVERSION= 3.5.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -10,17 +10,12 @@ WWW= https://github.com/taskflow/taskflow
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake compiler:c++17-lang
+USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes
CMAKE_OFF= TF_BUILD_CUDA TF_BUILD_TESTS TF_BUILD_EXAMPLES
+CMAKE_TESTING_ON= BUILD_TESTING TF_BUILD_TESTS
NO_ARCH= yes
-do-test:
- @cd ${BUILD_WRKSRC} && \
- ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON -DTF_BUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
-
.include <bsd.port.mk>
diff --git a/devel/taskflow/distinfo b/devel/taskflow/distinfo
index d797f1bd506c..938dc60bd93b 100644
--- a/devel/taskflow/distinfo
+++ b/devel/taskflow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653417822
-SHA256 (taskflow-taskflow-v3.4.0_GH0.tar.gz) = 8f449137d3f642b43e905aeacdf1d7c5365037d5e1586103ed4f459f87cecf89
-SIZE (taskflow-taskflow-v3.4.0_GH0.tar.gz) = 64152239
+TIMESTAMP = 1673468820
+SHA256 (taskflow-taskflow-v3.5.0_GH0.tar.gz) = 33c44e0da7dfda694d2b431724d6c8fd25a889ad0afbb4a32e8da82e2e9c2a92
+SIZE (taskflow-taskflow-v3.5.0_GH0.tar.gz) = 64965472
diff --git a/devel/taskflow/pkg-plist b/devel/taskflow/pkg-plist
index c2840735164d..7896595dd487 100644
--- a/devel/taskflow/pkg-plist
+++ b/devel/taskflow/pkg-plist
@@ -1,4 +1,5 @@
include/taskflow/algorithm/critical.hpp
+include/taskflow/algorithm/data_pipeline.hpp
include/taskflow/algorithm/for_each.hpp
include/taskflow/algorithm/pipeline.hpp
include/taskflow/algorithm/reduce.hpp
@@ -58,9 +59,11 @@ include/taskflow/sycl/sycl_task.hpp
include/taskflow/sycl/syclflow.hpp
include/taskflow/taskflow.hpp
include/taskflow/utility/iterator.hpp
+include/taskflow/utility/macros.hpp
include/taskflow/utility/math.hpp
include/taskflow/utility/object_pool.hpp
include/taskflow/utility/os.hpp
+include/taskflow/utility/serializer.hpp
include/taskflow/utility/singleton.hpp
include/taskflow/utility/small_vector.hpp
include/taskflow/utility/stream.hpp