https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 20aad62b5ae79cb940d687ea834fa70742a43b5c authored by Amos Egel on 17 November 2022, 08:28:45 UTC
appveyor: binary wheels also for python 3.10, 3.11
Tip revision: 20aad62
make_wheel_windows.bat
python setup.py prepare
python setup.py build_ext --inplace --compiler=mingw32 --fcompiler=gnu95 -f
python setup.py bdist_wheel
back to top