[Slackbuilds-users] [SlackBuildsOrg/slackbuilds] Afdkov2 (PR #1276)

Duncan Roe duncan_roe at optusnet.com.au
Tue Mar 1 23:57:41 UTC 2022


On Tue, Mar 01, 2022 at 06:43:59AM -0800, Willy Sudiarto Raharjo wrote:
> why do you put set -x when you have set -e at the middle? in scikit-build
>
Forgot to remove my local changes. When building, I always make up to 3 changes:

1. put 'set -x' at top

2. Change 'tar xvf' to 'tar xf' (to not lose o/p from 'set -x')

3. Change 'make' to 'make -j$$($(nproc)+1))||make' (N/A for scikit-build)

set -e at the middle is from the template.

Will do a v3 PR.

Cheers ... Duncan.


More information about the SlackBuilds-users mailing list