SHA256
8
0
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:
2024-03-12 09:32:56 +00:00
committed by Git OBS Bridge
parent 3060574cad
commit aea23252fb
2 changed files with 8 additions and 3 deletions

View File

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

View File

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