-
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 #160 in SUNDIALS/sunrepo from release-4.0.1 to master
* commit '1edf17119120da9d303b3adc8fb9979a5805de3c': only enable arkode F90_parallel example if double precision remove bugfix steps from release checklist bump version numbers to 4.0.1/3.0.1
- Loading branch information
Showing
23 changed files
with
98 additions
and
98 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 |
---|---|---|
|
@@ -45,14 +45,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 4.0.0") | ||
SET(PACKAGE_STRING "SUNDIALS 4.0.1") | ||
SET(PACKAGE_TARNAME "sundials") | ||
|
||
# set SUNDIALS version numbers | ||
# (use "" for the version label if none is needed) | ||
SET(PACKAGE_VERSION_MAJOR "4") | ||
SET(PACKAGE_VERSION_MINOR "0") | ||
SET(PACKAGE_VERSION_PATCH "0") | ||
SET(PACKAGE_VERSION_PATCH "1") | ||
SET(PACKAGE_VERSION_LABEL "") | ||
|
||
IF(PACKAGE_VERSION_LABEL) | ||
|
@@ -515,8 +515,7 @@ ELSE() | |
HIDE_VARIABLE(EXAMPLES_ENABLE_F77) | ||
ENDIF() | ||
|
||
# F90 examples (on by default) are an option only if ARKode or CVODE is | ||
# built and a Fortran interface is enabled. | ||
# F90 examples (on by default) are an option only if a Fortran interface is enabled. | ||
SET(DOCSTR "Build SUNDIALS F90 examples") | ||
IF(F77_INTERFACE_ENABLE OR F2003_INTERFACE_ENABLE) | ||
SHOW_VARIABLE(EXAMPLES_ENABLE_F90 BOOL "${DOCSTR}" ON) | ||
|
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.