Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2021 22:45: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: cff81a266959 - main - science/dlib-cpp: remove the patch that is now committed upstream and breaks the build on powerpc64le
Message-ID:  <202104112245.13BMjftN046984@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=cff81a266959df94829d0950f98ca0a325263ffc

commit cff81a266959df94829d0950f98ca0a325263ffc
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-11 22:45:40 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-11 22:45:40 +0000

    science/dlib-cpp: remove the patch that is now committed upstream and breaks the build on powerpc64le
---
 science/dlib-cpp/files/patch-dlib_simd_simd4f.h | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/science/dlib-cpp/files/patch-dlib_simd_simd4f.h b/science/dlib-cpp/files/patch-dlib_simd_simd4f.h
deleted file mode 100644
index d95e9cd91c12..000000000000
--- a/science/dlib-cpp/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?202104112245.13BMjftN046984>