-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #513: update version numbers
Merge in SUNDIALS/sunrepo from release/6.1.0 to develop Squashed commit of the following: commit 57838f0 Author: David J. Gardner <[email protected]> Date: Tue Jan 11 22:42:29 2022 -0800 reorder recent changes commit 885c3e4 Author: David J. Gardner <[email protected]> Date: Tue Jan 11 16:29:37 2022 -0800 add comments, move openmp offload up commit c97ea12 Author: Balos, Cody Joe <[email protected]> Date: Tue Jan 11 12:34:58 2022 -0800 find MPI and OpenMP first commit 60e9ad0 Author: David J. Gardner <[email protected]> Date: Sat Jan 8 10:20:10 2022 -0800 replace CLOCK_MONOTONIC_RAW with CLOCK_MONOTONIC commit 5047ac0 Author: David J. Gardner <[email protected]> Date: Fri Jan 7 17:06:58 2022 -0800 update UG year in bib file commit 723116f Author: David J. Gardner <[email protected]> Date: Fri Jan 7 17:00:47 2022 -0800 udpate CHANGELOG/recent changes versions commit d5ec1a2 Author: Balos, Cody Joe <[email protected]> Date: Fri Jan 7 14:53:27 2022 -0800 update version numbers
- Loading branch information
Showing
31 changed files
with
265 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ include(FindPackageHandleStandardArgs) | |
# Set some variables with info on the SUNDIALS project | ||
set(PACKAGE_BUGREPORT "[email protected]") | ||
set(PACKAGE_NAME "SUNDIALS") | ||
set(PACKAGE_STRING "SUNDIALS 6.0.0") | ||
set(PACKAGE_STRING "SUNDIALS 6.1.0") | ||
set(PACKAGE_TARNAME "sundials") | ||
|
||
# Set SUNDIALS version numbers | ||
|
@@ -51,7 +51,7 @@ message(STATUS "SUNDIALS_GIT_VERSION: ${SUNDIALS_GIT_VERSION}") | |
|
||
# (use "" for the version label if none is needed) | ||
set(PACKAGE_VERSION_MAJOR "6") | ||
set(PACKAGE_VERSION_MINOR "0") | ||
set(PACKAGE_VERSION_MINOR "1") | ||
set(PACKAGE_VERSION_PATCH "0") | ||
set(PACKAGE_VERSION_LABEL "") | ||
|
||
|
@@ -67,37 +67,37 @@ endif() | |
|
||
# Specify the VERSION and SOVERSION for shared libraries | ||
|
||
set(arkodelib_VERSION "5.0.0") | ||
set(arkodelib_VERSION "5.1.0") | ||
set(arkodelib_SOVERSION "5") | ||
|
||
set(cvodelib_VERSION "6.0.0") | ||
set(cvodelib_VERSION "6.1.0") | ||
set(cvodelib_SOVERSION "6") | ||
|
||
set(cvodeslib_VERSION "6.0.0") | ||
set(cvodeslib_VERSION "6.1.0") | ||
set(cvodeslib_SOVERSION "6") | ||
|
||
set(idalib_VERSION "6.0.0") | ||
set(idalib_VERSION "6.1.0") | ||
set(idalib_SOVERSION "6") | ||
|
||
set(idaslib_VERSION "5.0.0") | ||
set(idaslib_VERSION "5.1.0") | ||
set(idaslib_SOVERSION "5") | ||
|
||
set(kinsollib_VERSION "6.0.0") | ||
set(kinsollib_VERSION "6.1.0") | ||
set(kinsollib_SOVERSION "6") | ||
|
||
set(cpodeslib_VERSION "0.0.0") | ||
set(cpodeslib_SOVERSION "0") | ||
|
||
set(nveclib_VERSION "6.0.0") | ||
set(nveclib_VERSION "6.1.0") | ||
set(nveclib_SOVERSION "6") | ||
|
||
set(sunmatrixlib_VERSION "4.0.0") | ||
set(sunmatrixlib_VERSION "4.1.0") | ||
set(sunmatrixlib_SOVERSION "4") | ||
|
||
set(sunlinsollib_VERSION "4.0.0") | ||
set(sunlinsollib_VERSION "4.1.0") | ||
set(sunlinsollib_SOVERSION "4") | ||
|
||
set(sunnonlinsollib_VERSION "3.0.0") | ||
set(sunnonlinsollib_VERSION "3.1.0") | ||
set(sunnonlinsollib_SOVERSION "3") | ||
|
||
set(sundialslib_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.