-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #420 in SUNDIALS/sunrepo from release/5.6.1 to dev…
…elop Squashed commit of the following: commit 99ee1ac Author: David J. Gardner <[email protected]> Date: Tue Dec 15 12:14:50 2020 -0800 regen ARKODE examples tex commit 21932f2 Author: Balos, Cody Joe <[email protected]> Date: Tue Dec 15 12:11:07 2020 -0800 update recent changes commit 48df03b Author: Balos, Cody Joe <[email protected]> Date: Tue Dec 15 11:30:37 2020 -0800 bump version
- Loading branch information
Showing
27 changed files
with
426 additions
and
341 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,14 +28,14 @@ project(SUNDIALS C) | |
# Set some variables with info on the SUNDIALS project | ||
set(PACKAGE_BUGREPORT "[email protected]") | ||
set(PACKAGE_NAME "SUNDIALS") | ||
set(PACKAGE_STRING "SUNDIALS 5.6.0") | ||
set(PACKAGE_STRING "SUNDIALS 5.6.1") | ||
set(PACKAGE_TARNAME "sundials") | ||
|
||
# set SUNDIALS version numbers | ||
# (use "" for the version label if none is needed) | ||
set(PACKAGE_VERSION_MAJOR "5") | ||
set(PACKAGE_VERSION_MINOR "6") | ||
set(PACKAGE_VERSION_PATCH "0") | ||
set(PACKAGE_VERSION_PATCH "1") | ||
set(PACKAGE_VERSION_LABEL "") | ||
|
||
if(PACKAGE_VERSION_LABEL) | ||
|
@@ -50,37 +50,37 @@ endif() | |
|
||
# Specify the VERSION and SOVERSION for shared libraries | ||
|
||
set(arkodelib_VERSION "4.6.0") | ||
set(arkodelib_VERSION "4.6.1") | ||
set(arkodelib_SOVERSION "4") | ||
|
||
set(cvodelib_VERSION "5.6.0") | ||
set(cvodelib_VERSION "5.6.1") | ||
set(cvodelib_SOVERSION "5") | ||
|
||
set(cvodeslib_VERSION "5.6.0") | ||
set(cvodeslib_VERSION "5.6.1") | ||
set(cvodeslib_SOVERSION "5") | ||
|
||
set(idalib_VERSION "5.6.0") | ||
set(idalib_VERSION "5.6.1") | ||
set(idalib_SOVERSION "5") | ||
|
||
set(idaslib_VERSION "4.6.0") | ||
set(idaslib_VERSION "4.6.1") | ||
set(idaslib_SOVERSION "4") | ||
|
||
set(kinsollib_VERSION "5.6.0") | ||
set(kinsollib_VERSION "5.6.1") | ||
set(kinsollib_SOVERSION "5") | ||
|
||
set(cpodeslib_VERSION "0.0.0") | ||
set(cpodeslib_SOVERSION "0") | ||
|
||
set(nveclib_VERSION "5.6.0") | ||
set(nveclib_VERSION "5.6.1") | ||
set(nveclib_SOVERSION "5") | ||
|
||
set(sunmatrixlib_VERSION "3.6.0") | ||
set(sunmatrixlib_VERSION "3.6.1") | ||
set(sunmatrixlib_SOVERSION "3") | ||
|
||
set(sunlinsollib_VERSION "3.6.0") | ||
set(sunlinsollib_VERSION "3.6.1") | ||
set(sunlinsollib_SOVERSION "3") | ||
|
||
set(sunnonlinsollib_VERSION "2.6.0") | ||
set(sunnonlinsollib_VERSION "2.6.1") | ||
set(sunnonlinsollib_SOVERSION "2") | ||
|
||
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
Oops, something went wrong.