-
2bec9772 · run clang-fornat on inkfish
It cannot pass build_pip-install
because many different places require depracted CMake versions. pip install .
prints errors like "support for CMak...
Command for apptainer:...
It is a wrapper around the standard clang-format
that makes running over multiple files in parallel easier....
updated the chack_json
job image to almalinux/9-base
and it passes.
Now it does not pass check_json
:...
yeah, so, how do I run it on my own to apply the format to the files? Why not run standard clang-format here.
The run-clang-format
is a script used to check that the code formatting is following a common set of rules. This ensures that the labRemote code is...
what is run-clang-format
and kratsg/clang-format
image?...
-
9aab3839 · add name for DT8032B power supplies to fix com issues
hi @gstark, I applied your suggestion as it's less restrictive (I confirmed it works).
requires = ["setuptools>=42", "wheel", "scikit-build", "cmake<4", "ninja", "setuptools_scm[toml]>=3.4"]
@lugrossm - is this related to the error you were seeing yesterday?
Ok, I managed to fix the CI by updating pybind11
. However it does require python > 3.8. Is that a problem? The bindings for python 3.6 and 3.7 wou...