Kez Cleal
Kez Cleal
Thanks! Ive just removed it from the main branch
Ill leave it open until the release is on pypi
Hi @matthuska, The pip package is out of sync with the repo and doesn't have the wildcard functionality. Ive been meaning to update the build, but have been a bit...
Thanks that would be awesome. However, Im not sure that the current install script is compatible with osx-arm64, if you could add a runner that builds and tests using Ubuntu...
Hi @mnfrandre, Yes we have a python API in the works. It will play nicely with the python ecosystem, e.g. matplotlib, flask, image library etc. There is already a c++...
Sorry for the long delay. GW now has a python interface! https://github.com/kcleal/gwplot
Hi @asylvz, I think the setup.py error might be happening because an environment variable is not getting set properly during the build. ``BUILD_MINIMAL=1`` should be set which avoids building the...
Hi @asylvz, Does it work if you compile from source?
Linker cannot find libs. How should these be defined in the build? ``` ld.lld: error: unable to find library -lpthread [2918](https://github.com/termux/termux-packages/actions/runs/9841341897/job/27167721840?pr=20796#step:8:2919) ld.lld: error: unable to find library -lX11 [2919](https://github.com/termux/termux-packages/actions/runs/9841341897/job/27167721840?pr=20796#step:8:2920) ld.lld:...
Thanks @TomJo2000 Some of those libs are in the build recipe already, some I think should be on the system already (X11, pthread), so not sure why the linker is...