diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index dd127ed8d2..ca168ed6e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -27,7 +27,7 @@ This is a list of tasks that need to be done before a SUNDIALS release. * `doc/shared/History.rst` * `doc/shared/sundials.bib` * `doc/sundials/biblio.bib` - * `scripts/tarscript` + * `scripts/tarscript.sh` The following files are no longer maintaianed: diff --git a/doc/arkode/examples/source/conf.py b/doc/arkode/examples/source/conf.py index b6b4289919..edecfd4779 100644 --- a/doc/arkode/examples/source/conf.py +++ b/doc/arkode/examples/source/conf.py @@ -43,7 +43,7 @@ # General information about the project. project = u'Example Programs for ARKODE' -copyright = u'2012-2021, Daniel R. Reynolds, David J. Gardner, Carol S. Woodward, and Cody J. Balos, release number LLNL-SM-668082' +copyright = u'2012-2025, Daniel R. Reynolds, David J. Gardner, Carol S. Woodward, and Cody J. Balos, release number LLNL-SM-668082' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/superbuild/source/developers/releases/Checklist.rst b/doc/superbuild/source/developers/releases/Checklist.rst index b9c4ca4aad..9829cd551e 100644 --- a/doc/superbuild/source/developers/releases/Checklist.rst +++ b/doc/superbuild/source/developers/releases/Checklist.rst @@ -115,7 +115,7 @@ Release Procedure the push to update ``main``. #. Once readthedocs finishes building the new release, create the tarballs *on a Linux machine*. - Use the ``tarscript`` shell script under the ``scripts`` directory. This also compiles the documents + Use the ``tarscript.sh`` shell script under the ``scripts`` directory. This also compiles the documents (user guides and example docs) and creates all tarballs in their final form, appropriate for uploading as artifacts to the GitHub release. diff --git a/scripts/arkode b/scripts/arkode.sh similarity index 95% rename from scripts/arkode rename to scripts/arkode.sh index c967f2760d..272fd3b647 100755 --- a/scripts/arkode +++ b/scripts/arkode.sh @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/cvode b/scripts/cvode.sh similarity index 95% rename from scripts/cvode rename to scripts/cvode.sh index 31c0a24558..3c322b3ee3 100755 --- a/scripts/cvode +++ b/scripts/cvode.sh @@ -3,7 +3,7 @@ # Programmer(s): Radu Serban, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/cvodes b/scripts/cvodes.sh similarity index 95% rename from scripts/cvodes rename to scripts/cvodes.sh index baeea9e1dd..cd993a0006 100755 --- a/scripts/cvodes +++ b/scripts/cvodes.sh @@ -3,7 +3,7 @@ # Programmer(s): Radu Serban, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/ida b/scripts/ida.sh similarity index 95% rename from scripts/ida rename to scripts/ida.sh index 3a867156ce..d0e8349030 100755 --- a/scripts/ida +++ b/scripts/ida.sh @@ -3,7 +3,7 @@ # Programmer(s): Radu Serban, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/idas b/scripts/idas.sh similarity index 95% rename from scripts/idas rename to scripts/idas.sh index b5027e1a85..b40586adcf 100755 --- a/scripts/idas +++ b/scripts/idas.sh @@ -3,7 +3,7 @@ # Programmer(s): Radu Serban, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/kinsol b/scripts/kinsol.sh similarity index 95% rename from scripts/kinsol rename to scripts/kinsol.sh index 5995cb7f71..82582fef3e 100755 --- a/scripts/kinsol +++ b/scripts/kinsol.sh @@ -3,7 +3,7 @@ # Programmer(s): Radu Serban, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/shared b/scripts/shared.sh similarity index 97% rename from scripts/shared rename to scripts/shared.sh index 85ae8d059f..1d822f0447 100755 --- a/scripts/shared +++ b/scripts/shared.sh @@ -3,7 +3,7 @@ # Programmer(s): Radu Serban, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/tarscript b/scripts/tarscript.sh similarity index 99% rename from scripts/tarscript rename to scripts/tarscript.sh index 04e74fa354..b36aa13330 100755 --- a/scripts/tarscript +++ b/scripts/tarscript.sh @@ -3,7 +3,7 @@ # Programmer(s): Radu Serban, David J. Gardner, Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # @@ -34,7 +34,7 @@ function print_usage # Print help message echo "" - echo "Usage: tarscript [-hsv] [module]" + echo "Usage: tarscript.sh [-hsv] [module]" echo " -h : help" echo " -s : short (no documentation)" echo " -q : quiet" diff --git a/scripts/updateVersion.sh b/scripts/updateVersion.sh index f04f3d52cf..1fb301709a 100755 --- a/scripts/updateVersion.sh +++ b/scripts/updateVersion.sh @@ -269,7 +269,7 @@ sedi "s/UCRL-SM-208114,.*/UCRL-SM-208114, ${date}./" $fn # Update tarscript # ------------------------------------------------------------------------------ -fn="tarscript" +fn="tarscript.sh" sedi "s/SUN_VER=.*/SUN_VER=\"${sun_ver}\"/" $fn sedi "s/CV_VER=.*/CV_VER=\"${cv_ver}\"/" $fn sedi "s/CVS_VER=.*/CVS_VER=\"${cvs_ver}\"/" $fn diff --git a/test/test_driver.sh b/test/test_driver.sh index 1a04f0caa5..b816a9dbc2 100755 --- a/test/test_driver.sh +++ b/test/test_driver.sh @@ -514,11 +514,11 @@ if [ "$tarball" != NONE ]; then cd scripts echo "START TARSCRIPT" - time ./tarscript $tarball | tee -a tar.log + time ./tarscript.sh $tarball | tee -a tar.log # Check tarscript return code rc=${PIPESTATUS[0]} - echo -e "\ntarscript returned $rc\n" | tee -a tar.log + echo -e "\ntarscript.sh returned $rc\n" | tee -a tar.log if [ "$rc" -ne 0 ]; then exit 1; fi # Relocate log and tarballs