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:
Nicolas Morey-Chaisemartin 2019-05-15 06:01:04 +00:00 committed by Git OBS Bridge
parent ca246a454a
commit 47949112e3
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -152,7 +152,8 @@ export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2"
%endif
--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
%postun -n libucp0 -p /sbin/ldconfig