Skip to content

Commit

Permalink
master: get_cppadcg.sh: advance to current CppADCodeGen master, fix E…
Browse files Browse the repository at this point in the history
…IGNE -> EIGNE3.
  • Loading branch information
bradbell committed Jun 2, 2024
1 parent 7f0fbdf commit 4a9ed0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions bin/get_cppadcg.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash -e
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]>
# SPDX-FileContributor: 2003-22 Bradley M. Bell
# SPDX-FileContributor: 2003-24 Bradley M. Bell
# ----------------------------------------------------------------------------
# {xrst_begin get_cppadcg.sh}
# {xrst_spell
Expand Down Expand Up @@ -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
# *************
Expand Down Expand Up @@ -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 \
..
Expand Down
2 changes: 1 addition & 1 deletion user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4a9ed0c

Please sign in to comment.