[highway] Bump to 1.0.4 (#32403)

* [highway] Bump to 1.0.4

* update version database
This commit is contained in:
xiaozhuai, Weihang Ding 2023-07-06 02:18:26 +08:00 committed by GitHub
parent 45482edecd
commit 0786980ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/highway
REF "${VERSION}"
SHA512 fc419c862e1686b6278081e8e10da41dc2bdfbd386a29b59e21a57375a47d3eeb5c7297e3078c78007b212121d936640b192a26a16c941e73cf599f24e081021
SHA512 75aaa0a3f97c6b044acb146ac4db20c1d813c4215b9c1620e72352d00c136939db7059f599122d6600e385bffa8b24d7fd9c1fe09772f4941e5300767a8c68dd
HEAD_REF master
)
@ -20,6 +20,7 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/hwy)
if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/hwy/highway_export.h" "defined(HWY_SHARED_DEFINE)" "1")

View File

@ -1,6 +1,6 @@
{
"name": "highway",
"version-semver": "1.0.3",
"version": "1.0.4",
"description": "Performance-portable, length-agnostic SIMD with runtime dispatch",
"homepage": "https://github.com/google/highway",
"license": "Apache-2.0",
@ -8,6 +8,10 @@
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {

View File

@ -3157,7 +3157,7 @@
"port-version": 0
},
"highway": {
"baseline": "1.0.3",
"baseline": "1.0.4",
"port-version": 0
},
"hikogui": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d516ee6b19d52dce62aae1d9ced2b7d9b18cb5cf",
"version": "1.0.4",
"port-version": 0
},
{
"git-tree": "c5445e6987068f7752475cf5f26c3402d3d8ef82",
"version-semver": "1.0.3",