Skip to content

Commit

Permalink
stable/20240000: Remve use of Brad's development tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jan 4, 2024
1 parent 0d10a72 commit ad1a7dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/check_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@ then
echo_log_eval rm -r $HOME/prefix/cppad
fi
# ---------------------------------------------------------------------------
version=`version.sh get`
#
# version
version=$(
sed -n -e '/^SET( *cppad_version *"[0-9.]*")/p' CMakeLists.txt | \
sed -e 's|.*"\([^"]*\)".*|\1|'
)
# ---------------------------------------------------------------------------
#
# compiler
Expand Down

0 comments on commit ad1a7dc

Please sign in to comment.