Re: pyqtdeploy: make -jn
Patrick Stinson <[email protected]> Sat, 16 May 2020 07:49:49 -0800
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
GNU make has the -j option to set the number of compiler processes. pyqtdeploy-sysroot used to pass -j4 to the qt build via the qt component plugin, for example. It currently passes -j2 to the PyQt build in the PyQt component plugin. I am trying to figure out how to set this flag and the number of processes, for example to -j16. On May 16, 2020, at 12:05 AM, Phil Thompson <[email protected]> wrote: > > On 15/05/2020 22:38, Patrick Stinson wrote: >> It looks like the code that explicitly set "-jn" in the make command >> line has disappeared in pyqtdeploy-2.5. I was editing the package code >> myself in lieu of an option in sysroot.json. >> Is there some way to pass this in anymore? > > You'll have to be more specific. pyqtdeploy knows nothing about the -j option. > > Phil