David Bold
David Bold
We do support `pip install .` already. If you want to switch to scikit-build-core I would be supportive of dropping our custom build backend, but I do not see enough...
Oh, I forgot, we also use that to create the release tar.gz including all the bundled libraries we ship. In case we switch to scikit-build-core, we still need to maintain...
`clear_temp=False` seems to be removed in 3.5.0-b1 - is there an alternative way to achieve this?
Hi Ben, just to make sure you did not miss the PR, here is my PETSc implementation as PR for next: https://github.com/boutproject/BOUT-dev/pull/2651 The FCI MMS tests are passing, thus I...
(sorry, I did a bad merge, and then a force push to fix it.)
I have a fix for fci-wave in my db-outer branch, but that will require some of my other open PRs to work ... fci-wave has an example 'logn' - so...
MMS tests pass all. The unit tests pass, but that is also without MPI. `test-invertable-operator` is stuck - which causes the timeout ...
Remove fmt from the subdirectory and instead switch to an installer for BOUT++, that installs fmt for us. Using an installed fmt, there are no warnings ...
The issue with setuptools_scm is, it does not work on the master branch. It always bumps the patch level, and there is now way around that. That is the reason...
Requires #2640