Accepting request 703079 from science:HPC

OBS-URL: https://build.opensuse.org/request/show/703079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2019-05-25 11:14:07 +00:00 committed by Git OBS Bridge
commit c6d47e9fb8
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