Peter Hill
Peter Hill
### Current Behavior: We (optionally) build SUNDIALS as part of our project, with something like: ```cmake include(FetchContent) FetchContent_Declare( sundials GIT_REPOSITORY https://github.com/LLNL/sundials GIT_TAG v7.0.0 ) set(EXAMPLES_ENABLE_C OFF CACHE BOOL "" FORCE)...
Cherry picked some obvious and simple fixes for `master` from `next`. I want to backport the SUNDIALS v7 support. Is there anything else that should be backported? # Making a...
Not sure why I didn't see this solution earlier, it was pretty trivial
Sort of fixes #2878 Two things: - `output:flush_frequency` can be used to reduce how often netCDF data is flushed to disk (maybe `flush_period` is a more accurate name?) - the...
Also run them as part of CI to check for breakages
There were quite a lot of conflicts in the SUNDIALS solvers, so this definitely needs double-checking
* **Node Version**: 22.3.0 * **Platform**: Linux 6.10 * **Compiler**: gcc 14.2.0 * **Module**: "git://github.com/stadelmanma/tree-sitter-fortran.git" Verbose output (from npm or node-gyp): ``` npm verbose cli /usr/bin/node22 /usr/bin/npm22 npm info using...
Also requires switching auto-versioning to `setuptools_scm` from `versioneer`, as the latter doesn't work with `pyproject.toml`-only packages Closes #420