Skip to content

Commit

Permalink
[taskflow] update to 3.1.0 (microsoft#17407)
Browse files Browse the repository at this point in the history
* [taskflow] update to 3.1.0

* update version
  • Loading branch information
JonLiu1993 authored Apr 23, 2021
1 parent 4e103fa commit 68047cc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 0 additions & 4 deletions ports/taskflow/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/taskflow/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taskflow/taskflow
REF v3.0.0
SHA512 5c838ff4436ade1f3755eb6859f724188be2bfcd11baf172413a0bdc18bc516b7b911e6d83a140c95548f844a8c8b908992bdec10b3b6569876a3e3b2d5b821e
REF 86460588739bc15205e491ed3ef35030f6bec040 #v3.1.0
SHA512 c52952795f233f1e13d6d4f6e473bc8cfcfb6d245ba268874cb2fcb51766b2d57fc8a445a059ea215727f6f621c3fa95d1654223d21a6771a27a02048f904f5d
HEAD_REF master
)

Expand Down
6 changes: 6 additions & 0 deletions ports/taskflow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "taskflow",
"version": "3.1.0",
"description": "Fast Parallel Tasking Programming Library using Modern C++",
"homepage": "https://github.com/taskflow/taskflow"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5889,7 +5889,7 @@
"port-version": 0
},
"taskflow": {
"baseline": "3.0.0",
"baseline": "3.1.0",
"port-version": 0
},
"tbb": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/taskflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0cdd85bb7b520cb75c0bf6f89cf01bb65cb53fd2",
"version": "3.1.0",
"port-version": 0
},
{
"git-tree": "cfa2c53934444b309b97a672883d35da17246d86",
"version-string": "3.0.0",
Expand Down

0 comments on commit 68047cc

Please sign in to comment.