Skip to content

Commit

Permalink
Update for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
eccortes95 committed Feb 19, 2020
1 parent 4113485 commit e754417
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:: Make sure to use conda version 4.6.14 or lower
:: mingwpy just runs in Python 3.4, newer versions of Conda
:: dont support it

:: Install py37 for site-packages:
call conda create -p py37 -qy python=3.7 wheel || goto :error
call conda activate .\py37 || goto :error
Expand Down Expand Up @@ -26,10 +30,11 @@ call move pkg\Lib\site-packages\cpymad pkg\
call move pkg\Lib\site-packages\hit_acs pkg\

:: Performance tweaks: remove .py files and zip up pure thirdparty packages:
call pip install distlib || goto :error
call python minify.py pkg\Lib\site-packages || goto :error
call python purelib.py pkg\Lib\site-packages || goto :error
call move purelib.zip pkg
:: call pip install distlib || goto :error
:: call python minify.py pkg\Lib\site-packages || goto :error
:: call python purelib.py pkg\Lib\site-packages || goto :error
:: call move purelib.zip pkg
:: This actually didnt work last time

:: Install py34 for mingwpy:
call conda create -p py34 -qy python=3.4 -c conda-forge || goto :error
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cpymad==1.4.1
minrpc==0.0.11
madgui==19.8.0
hit_acs==19.8.00
madgui==20.2.1
hit_acs==20.1.0

0 comments on commit e754417

Please sign in to comment.