https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 653e82d968c6a7d6703fb9a171631c847c455e21 authored by Amos Egel on 15 May 2023, 21:58:17 UTC
try to fix linux cp310 installation
Tip revision: 653e82d
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