Juan Miguel Carceller
Juan Miguel Carceller
When trying to run `oauth2ms` it complained that the `client_secret` information can't be present. I removed it from the `config.json` file but then `oauth2ms` expects that field. This PR solves...
The same as it was expressed before but with less repetition since we don't need to specify each version of the standard manually (in my case I want to be...
We found that the conversion operator seems not to be used when using python bindings from `cppyy` in https://github.com/key4hep/EDM4hep/issues/270. The following example from @m-fila shows that: ``` python >>> import...
EDIT: - Use the github url to fetch experimental versions since the launchpad ones were given problems, see [Wouter's comment](https://github.com/spack/spack/pull/41128#issuecomment-1816540012) and [Olivier's comment](https://github.com/spack/spack/pull/41128#issuecomment-2077343326) - Set the LTS versions as preferred...
### Check duplicate issues. - [X] Checked for duplicates ### Description When using the [mold](https://github.com/rui314/mold) linker there is a segmentation fault when running `rootcling`, like here ``` [7643/9449] Generating G__RHTTP.cxx,...
I left 11 as the default since that seems what's being used on my machine by default. I tested building with C++20 and it went fine with GCC 11.4
These versions have been deprecated for at least one year or close to that Needs https://github.com/spack/spack/pull/44113 to make CI pass
# This Pull request: Replace the shebang with python for the python scripts under `main/python` ## Changes or fixes: Use `/usr/bin/env python` as it is done everywhere else in ROOT...
To be merged after podio changes its installation directory for python stuff in https://github.com/AIDASoft/podio/pull/599