Accepting request 703055 from home:NMoreyChaisemartin:branches:science:HPC
- Disable Werror to handle boo#1121267 OBS-URL: https://build.opensuse.org/request/show/703055 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=31
This commit is contained in:
parent
ca246a454a
commit
47949112e3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 15 05:52:55 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Disable Werror to handle boo#1121267
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 25 07:56:39 UTC 2019 - nmorey <nmoreychaisemartin@suse.com>
|
Mon Feb 25 07:56:39 UTC 2019 - nmorey <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -152,7 +152,8 @@ export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2"
|
|||||||
%endif
|
%endif
|
||||||
--docdir="%_docdir/%name"
|
--docdir="%_docdir/%name"
|
||||||
|
|
||||||
make %{?_smp_mflags} V=1
|
# Override BASE_CFLAGS to disable Werror (boo#1121267)
|
||||||
|
make %{?_smp_mflags} V=1 BASE_CFLAGS="-g -Wall"
|
||||||
|
|
||||||
%post -n libucp0 -p /sbin/ldconfig
|
%post -n libucp0 -p /sbin/ldconfig
|
||||||
%postun -n libucp0 -p /sbin/ldconfig
|
%postun -n libucp0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user