diff options
| author | Giulio Romualdi <giulio.romualdi@gmail.com> | 2020-08-07 20:49:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 11:49:36 -0700 |
| commit | 222c35e3bcb8f28cd63fc526e591bb4ef6b99e4f (patch) | |
| tree | 1cd17340ba292552baad7d180edb3c12407b1630 /ports/cppad/CONTROL | |
| parent | 025447ae0e2278cc73dc073b8dae8cb9f3022c50 (diff) | |
| download | vcpkg-222c35e3bcb8f28cd63fc526e591bb4ef6b99e4f.tar.gz vcpkg-222c35e3bcb8f28cd63fc526e591bb4ef6b99e4f.zip | |
[CppAD] Add CppAD port (#12560)
* [CppAD] Add CppAD port
* [CppAD] Fix compilation on Linux
* [CppAD] Remove vcpkg_common_functions from portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [CppAD] Avoid to add the postfix 'd' in the debug library
* [CppAD] Patch the pkgconfig file generation
* [CppAD] Remove the support for uwp and arm
* [CppAD] add DISABLE_PARALLEL_CONFIGURE as option of vcpkg_configure_cmake() command
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/cppad/CONTROL')
| -rw-r--r-- | ports/cppad/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/cppad/CONTROL b/ports/cppad/CONTROL new file mode 100644 index 000000000..f38cfd121 --- /dev/null +++ b/ports/cppad/CONTROL @@ -0,0 +1,5 @@ +Source: cppad +Version: 20200000.3 +Homepage: https://github.com/coin-or/CppAD +Description: CppAD: A Package for Differentiation of C++ Algorithms +Supports: !(arm|uwp) |
