-
Notifications
You must be signed in to change notification settings - Fork 132
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 #339 in SUNDIALS/sunrepo from release/5.2.0 to dev…
…elop Squashed commit of the following: commit 90a11174b26af1ddace057d45f4c798743a38237 Author: Balos, Cody Joe <[email protected]> Date: Mon Mar 30 13:31:25 2020 -0700 fix static linking for cusparse test commit a790e9ef76a824c0e51e94b2d6da92f7cb7aca78 Author: Balos, Cody Joe <[email protected]> Date: Mon Mar 30 11:07:19 2020 -0700 doc fix commit 8c47ef8739329a2eb4388d302dec6f251986e9b0 Author: Balos, Cody Joe <[email protected]> Date: Mon Mar 30 09:27:06 2020 -0700 update version numbers commit 2d8469cb51d561890ee3d05cf483a7b7f67e63aa Author: Balos, Cody Joe <[email protected]> Date: Mon Mar 30 09:25:21 2020 -0700 update recent changes commit c9c1f0c886f4bb38d3725c1e30a6dafee5c8f6da Author: Balos, Cody Joe <[email protected]> Date: Mon Mar 30 09:20:03 2020 -0700 regen Fortran 2003 interfaces
- Loading branch information
Showing
31 changed files
with
426 additions
and
325 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 |
---|---|---|
|
@@ -30,13 +30,13 @@ 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.1.0") | ||
set(PACKAGE_STRING "SUNDIALS 5.2.0") | ||
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 "1") | ||
set(PACKAGE_VERSION_MINOR "2") | ||
set(PACKAGE_VERSION_PATCH "0") | ||
set(PACKAGE_VERSION_LABEL "") | ||
|
||
|
@@ -63,37 +63,37 @@ mark_as_advanced(CLEAR | |
|
||
# Specify the VERSION and SOVERSION for shared libraries | ||
|
||
set(arkodelib_VERSION "4.1.0") | ||
set(arkodelib_VERSION "4.2.0") | ||
set(arkodelib_SOVERSION "4") | ||
|
||
set(cvodelib_VERSION "5.1.0") | ||
set(cvodelib_VERSION "5.2.0") | ||
set(cvodelib_SOVERSION "5") | ||
|
||
set(cvodeslib_VERSION "5.1.0") | ||
set(cvodeslib_VERSION "5.2.0") | ||
set(cvodeslib_SOVERSION "5") | ||
|
||
set(idalib_VERSION "5.1.0") | ||
set(idalib_VERSION "5.2.0") | ||
set(idalib_SOVERSION "5") | ||
|
||
set(idaslib_VERSION "4.1.0") | ||
set(idaslib_VERSION "4.2.0") | ||
set(idaslib_SOVERSION "4") | ||
|
||
set(kinsollib_VERSION "5.1.0") | ||
set(kinsollib_VERSION "5.2.0") | ||
set(kinsollib_SOVERSION "5") | ||
|
||
set(cpodeslib_VERSION "0.0.0") | ||
set(cpodeslib_SOVERSION "0") | ||
|
||
set(nveclib_VERSION "5.1.0") | ||
set(nveclib_VERSION "5.2.0") | ||
set(nveclib_SOVERSION "5") | ||
|
||
set(sunmatrixlib_VERSION "3.1.0") | ||
set(sunmatrixlib_VERSION "3.2.0") | ||
set(sunmatrixlib_SOVERSION "3") | ||
|
||
set(sunlinsollib_VERSION "3.1.0") | ||
set(sunlinsollib_VERSION "3.2.0") | ||
set(sunlinsollib_SOVERSION "3") | ||
|
||
set(sunnonlinsollib_VERSION "2.1.0") | ||
set(sunnonlinsollib_VERSION "2.2.0") | ||
set(sunnonlinsollib_SOVERSION "2") | ||
|
||
# Specify the location of additional CMAKE modules | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.