diff options
Diffstat (limited to 'ports/cppad')
| -rw-r--r-- | ports/cppad/CONTROL | 5 | ||||
| -rw-r--r-- | ports/cppad/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/cppad/CONTROL b/ports/cppad/CONTROL deleted file mode 100644 index f38cfd121..000000000 --- a/ports/cppad/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: cppad -Version: 20200000.3 -Homepage: https://github.com/coin-or/CppAD -Description: CppAD: A Package for Differentiation of C++ Algorithms -Supports: !(arm|uwp) diff --git a/ports/cppad/vcpkg.json b/ports/cppad/vcpkg.json new file mode 100644 index 000000000..a2108bcec --- /dev/null +++ b/ports/cppad/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "cppad", + "version-string": "20200000.3", + "port-version": 1, + "description": "CppAD: A Package for Differentiation of C++ Algorithms", + "homepage": "https://github.com/coin-or/CppAD", + "supports": "!(arm | uwp)" +} |
