Re: %py3_build should accept options

2019-02-18 Thread Richard Shaw
On Sun, Feb 10, 2019 at 11:28 AM Miro Hrončok wrote: > On 09. 02. 19 14:51, Richard Shaw wrote: > > On Sat, Feb 9, 2019 at 7:48 AM Igor Gnatenko < > ignatenkobr...@fedoraproject.org > > > wrote: > > > > You can do "%py3_build -- --some-cool-option". >

Re: %py3_build should accept options

2019-02-17 Thread Richard Shaw
On Sun, Feb 10, 2019 at 11:28 AM Miro Hrončok wrote: > On 09. 02. 19 14:51, Richard Shaw wrote: > > On Sat, Feb 9, 2019 at 7:48 AM Igor Gnatenko < > ignatenkobr...@fedoraproject.org > > > wrote: > > > > You can do "%py3_build -- --some-cool-option". >

Re: %py3_build should accept options

2019-02-10 Thread Miro Hrončok
On 09. 02. 19 14:51, Richard Shaw wrote: On Sat, Feb 9, 2019 at 7:48 AM Igor Gnatenko > wrote: You can do "%py3_build -- --some-cool-option". I'll see about trying that.. I'm trying to build PySide2 but it's not passing --verbose or -j12 to the

Re: %py3_build should accept options

2019-02-09 Thread Richard Shaw
On Sat, Feb 9, 2019 at 7:48 AM Igor Gnatenko < ignatenkobr...@fedoraproject.org> wrote: > You can do "%py3_build -- --some-cool-option". > I'll see about trying that.. I'm trying to build PySide2 but it's not passing --verbose or -j12 to the cmake builds so it looks like it doesn't matter

Re: %py3_build should accept options

2019-02-09 Thread Igor Gnatenko
You can do "%py3_build -- --some-cool-option". On Sat, Feb 9, 2019, 14:40 Richard Shaw Just want to get others opinions before filing a bug... > > Currently %py3_build expands to: > > $ rpm -E %py3_build > \ > CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" > LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ >