File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
# --------------------------------------------------------------------------
2
2
# CppADCodeGen: C++ Algorithmic Differentiation with Source Code Generation:
3
+ # Copyright (C) 2018 Joao Leal
3
4
# Copyright (C) 2012 Ciengis
4
5
#
5
6
# CppADCodeGen is distributed under multiple licenses:
@@ -107,13 +108,13 @@ IF(UNIX)
107
108
SET (CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Default install path prefix" )
108
109
ENDIF ()
109
110
110
- SET (install_cppadcg_include_location "${CMAKE_INSTALL_PREFIX} /include/cppad" )
111
+ SET (install_cppadcg_include_location "${CMAKE_INSTALL_PREFIX} /include/cppad" )
111
112
SET (install_cppadcg_include_pkg_location "${CMAKE_INSTALL_PREFIX} /include" )
112
- SET (install_cppad_include_location "${CMAKE_INSTALL_PREFIX} /include/cppad" )
113
+ SET (install_cppad_include_location "${CMAKE_INSTALL_PREFIX} /include/cppad" )
113
114
SET (install_cppad_include_pkg_location "${CMAKE_INSTALL_PREFIX} /include" )
114
- SET (install_library_pkg_location "${CMAKE_INSTALL_PREFIX} /share/pkgconfig" )
115
- SET (install_doc_location "${CMAKE_INSTALL_PREFIX} /share/doc/cppadcg" )
116
- SET (install_python_location "${CMAKE_INSTALL_PREFIX} /share/cppadcg/python" )
115
+ SET (install_library_pkg_location "${CMAKE_INSTALL_PREFIX} /share/pkgconfig" )
116
+ SET (install_doc_location "${CMAKE_INSTALL_PREFIX} /share/doc/cppadcg" )
117
+ SET (install_python_location "${CMAKE_INSTALL_PREFIX} /share/cppadcg/python" )
117
118
118
119
# ----------------------------------------------------------------------------
119
120
# Define some optional compiler flags
Original file line number Diff line number Diff line change 1
1
CppADCodeGen: C++ Algorithmic Differentiation with Source Code Generation:
2
+ Copyright (C) 2018 Joao Leal
2
3
Copyright (C) 2012 Ciengis
3
4
4
5
CppADCodeGen is distributed under multiple licenses:
Original file line number Diff line number Diff line change 1
1
cppadcodegen (2.3.0-1) unstable; urgency=low
2
2
3
- * added support for Clang/LLVM 5.0
4
- * use unique_ptr internally in additional locations
3
+ * add support for Clang/LLVM 5.0 and 6.0
4
+ * add support for Apple
5
+ * source-code modernization
5
6
* pretty printers for GDB
6
7
7
- -- Joao Leal <development@ciengis .com> Wed, 24 Jan 2018 13 :00:00 +0000
8
+ -- Joao Leal <joaoruileal@gmail .com> Sat, 27 Oct 2018 18 :00:00 +0000
8
9
9
10
cppadcodegen (2.2.0-1) unstable; urgency=low
10
11
You can’t perform that action at this time.
0 commit comments