diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-05 03:20:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-04 12:20:25 -0700 |
| commit | a59ddd901ac35bc28bbcede79f7762188bcb9aac (patch) | |
| tree | faa7078d08d8ce1fb1720bcae6bba2e1660d5a73 /ports/cpp-taskflow | |
| parent | 9d727caa3f3e253945e5e0cf3d927e08c85746ba (diff) | |
| download | vcpkg-a59ddd901ac35bc28bbcede79f7762188bcb9aac.tar.gz vcpkg-a59ddd901ac35bc28bbcede79f7762188bcb9aac.zip | |
[vcpkg-baseline][manyport] Fix baseline error (#11742)
* [fastrtps] Fix source hash
* [cpp-taskflow] Update source hash
* [eabase] Re-trigger CI test
* Change repo
* [sdformat9] Re-trigger CI test
* update baseline
* update baseline
* [sdformat9] Fix find dependency urdfdom
Diffstat (limited to 'ports/cpp-taskflow')
| -rw-r--r-- | ports/cpp-taskflow/CONTROL | 3 | ||||
| -rw-r--r-- | ports/cpp-taskflow/portfile.cmake | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/ports/cpp-taskflow/CONTROL b/ports/cpp-taskflow/CONTROL index 69b58ea81..ee3e33ed0 100644 --- a/ports/cpp-taskflow/CONTROL +++ b/ports/cpp-taskflow/CONTROL @@ -1,3 +1,4 @@ Source: cpp-taskflow
-Version: 2.2.0
+Version: 2.2.0-1
Description: Fast Parallel Tasking Programming Library using Modern C++.
+Homepage: https://github.com/taskflow/taskflow
diff --git a/ports/cpp-taskflow/portfile.cmake b/ports/cpp-taskflow/portfile.cmake index 5160d02a2..8e2964337 100644 --- a/ports/cpp-taskflow/portfile.cmake +++ b/ports/cpp-taskflow/portfile.cmake @@ -1,12 +1,9 @@ # header-only library
-
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO cpp-taskflow/cpp-taskflow
+ REPO taskflow/taskflow
REF v2.2.0
- SHA512 c075f1b7e4dd6ed6d9561b860b660ee4b28eddb321d8aa8746fbec45b1039ab686700156e4273da5a4ac7af0707975331befd9bf3e51f18925ea3a9a60083549
+ SHA512 1aa4e9d7324f56eb33cd4986d721035f0abf12e022da956bafc0b16cf6cb82d152334ae58edc4581ab2f6d44989ca21cdd590ad560d6f1a4f905710fe08d0091
HEAD_REF master
)
@@ -26,4 +23,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
# Handle copyright
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/cpp-taskflow/copyright COPYONLY)
+configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
\ No newline at end of file |
