Jordan Ogas
Jordan Ogas
Looking into it, thanks for reporting!
> I'm getting the same error for the latest version `[email protected]` FYI. I expect there is something that needs tweaking in the package.py, I'm not sure what. I'm unable to...
@eugeneswalker I pushed a PR, #32466, that makes Spack's autoreconf function use `bash` instead of `sh`. I think this may address the issue here.
CI package audits will pass once https://github.com/spack/spack/pull/42589 is merged and we rebase.
Merged develop, squashfuse audit checks pass.
> It looks like the CI failures are coming from some new warning settings in newer clang compilers that turn warnings in `pkg-config` into errors. Should probably be a reasonably...
@reidpr `pkg-config` is now specified for `0.36`. `+squashfuse` is now default.
@becker33 Hope all is well, any updates on the CI issue?
FWIW, restricting the pkg-config version to the minimum `0.28` didn't solve the CI issues.
> Thanks for trying [#42590 (comment)](https://github.com/spack/spack/pull/42590#issuecomment-2018820508) Of course, thank you for helping us out here. > [...] do you mind if I push some test changes here to check that?...