File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
1919
2020PROJECT (cppadcg CXX C)
2121
22- SET (cppadcg_version "2.4.0 " )
22+ SET (cppadcg_version "2.4.1 " )
2323SET (cppadcg_url "https://github.com/joaoleal/CppADCodeGen" )
2424SET (cppadcg_description "A C++ Algorithmic Differentiation Package with Source Code Generation" )
2525
@@ -38,7 +38,8 @@ SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
3838# ----------------------------------------------------------------------------
3939FIND_PACKAGE (Threads REQUIRED)
4040
41- FIND_PACKAGE (CppAD 20200000.1 REQUIRED)
41+ SET (cppad_version_min 20200000.1)
42+ FIND_PACKAGE (CppAD ${cppad_version_min} REQUIRED)
4243
4344FIND_PACKAGE (ADOLC)
4445
Original file line number Diff line number Diff line change 1+ cppadcodegen (2.4.1-1) unstable; urgency=low
2+
3+ * fix cppad version in pkgconfig
4+
5+ -- Joao Leal <joaoruileal@gmail.com> Mon, 9 Mar 2020 18:00:00 +0000
6+
17cppadcodegen (2.4.0-1) unstable; urgency=low
28
39 * add support for CppAD 2020
You can’t perform that action at this time.
0 commit comments