forked from pool/openucx
- Use right documentation path.
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=15
This commit is contained in:
parent
33fb347489
commit
936151ea1e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 15:40:43 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Use right documentation path.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 10:12:04 UTC 2018 - nmoreychaisemartin@suse.com
|
||||
|
||||
|
@ -137,7 +137,7 @@ export UCX_CFLAGS="$UCX_CFLAGS -mno-avx"
|
||||
%ifarch %ix86
|
||||
export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2"
|
||||
%endif
|
||||
%configure --disable-static --without-avx
|
||||
%configure --disable-static --without-avx --docdir="%_docdir/%name"
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%post -n libucp0 -p /sbin/ldconfig
|
||||
@ -156,7 +156,7 @@ rm -fv "%buildroot/%_libdir"/*.la
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%_bindir/ucx_*
|
||||
%_datadir/doc/ucx/
|
||||
%_docdir/%name/
|
||||
%_libdir/pkgconfig/ucx.pc
|
||||
%doc LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user