-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug
While trying to build and test the PyWavelets package in CI, I'm currently experiencing this Deprecation warning from the Meson build system: https://github.com/agriyakhetarpal/pywt/actions/runs/8003758318/job/21859733890#step:7:21
To reproduce
It is difficult to produce a very minimal MWE, but the workflow file for the above run is available. This seems to be coming from here:
| # compiler paths are omitted intentionally so we can override the compiler using environment variables | |
| [binaries] | |
| exe_wrapper = 'node' | |
| pkgconfig = 'pkg-config' |
Expected behavior
Should be pkg-config = 'pkg-config', instead of the current pkgconfig = 'pkg-config'
Environment
pyodide-buildversion: 0.25.0meson-pythonversion: 0.15.0- Browser version: N/A
Additional context
I can try to fix this in a small PR, would appreciate pointers on how to verify if the change actually removes the warning or if I'm looking at the wrong place!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working