mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[fastor] Update to 0.6.4 (#42016)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
0c72ab92e8
commit
422e123a45
4 changed files with 11 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO romeric/Fastor
|
||||
REF 76152e2fded7f014af969089e7d2ca966cef4d3b
|
||||
SHA512 e2c4a267f592a7fbb92a54f7bf774a709b2a6d4a7bd3d338a20c455299a30d8352bfc6dd6c71eafa21ac70331ac0f4a86b176a56577699b82fde6f536429fb39
|
||||
REF "V${VERSION}"
|
||||
SHA512 6f636cf93b6fcd3fed83c4c7e4d0e762c2ca03368cc5fa38805913173a35b5919a030190744edc90e13ba4e463f1be742b1aa97b849cc48e93d9bcb6b635774a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -17,5 +17,5 @@ vcpkg_fixup_pkgconfig()
|
|||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "fastor",
|
||||
"version-date": "2021-11-22",
|
||||
"port-version": 1,
|
||||
"version": "0.6.4",
|
||||
"description": "a high performance tensor library for modern C++",
|
||||
"homepage": "https://github.com/romeric/Fastor",
|
||||
"dependencies": [
|
||||
|
|
|
@ -2709,8 +2709,8 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"fastor": {
|
||||
"baseline": "2021-11-22",
|
||||
"port-version": 1
|
||||
"baseline": "0.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"faudio": {
|
||||
"baseline": "24.09",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2ead9de02797b1c0330cc52b54ec8a5670a2020c",
|
||||
"version": "0.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8e3101dc9482791ede896790efa2116909642320",
|
||||
"version-date": "2021-11-22",
|
||||
|
|
Loading…
Reference in a new issue