https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 3bbec693024a3fd9f7dc5b6aae5836f446fc60b2 authored by Alexey Kuznetsov on 16 June 2021, 13:48:33 UTC
Merge branch 'vanish-counts' into 'master'
Tip revision: 3bbec69
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