Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
if ENABLE_LAPACK=TRUE and SUNDIALS_PRECISION=extended.
[x] Please target the develop branch not main.
[x] Review our Contributing Guide, and ensure that you sign your last commit (at minimum) as per the guide.
[x] Provide a concise description of what your pull request does, and why it is needed/benefical.
[ ] Add a note about your change to the CHANGELOG.md and docs/shared/RecentChanges.rst files. Notice that the former is a markdown file and the latter is reStructuredText, so the formatting is slightly different.
[ ] After your PR is opened, ensure that all of the tests are passing (a SUNDIALS developer will have to allow the testing to run).
CMake configuration currently fails with
if
ENABLE_LAPACK=TRUE
andSUNDIALS_PRECISION=extended
.develop
branch notmain
.CHANGELOG.md
anddocs/shared/RecentChanges.rst
files. Notice that the former is a markdown file and the latter is reStructuredText, so the formatting is slightly different.