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 cma

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 anyway.

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}}"\ > /us

%py3_build should accept options

2019-02-09 Thread 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}}"\ /usr/bin/python3 setup.py build --executable="/usr/bin/python3 -s" sleep 1 This does not allow passing