File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11# --------------------------------------------------------------------------
22# CppADCodeGen: C++ Algorithmic Differentiation with Source Code Generation:
3+ # Copyright (C) 2018 Joao Leal
34# Copyright (C) 2012 Ciengis
45#
56# CppADCodeGen is distributed under multiple licenses:
@@ -107,13 +108,13 @@ IF(UNIX)
107108 SET (CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Default install path prefix" )
108109ENDIF ()
109110
110- SET (install_cppadcg_include_location "${CMAKE_INSTALL_PREFIX} /include/cppad" )
111+ SET (install_cppadcg_include_location "${CMAKE_INSTALL_PREFIX} /include/cppad" )
111112SET (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" )
113114SET (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" )
117118
118119# ----------------------------------------------------------------------------
119120# Define some optional compiler flags
Original file line number Diff line number Diff line change 11CppADCodeGen: C++ Algorithmic Differentiation with Source Code Generation:
2+ Copyright (C) 2018 Joao Leal
23 Copyright (C) 2012 Ciengis
34
45CppADCodeGen is distributed under multiple licenses:
Original file line number Diff line number Diff line change 11cppadcodegen (2.3.0-1) unstable; urgency=low
22
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
56 * pretty printers for GDB
67
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
89
910cppadcodegen (2.2.0-1) unstable; urgency=low
1011
You can’t perform that action at this time.
0 commit comments