On Wed, 05 Feb 2020 14:35:53 -0600, Steve Robbins <[email protected]> wrote: > Thanks! Do you know why only ppc64el fails?
Hi Steve, VSX is a POWER technology and opencv package enables VSX only on ppc64el : https://sources.debian.org/src/opencv/4.2.0+dfsg-4/debian/rules/#L23 because of : https://github.com/opencv/opencv/commit/d077778074869da1ed7c004f1d5f34ed0c0eb4a8 So digikam because of opencv, gets vector, pixel and bool undefined only on ppc64el (to not collide with some c++ symbols having the same name). We can still make use of VSX by using __vector, __pixel, __bool. F.
pgpv_DmTu4If_.pgp
Description: PGP signature
_______________________________________________ pkg-kde-extras mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras
