early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/cppad/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/cppad/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user