aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Smolka <jsmolka@pm.me>2020-01-22 21:16:10 +0100
committerVictor Romero <romerosanchezv@gmail.com>2020-01-22 12:16:10 -0800
commit45cab637618481dc43c92ad182925b4cf0244278 (patch)
tree907b43e449139be6e5b95a307add7f9bb3add6cb
parent181ec3b6492038f037bdef740f47a979781a3d59 (diff)
downloadvcpkg-45cab637618481dc43c92ad182925b4cf0244278.tar.gz
vcpkg-45cab637618481dc43c92ad182925b4cf0244278.zip
[asmjit] update to current version (#9770)
* [asmjit] update to current version * [asmjit] remove x64-uwp from ci.baseline.text
-rw-r--r--ports/asmjit/CONTROL2
-rw-r--r--ports/asmjit/portfile.cmake12
-rw-r--r--scripts/ci.baseline.txt1
3 files changed, 3 insertions, 12 deletions
diff --git a/ports/asmjit/CONTROL b/ports/asmjit/CONTROL
index 68cb15787..f9f204030 100644
--- a/ports/asmjit/CONTROL
+++ b/ports/asmjit/CONTROL
@@ -1,4 +1,4 @@
Source: asmjit
-Version: 2019-07-11
+Version: 2020-01-20
Homepage: https://github.com/asmjit/asmjit
Description: Complete x86/x64 JIT and Remote Assembler for C++
diff --git a/ports/asmjit/portfile.cmake b/ports/asmjit/portfile.cmake
index d68bb619a..e29365f5a 100644
--- a/ports/asmjit/portfile.cmake
+++ b/ports/asmjit/portfile.cmake
@@ -1,14 +1,11 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asmjit/asmjit
- REF 761130b1d8f32b5d3d612d285664fcfef5258149
- SHA512 a86fd58ba0c8bc81ec575e86a9acdf4a11f2acc9c2facd2a0a8512cffa9ee6fc0bd877a1f33fb52f8f510eff1de654b45cd4f5f5a18c5252ecae22a92db6e93e
+ REF 7e164e3edeefb76d8a2da4fbe84957ece0d07a13
+ SHA512 19d0a7f7a7cb4e6bd6c03f2e29ab012edf67ba4ba92789fd81e71a4937f1271a5124fa9c02d40d202bad7785b9e5ae21a3a72048cdeb8781c1b927c9717669c8
HEAD_REF master
)
-
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
@@ -22,19 +19,14 @@ else()
)
endif()
-
-
vcpkg_install_cmake()
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
endif()
-
-
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/asmjit RENAME copyright)
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt
index 7689ca1d5..547ee1a87 100644
--- a/scripts/ci.baseline.txt
+++ b/scripts/ci.baseline.txt
@@ -90,7 +90,6 @@ arrow:x64-linux=fail
arrow:x86-windows=fail
asmjit:arm64-windows=fail
asmjit:arm-uwp=fail
-asmjit:x64-uwp=fail
asyncplusplus:arm-uwp=fail
asyncplusplus:x64-uwp=fail
atk:x64-osx=fail