Skip to content

Commit

Permalink
master: bin: remove pythong scripts that are no longer used.
Browse files Browse the repository at this point in the history
bin/check_user_def.py: specify version of python in shebang.
  • Loading branch information
bradbell committed Apr 26, 2024
1 parent e18e916 commit b9d189a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 407 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 "20240425")
SET(cppad_version "20240426")
SET(cppad_url "https://coin-or.github.io/CppAD" )
SET(cppad_description "Differentiation of C++ Algorithms" )
IF( NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down
4 changes: 2 additions & 2 deletions bin/check_user_def.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# 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
# ----------------------------------------------------------------------------
import re
import sys
Expand Down
288 changes: 0 additions & 288 deletions bin/push_git2svn.py

This file was deleted.

Loading

0 comments on commit b9d189a

Please sign in to comment.