[taskflow] update to 3.8.0 (#41417)

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-10-09 03:49:43 +08:00 committed by GitHub
parent 1b5a5fc631
commit d7fa1d9d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO taskflow/taskflow REPO taskflow/taskflow
REF "v${VERSION}" REF "v${VERSION}"
SHA512 2faecc9eaf9e7f24253a5aedbb4ef6164ba8b5181b7f2c65d8646c21300f28278d7817e928eeab7e85ec2b9644508a8665bab1a7482ec85a7f6de18cecb32d6f SHA512 9609c2d0851dc306d93d6b08e3330413ebc8f6eda4af57b0204446ab4c86fca886c7f9349e8ec92767c11b90b7a64dd52c56e6b34a89eca5ba37235b38665f8e
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "taskflow", "name": "taskflow",
"version": "3.7.0", "version": "3.8.0",
"description": "Fast Parallel Tasking Programming Library using Modern C++", "description": "Fast Parallel Tasking Programming Library using Modern C++",
"homepage": "https://github.com/taskflow/taskflow", "homepage": "https://github.com/taskflow/taskflow",
"license": "MIT", "license": "MIT",

View File

@ -8757,7 +8757,7 @@
"port-version": 0 "port-version": 0
}, },
"taskflow": { "taskflow": {
"baseline": "3.7.0", "baseline": "3.8.0",
"port-version": 0 "port-version": 0
}, },
"tbb": { "tbb": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3e9596e74cef08b0edad2f38d5b3009c20e006c3",
"version": "3.8.0",
"port-version": 0
},
{ {
"git-tree": "7faf25c4da57c68df003765f15858b1a9998c68e", "git-tree": "7faf25c4da57c68df003765f15858b1a9998c68e",
"version": "3.7.0", "version": "3.7.0",