Skip to content

Commit

Permalink
[turbobase64] update to 2023.08 (#41748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W authored Oct 29, 2024
1 parent e2edf52 commit bb1ca27
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 81 deletions.
66 changes: 0 additions & 66 deletions ports/turbobase64/CMakeLists.txt

This file was deleted.

21 changes: 12 additions & 9 deletions ports/turbobase64/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
string(REGEX REPLACE "^([0-9]+)[.]([0-9])$" "\\1.0\\2" TURBO_VERSION "${VERSION}")

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO powturbo/Turbo-Base64
REF 95ba56a9b041f9933f5cd2bbb2ee4e083468c20a
SHA512 bacab8ede5e20974207e01c13a93e6d8afc8d08bc84f1da2b6efa1b4d17408cef6cea085e209a8b7d3b2e2a7223a785f8c76aa954c3c787e9b8d891880b63606
HEAD_REF master
OUT_SOURCE_PATH SOURCE_PATH
REPO powturbo/Turbo-Base64
REF ${TURBO_VERSION}
SHA512 de8aaace0faf6552cf692f131a4d03882b88252732bb4160c48e5cc630a0c2f637fa27309e084d02305cdf7ef28020e6c9fbb82b50c1916e46aabc95baea75ad
HEAD_REF master
)

file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
SOURCE_PATH "${SOURCE_PATH}"
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(PACKAGE_NAME "unofficial-${PORT}")
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")

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

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
5 changes: 2 additions & 3 deletions ports/turbobase64/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "turbobase64",
"version-date": "2020-01-12",
"port-version": 3,
"version": "2023.8",
"description": "Fastest Base64 SIMD/Neon library",
"homepage": "https://github.com/powturbo/Turbo-Base64",
"license": "GPL-3.0-only",
"supports": "!windows",
"supports": "!android & !(windows & arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
1 change: 0 additions & 1 deletion scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ torch-th:arm64-uwp=fail
torch-th:x64-android=fail
torch-th:x64-uwp=fail
torch-th:x64-windows-static=fail
turbobase64:arm-neon-android=fail
tvision:arm-neon-android=fail
tvision:arm64-android=fail
tvision:x64-android=fail
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9113,8 +9113,8 @@
"port-version": 0
},
"turbobase64": {
"baseline": "2020-01-12",
"port-version": 3
"baseline": "2023.8",
"port-version": 0
},
"tvision": {
"baseline": "2024-05-22",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/turbobase64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d5b6dbbd578854ad389a0e63b4921bb7e5a3b7ec",
"version": "2023.8",
"port-version": 0
},
{
"git-tree": "20d23821ef39944689c9ec0e8cf02d17c7b68901",
"version-date": "2020-01-12",
Expand Down

0 comments on commit bb1ca27

Please sign in to comment.