File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1-
1+ :: Compile RMG
22mingw32-make -j%CPU_COUNT%
3- mingw32-make QM
43
4+ :: Install RMG
55%PYTHON% setup.py install
66
77:: lazy "install" of everything in our 'external' folder.
Original file line number Diff line number Diff line change 1+ # Compile RMG
12make -j${CPU_COUNT}
2- make QM
3+
4+ # Install RMG
35$PYTHON setup.py install
46
57# lazy "install" of everything in our 'external' folder.
Original file line number Diff line number Diff line change @@ -157,10 +157,6 @@ def getCanthermExtensionModules():
157157################################################################################
158158
159159ext_modules = []
160- if 'install' in sys .argv :
161- # This is so users can still do simply `python setup.py install`
162- ext_modules .extend (getMainExtensionModules ())
163- ext_modules .extend (getSolverExtensionModules ())
164160if 'main' in sys .argv :
165161 # This is for `python setup.py build_ext main`
166162 sys .argv .remove ('main' )
You can’t perform that action at this time.
0 commit comments