[vectorclass] Update to 2.02.00 (#26474)

This commit is contained in:
Francisco Facioni 2022-08-23 19:12:03 +02:00 committed by GitHub
parent 8563627bf1
commit e71ce10294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 13 deletions

View File

@ -1,22 +1,20 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vectorclass/version2
REF v2.00.01
SHA512 2e1f714cf0e23cf7986f0e78b4c1eeab4da6434ac92449b81990931e19ae189df6fbbef50f11e9532a41dc6eaff0a4fea840349a3747621ff537bbd7519f2c3d
REF v2.02.00
SHA512 758cf12309ba9d5b1cc22db197d024880f62778de939af80f575dad9a3a2c3f256bc3228ee3dbd41a9da6e88835318f362b8255ff32bc8cadfe12bd2be4c36b5
HEAD_REF master
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
vcpkg_configure_cmake(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake TARGET_PATH share)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Put the licence file where vcpkg expects it
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -1,8 +1,18 @@
{
"name": "vectorclass",
"version-string": "2.00.01",
"port-version": 2,
"version-string": "2.02.00",
"description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors",
"homepage": "https://github.com/vectorclass/version2",
"supports": "!(arm | arm64)"
"license": "Apache-2.0",
"supports": "!(arm | arm64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -7541,8 +7541,8 @@
"port-version": 0
},
"vectorclass": {
"baseline": "2.00.01",
"port-version": 2
"baseline": "2.02.00",
"port-version": 0
},
"visit-struct": {
"baseline": "1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cd0c5a8f550d59e8a92becd672d9d0a029faf4ac",
"version-string": "2.02.00",
"port-version": 0
},
{
"git-tree": "a1c1b1ca0e0ddb9d5c27129234b2c22c9b73bd16",
"version-string": "2.00.01",