From 656d23e3c06e0e3d573f02336eb457e1f30896f2 Mon Sep 17 00:00:00 2001 From: joaoleal Date: Sun, 1 Sep 2024 19:29:08 +0100 Subject: [PATCH] Update circleci to use CppAD 2024 from GitHub Signed-off-by: joaoleal --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 55b43134..ff7700db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,8 +33,8 @@ jobs: command: | curdir="$(pwd)" cd "${curdir}/${CPPADCG_DEPS}" - git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppAD - cd "CppAD" + git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppADGit + cd "CppADGit" mkdir build cd build cmake -Dcppad_prefix:PATH="${curdir}/${CPPAD_INSTALL}" \