[taskflow] update to 3.0.0 (#15894)

* update taskflow portfile to 3.0.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
mfornace 2021-01-27 18:17:09 -08:00 committed by GitHub
parent 29286672ee
commit 421777e4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: taskflow
Version: 2.7.0
Version: 3.0.0
Description: Fast Parallel Tasking Programming Library using Modern C++.
Homepage: https://github.com/taskflow/taskflow

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taskflow/taskflow
REF v2.7.0
SHA512 1498739cfe5af9ce66815a82c18edde38a4806d9288c8c7859b8f1621f8353258adfaf80275d4a2294cc3dc09365d8a18219210453aa1b7bb7658abd026b13f2
REF v3.0.0
SHA512 5c838ff4436ade1f3755eb6859f724188be2bfcd11baf172413a0bdc18bc516b7b911e6d83a140c95548f844a8c8b908992bdec10b3b6569876a3e3b2d5b821e
HEAD_REF master
)

View File

@ -5633,7 +5633,7 @@
"port-version": 0
},
"taskflow": {
"baseline": "2.7.0",
"baseline": "3.0.0",
"port-version": 0
},
"tbb": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cfa2c53934444b309b97a672883d35da17246d86",
"version-string": "3.0.0",
"port-version": 0
},
{
"git-tree": "efe56bba7e13bcf283b57fed39637a7e4789c1da",
"version-string": "2.7.0",