-
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.
SUNDIALS release v7.0.0
- Loading branch information
Showing
23 changed files
with
122 additions
and
124 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 |
---|---|---|
|
@@ -48,7 +48,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 7.0.0-rc.1") | ||
set(PACKAGE_STRING "SUNDIALS 7.0.0") | ||
set(PACKAGE_TARNAME "sundials") | ||
|
||
# Set SUNDIALS version numbers | ||
|
@@ -59,7 +59,7 @@ message(STATUS "SUNDIALS_GIT_VERSION: ${SUNDIALS_GIT_VERSION}") | |
set(PACKAGE_VERSION_MAJOR "7") | ||
set(PACKAGE_VERSION_MINOR "0") | ||
set(PACKAGE_VERSION_PATCH "0") | ||
set(PACKAGE_VERSION_LABEL "rc.1") | ||
set(PACKAGE_VERSION_LABEL "") | ||
|
||
if(PACKAGE_VERSION_LABEL) | ||
set(PACKAGE_VERSION | ||
|
@@ -73,37 +73,37 @@ endif() | |
|
||
# Specify the VERSION and SOVERSION for shared libraries | ||
|
||
set(arkodelib_VERSION "6.0.0-rc.1") | ||
set(arkodelib_VERSION "6.0.0") | ||
set(arkodelib_SOVERSION "6") | ||
|
||
set(cvodelib_VERSION "7.0.0-rc.1") | ||
set(cvodelib_VERSION "7.0.0") | ||
set(cvodelib_SOVERSION "7") | ||
|
||
set(cvodeslib_VERSION "7.0.0-rc.1") | ||
set(cvodeslib_VERSION "7.0.0") | ||
set(cvodeslib_SOVERSION "7") | ||
|
||
set(idalib_VERSION "7.0.0-rc.1") | ||
set(idalib_VERSION "7.0.0") | ||
set(idalib_SOVERSION "7") | ||
|
||
set(idaslib_VERSION "6.0.0-rc.1") | ||
set(idaslib_VERSION "6.0.0") | ||
set(idaslib_SOVERSION "6") | ||
|
||
set(kinsollib_VERSION "7.0.0-rc.1") | ||
set(kinsollib_VERSION "7.0.0") | ||
set(kinsollib_SOVERSION "7") | ||
|
||
set(cpodeslib_VERSION "0.0.0") | ||
set(cpodeslib_SOVERSION "0") | ||
|
||
set(nveclib_VERSION "7.0.0-rc.1") | ||
set(nveclib_VERSION "7.0.0") | ||
set(nveclib_SOVERSION "7") | ||
|
||
set(sunmatrixlib_VERSION "5.0.0-rc.1") | ||
set(sunmatrixlib_VERSION "5.0.0") | ||
set(sunmatrixlib_SOVERSION "5") | ||
|
||
set(sunlinsollib_VERSION "5.0.0-rc.1") | ||
set(sunlinsollib_VERSION "5.0.0") | ||
set(sunlinsollib_SOVERSION "5") | ||
|
||
set(sunnonlinsollib_VERSION "4.0.0-rc.1") | ||
set(sunnonlinsollib_VERSION "4.0.0") | ||
set(sunnonlinsollib_SOVERSION "4") | ||
|
||
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
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.