File tree 4 files changed +26
-13
lines changed
4 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 1
1
vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO vectorclass/version2
4
- REF v2.00.01
5
- SHA512 2e1f714cf0e23cf7986f0e78b4c1eeab4da6434ac92449b81990931e19ae189df6fbbef50f11e9532a41dc6eaff0a4fea840349a3747621ff537bbd7519f2c3d
4
+ REF v2.02.00
5
+ SHA512 758cf12309ba9d5b1cc22db197d024880f62778de939af80f575dad9a3a2c3f256bc3228ee3dbd41a9da6e88835318f362b8255ff32bc8cadfe12bd2be4c36b5
6
6
HEAD_REF master
7
7
)
8
8
9
9
file (COPY ${CMAKE_CURRENT_LIST_DIR} /CMakeLists.txt DESTINATION ${SOURCE_PATH} )
10
10
11
- vcpkg_configure_cmake (
11
+ vcpkg_cmake_configure (
12
12
SOURCE_PATH ${SOURCE_PATH}
13
- PREFER_NINJA
14
13
)
15
14
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} )
18
17
file (REMOVE_RECURSE ${CURRENT_PACKAGES_DIR} /debug/include )
19
18
20
19
# 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)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vectorclass" ,
3
- "version-string" : " 2.00.01" ,
4
- "port-version" : 2 ,
3
+ "version-string" : " 2.02.00" ,
5
4
"description" : " C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors" ,
6
5
"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
+ ]
8
18
}
Original file line number Diff line number Diff line change 7541
7541
"port-version" : 0
7542
7542
},
7543
7543
"vectorclass" : {
7544
- "baseline" : " 2.00.01 " ,
7545
- "port-version" : 2
7544
+ "baseline" : " 2.02.00 " ,
7545
+ "port-version" : 0
7546
7546
},
7547
7547
"visit-struct" : {
7548
7548
"baseline" : " 1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " cd0c5a8f550d59e8a92becd672d9d0a029faf4ac" ,
5
+ "version-string" : " 2.02.00" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " a1c1b1ca0e0ddb9d5c27129234b2c22c9b73bd16" ,
5
10
"version-string" : " 2.00.01" ,
You can’t perform that action at this time.
0 commit comments