Skip to content

Commit e71ce10

Browse files
authored
[vectorclass] Update to 2.02.00 (#26474)
1 parent 8563627 commit e71ce10

File tree

4 files changed

+26
-13
lines changed

4 files changed

+26
-13
lines changed

Diff for: ports/vectorclass/portfile.cmake

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO vectorclass/version2
4-
REF v2.00.01
5-
SHA512 2e1f714cf0e23cf7986f0e78b4c1eeab4da6434ac92449b81990931e19ae189df6fbbef50f11e9532a41dc6eaff0a4fea840349a3747621ff537bbd7519f2c3d
4+
REF v2.02.00
5+
SHA512 758cf12309ba9d5b1cc22db197d024880f62778de939af80f575dad9a3a2c3f256bc3228ee3dbd41a9da6e88835318f362b8255ff32bc8cadfe12bd2be4c36b5
66
HEAD_REF master
77
)
88

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

11-
vcpkg_configure_cmake(
11+
vcpkg_cmake_configure(
1212
SOURCE_PATH ${SOURCE_PATH}
13-
PREFER_NINJA
1413
)
1514

16-
vcpkg_install_cmake()
17-
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake TARGET_PATH share)
15+
vcpkg_cmake_install()
16+
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
1817
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
1918

2019
# Put the licence file where vcpkg expects it
21-
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
22-
file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
20+
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

Diff for: ports/vectorclass/vcpkg.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
22
"name": "vectorclass",
3-
"version-string": "2.00.01",
4-
"port-version": 2,
3+
"version-string": "2.02.00",
54
"description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors",
65
"homepage": "https://github.com/vectorclass/version2",
7-
"supports": "!(arm | arm64)"
6+
"license": "Apache-2.0",
7+
"supports": "!(arm | arm64)",
8+
"dependencies": [
9+
{
10+
"name": "vcpkg-cmake",
11+
"host": true
12+
},
13+
{
14+
"name": "vcpkg-cmake-config",
15+
"host": true
16+
}
17+
]
818
}

Diff for: versions/baseline.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7541,8 +7541,8 @@
75417541
"port-version": 0
75427542
},
75437543
"vectorclass": {
7544-
"baseline": "2.00.01",
7545-
"port-version": 2
7544+
"baseline": "2.02.00",
7545+
"port-version": 0
75467546
},
75477547
"visit-struct": {
75487548
"baseline": "1.0",

Diff for: versions/v-/vectorclass.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "cd0c5a8f550d59e8a92becd672d9d0a029faf4ac",
5+
"version-string": "2.02.00",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "a1c1b1ca0e0ddb9d5c27129234b2c22c9b73bd16",
510
"version-string": "2.00.01",

0 commit comments

Comments
 (0)