-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor updates to documentation and debian package
Signed-off-by: joaoleal <[email protected]>
- Loading branch information
Showing
6 changed files
with
77 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
cppadcodegen (2.5.0-1) unstable; urgency=low | ||
|
||
* Add support for CppAD 2024 | ||
|
||
-- Joao Leal <[email protected]> Mon, 1 Sep 2024 18:00:00 +0000 | ||
|
||
cppadcodegen (2.4.3-1) unstable; urgency=low | ||
|
||
* fix getCustomLibraryExtension() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ Priority: extra | |
Maintainer: Joao Leal <[email protected]> | ||
Build-Depends: debhelper (>= 5), | ||
cdbs, | ||
binutils (>= 2.18.1 ), | ||
libacl1 (>= 2.2.45-1 ), | ||
libattr1 (>= 1 ), | ||
cmake (>= 2.8), | ||
binutils (>= 2.18.1), | ||
libacl1 (>= 2.2.45-1), | ||
libattr1 (>= 1), | ||
cmake (>= 3.5), | ||
doxygen, | ||
cppad-dev (>= 20200000.1)|cppad (>= 2020.00.00.1), | ||
cppad-dev (>= 20240000.1)|libcppad-dev (>= 2024.00.00.4), | ||
libadolc-dev, | ||
libclang-dev (>= 3.2) | libclang-3.6-dev | libclang-3.8-dev | libclang-4.0-dev, | ||
libclang-dev (>= 8), | ||
libeigen3-dev, | ||
libgtest-dev | ||
Standards-Version: 3.7.2 | ||
|
@@ -20,8 +20,8 @@ Package: cppadcodegen-dev | |
Section: libdevel | ||
Architecture: any | ||
Depends: ${misc:Depends}, | ||
cppad-dev (>= 20200000.1)|cppad (>= 2020.00.00.1) | ||
Suggests: libclang-dev (>= 3.2), | ||
cppad-dev (>= 20240000.4)|libcppad-dev (>= 2024.00.00.4) | ||
Suggests: libclang-dev (>= 8), | ||
llvm-8.0-dev | llvm-4.0-dev, | ||
libeigen3-dev | ||
Description: A Package for Differentiation of C++ Algorithms that performs source code generation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters