mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[aklomp-base64] fix PACKAGE_NAME (#30693)
* [aklomp-base64] fix PACKAGE_NAME * [aklomp-base64] vcpkg version fix * Bump port-version. --------- Co-authored-by: Nikolay Shishov <nikolay.shishov@admiralmarkets.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
5a101fc741
commit
5f555ff36e
@ -15,6 +15,7 @@ vcpkg_cmake_install()
|
|||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
|
|
||||||
vcpkg_cmake_config_fixup(
|
vcpkg_cmake_config_fixup(
|
||||||
|
PACKAGE_NAME base64
|
||||||
CONFIG_PATH "lib/cmake/base64"
|
CONFIG_PATH "lib/cmake/base64"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "aklomp-base64",
|
"name": "aklomp-base64",
|
||||||
"version-date": "2023-01-06",
|
"version-date": "2023-01-06",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Implementation of a base64 stream encoding/decoding library in C99 with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3, SSE4.1, SSE4.2, AVX) and OpenMP acceleration",
|
"description": "Implementation of a base64 stream encoding/decoding library in C99 with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3, SSE4.1, SSE4.2, AVX) and OpenMP acceleration",
|
||||||
"homepage": "https://github.com/aklomp/base64",
|
"homepage": "https://github.com/aklomp/base64",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "4785f09421c2636709249ad7a555c7420b9bcfe8",
|
||||||
|
"version-date": "2023-01-06",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "f73a4f50ab2a515962e939dad478916a5f44842f",
|
"git-tree": "f73a4f50ab2a515962e939dad478916a5f44842f",
|
||||||
"version-date": "2023-01-06",
|
"version-date": "2023-01-06",
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
},
|
},
|
||||||
"aklomp-base64": {
|
"aklomp-base64": {
|
||||||
"baseline": "2023-01-06",
|
"baseline": "2023-01-06",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"alac": {
|
"alac": {
|
||||||
"baseline": "2017-11-03-c38887c5",
|
"baseline": "2017-11-03-c38887c5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user