File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ :: Make sure to use conda version 4.6.14 or lower
2+ :: mingwpy just runs in Python 3.4, newer versions of Conda
3+ :: dont support it
4+
15:: Install py37 for site-packages:
26call conda create -p py37 -qy python=3.7 wheel || goto :error
37call conda activate .\py37 || goto :error
@@ -26,10 +30,11 @@ call move pkg\Lib\site-packages\cpymad pkg\
2630call move pkg\Lib\site-packages\hit_acs pkg\
2731
2832:: Performance tweaks: remove .py files and zip up pure thirdparty packages:
29- call pip install distlib || goto :error
30- call python minify.py pkg\Lib\site-packages || goto :error
31- call python purelib.py pkg\Lib\site-packages || goto :error
32- call move purelib.zip pkg
33+ :: call pip install distlib || goto :error
34+ :: call python minify.py pkg\Lib\site-packages || goto :error
35+ :: call python purelib.py pkg\Lib\site-packages || goto :error
36+ :: call move purelib.zip pkg
37+ :: This actually didnt work last time
3338
3439:: Install py34 for mingwpy:
3540call conda create -p py34 -qy python=3.4 -c conda-forge || goto :error
Original file line number Diff line number Diff line change 11cpymad == 1.4.1
22minrpc == 0.0.11
3- madgui == 19.8.0
4- hit_acs == 19.8.00
3+ madgui == 20.2.1
4+ hit_acs == 20.1.0
You can’t perform that action at this time.
0 commit comments