From 222c35e3bcb8f28cd63fc526e591bb4ef6b99e4f Mon Sep 17 00:00:00 2001 From: Giulio Romualdi Date: Fri, 7 Aug 2020 20:49:36 +0200 Subject: [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> --- ports/cppad/CONTROL | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ports/cppad/CONTROL (limited to 'ports/cppad/CONTROL') 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) -- cgit v1.2.3