24 Commits

Author SHA256 Message Date
Asterios Dramis
c8399010b2 Accepting request 1182865 from home:badshah400:branches:devel:libraries:c_c++
Update to version 1.4.5

OBS-URL: https://build.opensuse.org/request/show/1182865
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=43
2024-06-24 19:24:50 +00:00
Asterios Dramis
25166fe753 Accepting request 1119725 from home:mathletic:branches:devel:libraries:c_c++
- Update to version 1.4.4
  * Add missing vectorcall to isImplementationSupported
  * Adapt to cpp17: std::iterator is deprecated
  * Rename None to NoTransformation in enum class Category to avoid
    a clash with X11 library
  * Fix horizontal min/max for uchar

OBS-URL: https://build.opensuse.org/request/show/1119725
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=41
2023-10-23 20:36:34 +00:00
Asterios Dramis
3c931c525d Accepting request 986927 from home:adra:branches:devel:libraries:c_c++
Update to version 1.4.3

OBS-URL: https://build.opensuse.org/request/show/986927
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=39
2022-07-05 22:34:06 +00:00
Asterios Dramis
aa0c186078 Accepting request 943833 from home:dirkmueller:Factory
- update to 1.4.2:
  * Added a missing include for GCC11.
  * Fixed a corner case in the unit tests
  * Fixed a warning in the unit tests.
  * Removed the deprecated Vector<T, VectorAbi::Scalar>::reinterpretCast
    to fix a warning with GCC10
  * Avoid potentially pessimizing std::move in return statements.
  * Avoid redefinition of bit_scan{forward,reverse} macros.
  * Improved performance of simized random access containers
- drop 0001-Add-missing-include-to-simdarray.h-275.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/943833
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=38
2022-01-04 19:10:55 +00:00
Asterios Dramis
44481c9f2d Accepting request 942347 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Fix Vc-devel dependencies.
  VcTargets.cmake defines the Vc::Vc target which points to
  libVc.a. Vc-devel needs an explicit dependency on the package
  containing the static library.

OBS-URL: https://build.opensuse.org/request/show/942347
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=37
2021-12-26 18:32:26 +00:00
Asterios Dramis
8b390c4271 Accepting request 897731 from home:cgiboudeaux:branches:devel:libraries:c_c++
Add GCC 11 compatibility fix.

Needed to fix the krita build.

OBS-URL: https://build.opensuse.org/request/show/897731
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=35
2021-06-05 21:12:50 +00:00
Asterios Dramis
7a8d4a0e67 Accepting request 804886 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.4.1:
  * No upstream changelog available
- Drop upstreamed patches:
  * 0001-Fix-i686-build.patch
  * handle-missing-libmvec.patch

OBS-URL: https://build.opensuse.org/request/show/804886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=33
2020-05-13 17:44:56 +00:00
Asterios Dramis
27b8c4a7f1 Accepting request 715523 from home:wolfi323:branches:KDE:Extra
- Use FAT lto objects as the package ships a static library

This fixes the build of krita (its only user AFAICT) in Factory.

OBS-URL: https://build.opensuse.org/request/show/715523
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=31
2019-07-17 17:19:22 +00:00
f9edb3a460 Accepting request 647105 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Add 0001-Fix-i686-build.patch to fix build failures on i686 targets.
- Add handle-missing-libmvec.patch to fix build issues on archs for which libmvec is not available.

OBS-URL: https://build.opensuse.org/request/show/647105
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=29
2018-11-08 09:07:10 +00:00
Ismail Dönmez
9c11bdd8eb Drop fix_i686_build.patch
* Drop default_to_scalar_implementation_for_unknown_arch.patch,
    fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=26
2018-10-15 08:00:07 +00:00
Ismail Dönmez
0a9bd9c5d1 Accepting request 641958 from home:seanlew:branches:devel:libraries:c_c++
Updae Vc to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/641958
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=25
2018-10-15 07:50:12 +00:00
Asterios Dramis
ae0b242831 Accepting request 578553 from home:StefanBruens:branches:devel:libraries:c_c++
Enable for PPC/ARM, cleanup

- Drop ExclusiveArch, Vc 1.3.3 is no longer x86 only
  Add default_to_scalar_implementation_for_unknown_arch.patch
- Split documentation to subpackage
- Drop redundant %doc in front of %_docdir
- Remove unneeded fdupes BuildRequires

OBS-URL: https://build.opensuse.org/request/show/578553
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=23
2018-02-24 19:08:01 +00:00
26d45eb3b1 Accepting request 577107 from home:adra:branches:devel:libraries:c_c++
Update to version 1.3.3, Added a patch fix_i686_build.patch to fix build on i686

OBS-URL: https://build.opensuse.org/request/show/577107
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=19
2018-02-16 08:17:35 +00:00
Ismail Dönmez
1bd1e74b0a - Update to version 1.3.2
* Resolve warning from GCC 6 about ignored attributes
  * Support for Kaby Lake detection

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=17
2017-05-15 13:41:06 +00:00
Ismail Dönmez
da163a97c0 - Update to version 1.3.1
* swap(v[i], v[j]) did not compile. Vc 1.3.1 overloads the swap
    function and thus enables swapping scalars into/out of vector
    and mask objects.
  * The spline example has moved to the new Vc-examples-nonfree
    repository since it has a license that restricts redistribution.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=15
2017-03-09 14:39:23 +00:00
Ismail Dönmez
d28b33e703 - Repackage without examples/spline see
https://github.com/VcDevel/Vc/issues/150 for details.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=13
2017-01-27 11:49:10 +00:00
Ismail Dönmez
701cea2677 - Update to version 1.3.0
* Too many changes to list, please see
    https://github.com/VcDevel/Vc/releases for details.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=12
2016-10-27 13:51:46 +00:00
Asterios Dramis
bbc2da6b86 Accepting request 336851 from home:adra:branches:devel:libraries:c_c++
Update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/336851
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=10
2015-10-06 21:52:33 +00:00
Asterios Dramis
3e0f3c3d38 Accepting request 330535 from home:pluskalm:branches:devel:libraries:c_c++
- Use cmake macro
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/330535
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=8
2015-09-11 17:56:24 +00:00
Ismail Dönmez
78316912a3 Accepting request 321025 from home:michel_mno:branches:devel:libraries:c_c++
- add ExclusiveArch %{ix86} x86_64
  because not supported asm lines for other architectures

OBS-URL: https://build.opensuse.org/request/show/321025
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=6
2015-08-07 07:40:44 +00:00
Asterios Dramis
4b2dcdb2bd Accepting request 293178 from home:adra:branches:devel:libraries:c_c++
Updated License to LGPL-3.0+ and GPL-3.0+

OBS-URL: https://build.opensuse.org/request/show/293178
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=4
2015-03-25 22:17:39 +00:00
Asterios Dramis
847dff5426 Accepting request 291646 from home:adra:branches:devel:libraries:c_c++
Added Requires: Vc-devel in the Vc-devel-static subpackage

OBS-URL: https://build.opensuse.org/request/show/291646
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=3
2015-03-19 21:33:44 +00:00
Asterios Dramis
f313a4d17b Accepting request 291354 from home:adra:branches:devel:libraries:c_c++
Fix Source0 URL

OBS-URL: https://build.opensuse.org/request/show/291354
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=2
2015-03-18 20:17:06 +00:00
d7c4bf6e85 Accepting request 291068 from home:adra
New package submission: Vc can be used by Calligra in Factory

OBS-URL: https://build.opensuse.org/request/show/291068
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=1
2015-03-17 15:26:20 +00:00