Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2021 17:08:41 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0ead189b9ab - main - science/py-dlib: fix build on powerpc64le
Message-ID:  <202104111708.13BH8fMu097121@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0ead189b9abf1d27877f719240dc23bb5e1881c

commit a0ead189b9abf1d27877f719240dc23bb5e1881c
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-11 17:08:35 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-11 17:08:35 +0000

    science/py-dlib: fix build on powerpc64le
    
    The patch has been committed to upstream and actually now breaks build.
---
 science/py-dlib/files/patch-dlib_simd_simd4f.h | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/science/py-dlib/files/patch-dlib_simd_simd4f.h b/science/py-dlib/files/patch-dlib_simd_simd4f.h
deleted file mode 100644
index d95e9cd91c12..000000000000
--- a/science/py-dlib/files/patch-dlib_simd_simd4f.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- dlib/simd/simd4f.h.orig	2021-01-11 12:18:36 UTC
-+++ dlib/simd/simd4f.h
-@@ -524,6 +524,11 @@ namespace dlib
- 
- // ----------------------------------------------------------------------------------------
- 
-+#if defined(DLIB_HAVE_VSX) && !defined(vec_rsqrt)
-+extern inline __vector float __attribute__((always_inline)) vec_rsqrt(const __vector float& a)
-+	{ return vec_div((__vector float){1, 1, 1, 1}, vec_sqrt(a)); }
-+#endif
-+
-     inline simd4f reciprocal_sqrt (const simd4f& item)
-     {
- #ifdef DLIB_HAVE_SSE2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104111708.13BH8fMu097121>