Commits · v1.11.0
- Jun 04, 2025
-
- May 06, 2025
-
- May 06, 2025
Loading
The built-in test target only runs the tests without building them first.
Build tests with the same options as the libraries
Link against netlibf2cWithFortranMain in f2c'ed test executables
This is necessary for the SYSTEM keyword in FetchContent. Also bump JSON Schema version of CMakePresets.json.
Adjust for new way of using the dependency.
Bump required CMake version due to FILE_SETS
Use ssh URLs for git clones
This prevents problems with cached library paths when switching build types.
This produces automatic local variables instead of static ones. Static local variables prevent multi-threaded execution.
This removes the direct dependency on NetlibF2C for projects depending on CalgoIntegrators. The README.md was updated to reflect this.
Also, add -static for static builds on all platforms but Darwin. Darwin only supports dynamic linking.