We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b363379 commit 867b0d4Copy full SHA for 867b0d4
Source/Make.WarpX
@@ -235,7 +235,7 @@ endif
235
236
installwarpx: libwarpx.$(PYDIM).so
237
mv libwarpx.$(PYDIM).so Python/pywarpx
238
- cd Python; python setup.py install --with-libwarpx $(PYDIM) $(PYINSTALLOPTIONS)
+ cd Python; python setup.py install --force --with-libwarpx $(PYDIM) $(PYINSTALLOPTIONS)
239
240
libwarpx.$(PYDIM).a: $(objForExecs)
241
@echo Making static library $@ ...
0 commit comments