Keith
Keith
Passing a minimum version is a standard argument to find_program. This add support for the optional `version` argument by inspecting the output of `fftw-wisdom-to-conf` which is part of the FFTW3...
A user may have a copy of ZOFU installed in a known location. This change set allows the user to specify ZOFU's installation details according to its [`find_package` script](https://github.com/acroucher/zofu/blob/master/contrib/cmake/FindZOFU.cmake) and...
Running with NumPy 2.2.2 produces the following error: AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead. This removes the unsupported type.
The BibTeX and Biber actions when processing LaTeX files were stripping multiple extensions before passing the file to either `bibtex` or `biber`. This would result in the bibliography tool not...