forked from pool/xsimd
Accepting request 1157141 from home:bmwiedemann:branches:devel:libraries:c_c++
Move install commands into %install section OBS-URL: https://build.opensuse.org/request/show/1157141 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xsimd?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 09:30:22 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Move install commands into %install section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 10:14:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -61,13 +61,13 @@ popd
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
#install documentation
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
cp -r %{_builddir}/%{name}-%{version}/docs/build/html/* %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%package devel
|
||||
Summary: Development files for xsimd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user