%description
The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies
-%ifarch aarch64
-%package -n %{name}-release-aarch64
-%else
%package -n %{name}-release
-%endif
Summary: ARM Compute Library file
-%ifarch aarch64
-%description -n %{name}-release-aarch64
-%else
%description -n %{name}-release
-%endif
Summary: ARM Compute Library file
-%ifarch aarch64
-%package -n %{name}-devel-aarch64
-%else
%package -n %{name}-devel
-%endif
Summary: Userspace interface to ARM Compute Library
-%ifarch aarch64
-%description -n %{name}-devel-aarch64
-%else
%description -n %{name}-devel
-%endif
Summary: Userspace interface to ARM Compute Library
-%ifarch aarch64
-%package -n %{name}-tools-aarch64
-%else
%package -n %{name}-tools
-%endif
Summary: Sample application and benchmark binaries to test ARM Compute Library
-%ifarch aarch64
-%description -n %{name}-tools-aarch64
-%else
%description -n %{name}-tools
-%endif
Summary: Sample application and benchmark binaries to test ARM Compute Library
%prep
cp -r %{_builddir}/%{name}-%{version}/data/* %{buildroot}%{_libdir}/data/
%endif
-%ifarch aarch64
-%files -n %{name}-release-aarch64
-%else
%files -n %{name}-release
-%endif
%manifest %{name}.manifest
%{_libdir}/libarm_compute*.so
-%ifarch aarch64
-%files -n %{name}-devel-aarch64
-%else
%files -n %{name}-devel
-%endif
%manifest %{name}.manifest
%{_libdir}/libarm_compute*.so
%{_libdir}/libOpenCL.so
%{_includedir}/half/*
%{_includedir}/libnpy/*
-%ifarch aarch64
-%files -n %{name}-tools-aarch64
-%else
%files -n %{name}-tools
-%endif
%manifest %{name}.manifest
%{_bindir}/cl_convolution
%{_bindir}/cl_events