Revision 6300a0caa8ca464950fd53d9beb0ccc3a25e7f76 authored by Alexey Kuznetsov on 03 February 2021, 07:32:05 UTC, committed by Alexey Kuznetsov on 03 February 2021, 07:32:05 UTC
Surrogate for np.trapz for better perfomance

See merge request AmosEgel/smuthi!87
2 parent s 132030a + b373e81
Raw File
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