<div dir="ltr">Dear SBo Admins,<br><div><br></div><div>Is it possible to add the $NUMJOBS variable to SBo build scripts by default? At least for the next Slackware release?</div><div>If yes, my suggestion would be to add it with an empty value, after the $TAG variable. E. g.:</div><div>PRGNAM=gmsh<br>VERSION=${VERSION:-4.3.0}<br>BUILD=${BUILD:-1}<br>TAG=${TAG:-_SBo}<br>NUMJOBS=${NUMJOBS:-}<br></div><div><br></div><div>And also after the make command for software that supports multiple jobs on building.</div><div>make $NUMJOBS</div><div><br></div><div>It would be used optionally only if the user pass it as an argument (string) before to execute the build script. E. g.:<br></div><div>bash-4.3# NUMJOBS="-j5" ./gmsh.SlackBuild</div><div><br></div><div>Some SlackBuilds in -current already have a similar option. See the mozilla-firefox.SlackBuild for example:<br></div><div><a href="ftp://ftp.osuosl.org/pub/slackware/slackware64-current/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild">ftp://ftp.osuosl.org/pub/slackware/slackware64-current/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild</a></div><div>where there is the option:</div><div>NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}</div><div><br></div><div>Please, consider this request.<br></div><div><br></div><div>Best regards,<br></div><div><br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Fellype<br><br></div></div></div></div>