Skip to content

Commit

Permalink
[asmjit] Update to 2024-06-05
Browse files Browse the repository at this point in the history
  • Loading branch information
kobalicek committed Jun 5, 2024
1 parent a4275b7 commit 15fb5e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
13 changes: 2 additions & 11 deletions ports/asmjit/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asmjit/asmjit
REF 51b10b19b6631434d3f9ad536a6fb140944a36d2 # commited on 2023-03-25
SHA512 1fba5159d2adad64e9a2b07a1f90de6988d1da47b9802ca8b57c61a89d8a90924525f6d0d6607279994bdbadcf693b2cc96cd7e4bf7f018ad64127b640dc38fb
REF 4a61c23ab65a8feb58d1bcdb7cbe8c8bdc36b7d1 # commited on 2024-06-05
SHA512 ccc04655d031bd5a89d217aac85f6a8bdb756684257877de8df2162b2ec6e0d95cd7e01c0d46f817465fccb0fa52a4552d5034c48f361f2854f2e05aa32b7c89
HEAD_REF master
)

Expand All @@ -16,16 +16,7 @@ vcpkg_cmake_configure(

vcpkg_cmake_install()
vcpkg_copy_pdbs()

vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/asmjit)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/asmjit/core/api-config.h"
"#if !defined(ASMJIT_STATIC)"
"#if 0"
)
endif()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
5 changes: 2 additions & 3 deletions ports/asmjit/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "asmjit",
"version-date": "2023-03-25",
"description": "Complete x86/x64 JIT and Remote Assembler for C++",
"version-date": "2024-06-05",
"description": "AsmJit is a lightweight library for machine code generation written in C++ language",
"homepage": "https://github.com/asmjit/asmjit",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/asmjit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [

Check failure on line 2 in versions/a-/asmjit.json

View check run for this annotation

Azure Pipelines / microsoft.vcpkg.pr (x86_windows)

versions/a-/asmjit.json#L2

versions/a-/asmjit.json(2,): error : while parsing versions for asmjit from version/a-/asmjit.json
{
"git-tree": "4a61c23ab65a8feb58d1bcdb7cbe8c8bdc36b7d1",
"version-date": "2024-06-05",
"port-version": 0
},
{
"git-tree": "e226149f3b22da2162e7d93eacc9f19411401e62",
"version-date": "2023-03-25",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
"port-version": 7
},
"asmjit": {
"baseline": "2023-03-25",
"baseline": "2024-06-05",
"port-version": 0
},
"asmtk": {
Expand Down

0 comments on commit 15fb5e7

Please sign in to comment.