https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: d9aa1775a36f107eb050ee7fc87b117b9d753463 authored by Amos Egel on 16 May 2023, 07:51:11 UTC
undo change to appveyor.yml
Tip revision: d9aa177
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