diff options
| author | contre <rpastric@contre.us> | 2019-07-21 23:28:04 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-21 23:28:04 -0700 |
| commit | 031dd7610fac278fbfb86a9367fad55564e4eff5 (patch) | |
| tree | fa48b5d1ec87f6a36f471a390447d6e781d41948 | |
| parent | 9c24622c212848c37e81e2d2059a1de2845f1c9e (diff) | |
| download | vcpkg-031dd7610fac278fbfb86a9367fad55564e4eff5.tar.gz vcpkg-031dd7610fac278fbfb86a9367fad55564e4eff5.zip | |
[qhull] Update to 7.3.2 and fix postbuild validation (#7340)
| -rw-r--r-- | ports/qhull/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qhull/portfile.cmake | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ports/qhull/CONTROL b/ports/qhull/CONTROL index d8a402049..9ea30f011 100644 --- a/ports/qhull/CONTROL +++ b/ports/qhull/CONTROL @@ -1,4 +1,4 @@ Source: qhull -Version: 7.2.1-3 +Version: 7.3.2 Homepage: https://github.com/qhull/qhull Description: computes the convex hull, Delaunay triangulation, Voronoi diagram diff --git a/ports/qhull/portfile.cmake b/ports/qhull/portfile.cmake index b7939dddb..a9c689923 100644 --- a/ports/qhull/portfile.cmake +++ b/ports/qhull/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO qhull/qhull - REF v7.2.1 # Qhull 2015.2 - SHA512 8f5177ea45f82fa28f13e95105497e7e29086d7301e1cb8d3860fff09ebf8d0f01cfcb0f044c422f0ac0ba94b845bba223232e5eeb613bf671f65a569b8766d0 + REF v7.3.2 # Qhull 2019.1 + SHA512 aea2c70179de10f648aba960129a3b9a3fe309a0eb085bdb86f697e3d4b214570c241e88d4f0b4d2974137759ee7086452d0a3957c4b2a256708402fb3c9eb3d HEAD_REF master ) if(${TARGET_TRIPLET} STREQUAL "x64-windows-static") @@ -37,6 +37,8 @@ endif() vcpkg_install_cmake() +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Qhull) + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(GLOB_RECURSE HTMFILES ${CURRENT_PACKAGES_DIR}/include/*.htm) file(REMOVE ${HTMFILES}) |
