Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
Vc
Vc.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Vc.spec of Package Vc
# # spec file for package Vc # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Asterios Dramis <asterios.dramis@gmail.com>. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: Vc Version: 1.3.3 Release: 0 Summary: Collection of SIMD Vector Classes License: BSD-3-Clause Group: System/Libraries Url: https://github.com/VcDevel/Vc/ Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM fix_i686_build.patch asterios.dramis@gmail.com -- Fix i686 build Patch0: fix_i686_build.patch # PATCH-FIX-SUSE default_to_scalar_implementation_for_unknown_arch.patch stefan.bruens@rwth-aachen.de -- fix PPC build Patch1: default_to_scalar_implementation_for_unknown_arch.patch BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ %description Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. %package devel Summary: Development Files for Vc Group: Development/Libraries/C and C++ %description devel Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. This package provides development headers needed to build software using Vc. %package devel-doc Summary: API documentation for Vc Group: Development/Libraries/C and C++ BuildArch: noarch %description devel-doc Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. This package provides the API documentation %package devel-static Summary: Vc Static Library Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} %description devel-static Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. This package provides the Vc static library. %prep %setup -q %patch0 -p1 %patch1 -p0 %build %cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_TESTING=OFF make %{?_smp_mflags} cd ../doc doxygen cd .. %install %cmake_install # Install devel docs mkdir -p %{buildroot}%{_docdir}/%{name}-devel-doc/ cp -a doc/html %{buildroot}%{_docdir}/%{name}-devel-doc/ %files devel-doc %doc README.md %{_docdir}/%{name}-devel-doc/ %files devel %doc LICENSE %{_includedir}/Vc/ %dir %{_libdir}/cmake %{_libdir}/cmake/Vc/ %files devel-static %{_libdir}/libVc.a %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor