Skip to content
Snippets Groups Projects
Ferdinand Hartanto's avatar
  • 2bec9772 · run clang-fornat on inkfish
Deion Elgin Fellers's avatar
opened merge request !332 "Draft: Feat/caenhvps dt803x" at Berkeley Lab / labRemote
Deion Elgin Fellers's avatar
Alex Toldaiev's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

It cannot pass build_pip-install because many different places require depracted CMake versions. pip install . prints errors like "support for CMak...

Karol Krizka's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

Command for apptainer:...

Karol Krizka's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

It is a wrapper around the standard clang-format that makes running over multiple files in parallel easier....

Alex Toldaiev's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

updated the chack_json job image to almalinux/9-base and it passes.

Alex Toldaiev's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

Now it does not pass check_json:...

Alex Toldaiev's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

yeah, so, how do I run it on my own to apply the format to the files? Why not run standard clang-format here.

Karol Krizka's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

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...

Alex Toldaiev's avatar
commented on merge request !323 "Consistently added include cstdint everywhere where it makes sense" at Berkeley Lab / labRemote

what is run-clang-format and kratsg/clang-format image?...

Ferdinand Hartanto's avatar
  • 9aab3839 · add name for DT8032B power supplies to fix com issues
Lubos Vozdecky's avatar
commented on merge request !331 "Fixing pip build for RHEL 9" at Berkeley Lab / labRemote

hi @gstark, I applied your suggestion as it's less restrictive (I confirmed it works).

Giordon Holtsberg Stark's avatar
commented on merge request !331 "Fixing pip build for RHEL 9" at Berkeley Lab / labRemote
requires = ["setuptools>=42", "wheel", "scikit-build", "cmake<4", "ninja", "setuptools_scm[toml]>=3.4"]
Emily Anne Thompson's avatar
commented on merge request !331 "Fixing pip build for RHEL 9" at Berkeley Lab / labRemote

@lugrossm - is this related to the error you were seeing yesterday?

Lubos Vozdecky's avatar
opened merge request !331 "Fixing pip build for RHEL 9" at Berkeley Lab / labRemote
Giordon Holtsberg Stark's avatar
opened merge request !330 "Feat: CAEN HVPS" at Berkeley Lab / labRemote
Giordon Holtsberg Stark's avatar
Giordon Holtsberg Stark's avatar
joined project Berkeley Lab / labRemote
Ben Bruers's avatar
commented on merge request !329 "fix CI by updating to Alma9" at Berkeley Lab / labRemote

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...