-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* regen f2003 interfaces * update version numbers * update changelog
- Loading branch information
Showing
29 changed files
with
251 additions
and
215 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 |
---|---|---|
|
@@ -43,7 +43,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.6.2") | ||
set(PACKAGE_STRING "SUNDIALS 6.7.0") | ||
set(PACKAGE_TARNAME "sundials") | ||
|
||
# Set SUNDIALS version numbers | ||
|
@@ -52,8 +52,8 @@ 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 "6") | ||
set(PACKAGE_VERSION_PATCH "2") | ||
set(PACKAGE_VERSION_MINOR "7") | ||
set(PACKAGE_VERSION_PATCH "0") | ||
set(PACKAGE_VERSION_LABEL "") | ||
|
||
if(PACKAGE_VERSION_LABEL) | ||
|
@@ -68,37 +68,37 @@ endif() | |
|
||
# Specify the VERSION and SOVERSION for shared libraries | ||
|
||
set(arkodelib_VERSION "5.6.2") | ||
set(arkodelib_VERSION "5.7.0") | ||
set(arkodelib_SOVERSION "5") | ||
|
||
set(cvodelib_VERSION "6.6.2") | ||
set(cvodelib_VERSION "6.7.0") | ||
set(cvodelib_SOVERSION "6") | ||
|
||
set(cvodeslib_VERSION "6.6.2") | ||
set(cvodeslib_VERSION "6.7.0") | ||
set(cvodeslib_SOVERSION "6") | ||
|
||
set(idalib_VERSION "6.6.2") | ||
set(idalib_VERSION "6.7.0") | ||
set(idalib_SOVERSION "6") | ||
|
||
set(idaslib_VERSION "5.6.2") | ||
set(idaslib_VERSION "5.7.0") | ||
set(idaslib_SOVERSION "5") | ||
|
||
set(kinsollib_VERSION "6.6.2") | ||
set(kinsollib_VERSION "6.7.0") | ||
set(kinsollib_SOVERSION "6") | ||
|
||
set(cpodeslib_VERSION "0.0.0") | ||
set(cpodeslib_SOVERSION "0") | ||
|
||
set(nveclib_VERSION "6.6.2") | ||
set(nveclib_VERSION "6.7.0") | ||
set(nveclib_SOVERSION "6") | ||
|
||
set(sunmatrixlib_VERSION "4.6.2") | ||
set(sunmatrixlib_VERSION "4.7.0") | ||
set(sunmatrixlib_SOVERSION "4") | ||
|
||
set(sunlinsollib_VERSION "4.6.2") | ||
set(sunlinsollib_VERSION "4.7.0") | ||
set(sunlinsollib_SOVERSION "4") | ||
|
||
set(sunnonlinsollib_VERSION "3.6.2") | ||
set(sunnonlinsollib_VERSION "3.7.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
Oops, something went wrong.