Skip to content

Commit

Permalink
[arb]Upgrade to 2.17.0 (#8831)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBoosY authored and ras0219-msft committed Oct 31, 2019
1 parent 81fbbf8 commit d2cd3ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion ports/arb/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: arb
Version: 2.16.0
Version: 2.17.0
Homepage: https://github.com/fredrik-johansson/arb
Description: a C library for arbitrary-precision interval arithmetic
Build-Depends: flint
24 changes: 0 additions & 24 deletions ports/arb/fix-build-error.patch

This file was deleted.

9 changes: 3 additions & 6 deletions ports/arb/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
include(vcpkg_common_functions)

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fredrik-johansson/arb
REF 2.16.0
SHA512 171c965aeb03cd2830df8a53990403c6da480a94d44385dadfbb2d02697f7c03e8b9a217094b0ad93f796d889a1564f4b9ae9db35ef9de90f61bb2e3220911be
REF eeef7bdd349366be4d1691da05e49dcf9c01a394 # 2.17.0
SHA512 d4c53c0343bec32e0b6c0d3a41e92663b13f9648a08c28c56a3098dd77d71248718b414dbb70c116bd7e07648646bdb663c1b9560e41d971d5c12d2d0466e9a0
HEAD_REF master
PATCHES fix-build-error.patch
)

file(REMOVE ${SOURCE_PATH}/CMakeLists.txt)
Expand All @@ -26,4 +23,4 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/arb RENAME copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

0 comments on commit d2cd3ad

Please sign in to comment.