Antonio Ettorre
Antonio Ettorre
Hi, To better understand about your proposal, please can you specify how do you use the openquake/engine docker image? Thanks
We introduced the variables: `OQ_ADMIN_LOGIN, OQ_ADMIN_PASSWORD, OQ_ADMIN_EMAIL` Those are available on nightly docker image and also on future ltr and latest image
I built wheel for pyproj 3.3.1 for arm64 python3.9 and python3.10. If you teel me how put on pypip I Will do with pleasure. I test these wheel with pytest...
Unfortunately our GitHub Action ARM64 runners are not always online. Since now i have to poweron It to use, I still work how use a scripts with MacVm to create...
Hi, I use this script to build the wheel: https://github.com/gem/oq-builders/blob/master/.github/workflows/pyproj_cibuild_m1.yml And essentially I copy your script and use the source of 3.3.1 to build the wheel. Unfortunately there was a...
I run again the actions and I have on the wheel the same contents, I also see the follows in the test section of cibuildwheel: ``` test/test_transformer.py::test_network__disable[transformer0] PASSED test/test_transformer.py::test_network__disable[transformer1] PASSED...
I compile the wheel with the env variabile `PROJ=8.2.1` in first versione of wheel and after with `PROJ=9.0.0` It Is enough? Or I need to change something in the scripts...
I set PROJ_VERSION to 8.2.0 and recreate the wheels attached [pyproj_wheel.zip](https://github.com/pyproj4/pyproj/files/9234860/pyproj_wheel.zip)
I'm sorry but I have some trouble and can't have time to build whl for 3.4.0. I will do asap
cibuildwheel project now add M1 support with Cirrus CI https://github.com/pypa/cibuildwheel Try to use it with fork of proj 3.4.0 since I have test failed with old method: ``` test/test_sync.py::test_get_transform_grid_list__contains FAILED...