mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:18:58 +08:00
9e303cf56e
* Add new port "wg21-linear-algebra" Signed-off-by: Martin Stump <11492152+globberwops@users.noreply.github.com> * Replace deprecated functions Signed-off-by: Martin Stump <11492152+globberwops@users.noreply.github.com>
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "wg21-linear-algebra",
|
|
"version": "0.7.2",
|
|
"description": "A linear algebra proposal for the C++ standard library",
|
|
"license": "NCSA",
|
|
"dependencies": [
|
|
"mdspan",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|