From 4a9ed0c1c0827b95421cd073d2102b9ac1664c61 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Sun, 2 Jun 2024 06:39:14 -0700 Subject: [PATCH] master: get_cppadcg.sh: advance to current CppADCodeGen master, fix EIGNE -> EIGNE3. --- CMakeLists.txt | 2 +- bin/get_cppadcg.sh | 8 ++++---- user_guide.xrst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d54473ec..8774f0a4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ IF( POLICY CMP0054 ) ENDIF( POLICY CMP0054 ) # # cppad_version is used by version.sh to get the version number. -SET(cppad_version "20240512") +SET(cppad_version "20240602") SET(cppad_url "https://coin-or.github.io/CppAD" ) SET(cppad_description "Differentiation of C++ Algorithms" ) IF( NOT DEFINED CMAKE_BUILD_TYPE) diff --git a/bin/get_cppadcg.sh b/bin/get_cppadcg.sh index a04f18ea8..02b74ac0e 100755 --- a/bin/get_cppadcg.sh +++ b/bin/get_cppadcg.sh @@ -1,7 +1,7 @@ #! /bin/bash -e # SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later # SPDX-FileCopyrightText: Bradley M. Bell -# SPDX-FileContributor: 2003-22 Bradley M. Bell +# SPDX-FileContributor: 2003-24 Bradley M. Bell # ---------------------------------------------------------------------------- # {xrst_begin get_cppadcg.sh} # {xrst_spell @@ -47,10 +47,10 @@ # This will install the commit of Cppadcg with the following git hash # {xrst_spell_off} # {xrst_code sh} -git_hash='b5307ad' +git_hash='fde3752' # {xrst_code} # {xrst_spell_on} -# The date corresponding to this commit was 20201009. +# The date corresponding to this commit was 2022-08-14. # # Configuration # ************* @@ -233,7 +233,7 @@ echo_eval cd build echo_eval cmake \ -D CPPAD_GIT_REPO="$cppad_repo" \ -D CMAKE_INSTALL_PREFIX=$prefix \ - -D EIGNE_INCLUDE_DIR=$prefix/include \ + -D EIGEN3_INCLUDE_DIR=$prefix/include \ -D GOOGLETEST_GIT=ON \ -D CREATE_DOXYGEN_DOC=OFF \ .. diff --git a/user_guide.xrst b/user_guide.xrst index 8cdd10dc1..21e23601a 100644 --- a/user_guide.xrst +++ b/user_guide.xrst @@ -13,7 +13,7 @@ {xrst_comment BEGIN: Before changing see new_release.sh and check_version.sh} -cppad-20240512: CppAD User's Manual +cppad-20240602: CppAD User's Manual ################################### .. image:: {xrst_dir coin.png}