pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/volk



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Feb  9 18:42:13 UTC 2026

Modified Files:
        pkgsrc/math/volk: distinfo
        pkgsrc/math/volk/patches: patch-include_volk_volk__common.h

Log Message:
math/volk: Rewrite patch comment (NFCI)

The problem being worked around is an upstream bug, not a NetBSD
headers problem.  Note that it is has been reported upstream, who have
said they're working on a fix.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/volk/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/math/volk/patches/patch-include_volk_volk__common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/volk/distinfo
diff -u pkgsrc/math/volk/distinfo:1.10 pkgsrc/math/volk/distinfo:1.11
--- pkgsrc/math/volk/distinfo:1.10      Mon Feb  9 12:55:14 2026
+++ pkgsrc/math/volk/distinfo   Mon Feb  9 18:42:13 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2026/02/09 12:55:14 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/02/09 18:42:13 gdt Exp $
 
 BLAKE2s (volk-3.3.0.tar.xz) = 4a38ecc47e4bf35987eebab1f298332f7b1f2c5b6c9606ca801e9a2da9cd467b
 SHA512 (volk-3.3.0.tar.xz) = cc8d45138dc23668dd3fd50c5b7c9aaf7aa2ecdba1325c896169770b61e6d9cebf6b97382c1d7e71d75af1b13a1f73689d17dad25080046393cfd8becdce5320
 Size (volk-3.3.0.tar.xz) = 438216 bytes
-SHA1 (patch-include_volk_volk__common.h) = 0de1ec36f35661148bf6f2ab4f88130bf130f1c2
+SHA1 (patch-include_volk_volk__common.h) = 94fe058b55aea95304a99be785275c44f694d17b
 SHA1 (patch-include_volk_volk__complex.h) = a7b161754abcc0433e93c79c78db8bfde71a4ba2

Index: pkgsrc/math/volk/patches/patch-include_volk_volk__common.h
diff -u pkgsrc/math/volk/patches/patch-include_volk_volk__common.h:1.2 pkgsrc/math/volk/patches/patch-include_volk_volk__common.h:1.3
--- pkgsrc/math/volk/patches/patch-include_volk_volk__common.h:1.2      Mon Feb  9 12:55:14 2026
+++ pkgsrc/math/volk/patches/patch-include_volk_volk__common.h  Mon Feb  9 18:42:13 2026
@@ -1,6 +1,11 @@
-$NetBSD: patch-include_volk_volk__common.h,v 1.2 2026/02/09 12:55:14 adam Exp $
+$NetBSD: patch-include_volk_volk__common.h,v 1.3 2026/02/09 18:42:13 gdt Exp $
 
-Something is wrong with NetBSD's headers; GCC says isinf is out of scope.
+This header is used in both C and C++.  Using C99-style bare
+isinf/isnan is UB in C++, but works in some environments and thus
+persists upstream
+
+Reported upstream by gdt via email 2026-02.  Upstream is going to
+prepare a patch for me to test, perhaps detangling C/C++.
 
 --- include/volk/volk_common.h.orig    2026-02-09 12:27:43.544508041 +0000
 +++ include/volk/volk_common.h



Home | Main Index | Thread Index | Old Index