vcpkg/ports/fastor/vcpkg.json
MonicaLiu 422e123a45
[fastor] Update to 0.6.4 (#42016)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-11-11 23:09:53 -08:00

17 lines
318 B
JSON

{
"name": "fastor",
"version": "0.6.4",
"description": "a high performance tensor library for modern C++",
"homepage": "https://github.com/romeric/Fastor",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}