https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 18cad37aae055a5436eada2cd6cf5319101a154d authored by Parker Wray on 31 May 2022, 07:59:25 UTC
Merge branch 'master' into 'master'
Tip revision: 18cad37
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