20 lines
529 B
JSON
20 lines
529 B
JSON
|
{
|
||
|
"$comment": "See related issue for compilation failure on UWP and ARM: https://github.com/microsoft/vcpkg/pull/12560#issuecomment-668412073",
|
||
|
"name": "cppad",
|
||
|
"version-string": "20210000.7",
|
||
|
"port-version": 3,
|
||
|
"description": "CppAD: A Package for Differentiation of C++ Algorithms",
|
||
|
"homepage": "https://github.com/coin-or/CppAD",
|
||
|
"supports": "!(arm | uwp)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|