mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08: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
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO romeric/Fastor
|
REPO romeric/Fastor
|
||||||
REF 76152e2fded7f014af969089e7d2ca966cef4d3b
|
REF "V${VERSION}"
|
||||||
SHA512 e2c4a267f592a7fbb92a54f7bf774a709b2a6d4a7bd3d338a20c455299a30d8352bfc6dd6c71eafa21ac70331ac0f4a86b176a56577699b82fde6f536429fb39
|
SHA512 6f636cf93b6fcd3fed83c4c7e4d0e762c2ca03368cc5fa38805913173a35b5919a030190744edc90e13ba4e463f1be742b1aa97b849cc48e93d9bcb6b635774a
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -17,5 +17,5 @@ vcpkg_fixup_pkgconfig()
|
|||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
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",
|
"name": "fastor",
|
||||||
"version-date": "2021-11-22",
|
"version": "0.6.4",
|
||||||
"port-version": 1,
|
|
||||||
"description": "a high performance tensor library for modern C++",
|
"description": "a high performance tensor library for modern C++",
|
||||||
"homepage": "https://github.com/romeric/Fastor",
|
"homepage": "https://github.com/romeric/Fastor",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -2709,8 +2709,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"fastor": {
|
"fastor": {
|
||||||
"baseline": "2021-11-22",
|
"baseline": "0.6.4",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"faudio": {
|
"faudio": {
|
||||||
"baseline": "24.09",
|
"baseline": "24.09",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2ead9de02797b1c0330cc52b54ec8a5670a2020c",
|
||||||
|
"version": "0.6.4",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "8e3101dc9482791ede896790efa2116909642320",
|
"git-tree": "8e3101dc9482791ede896790efa2116909642320",
|
||||||
"version-date": "2021-11-22",
|
"version-date": "2021-11-22",
|
||||||
|
Loading…
Reference in New Issue
Block a user