pkgsrc-WIP-changes archive

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

cpuinfo: add upstream bug report URLs



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Aug 4 14:53:04 2025 +0200
Changeset:	7ef50e0ab573354a988c2af7e681b318a5b43d3e

Modified Files:
	cpuinfo/Makefile
	cpuinfo/distinfo
	cpuinfo/patches/patch-CMakeLists.txt

Log Message:
cpuinfo: add upstream bug report URLs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ef50e0ab573354a988c2af7e681b318a5b43d3e

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

diffstat:
 cpuinfo/Makefile                     | 3 +++
 cpuinfo/distinfo                     | 2 +-
 cpuinfo/patches/patch-CMakeLists.txt | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/cpuinfo/Makefile b/cpuinfo/Makefile
index 4826f16766..c30fb268ba 100644
--- a/cpuinfo/Makefile
+++ b/cpuinfo/Makefile
@@ -42,6 +42,9 @@ post-install:
 
 
 .include "../../devel/cmake/build.mk"
+# Can't use
 #.include "../../benchmarks/google-benchmark/buildlink3.mk"
+# because of
+# https://github.com/pytorch/cpuinfo/issues/313
 .include "../../devel/googletest/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/cpuinfo/distinfo b/cpuinfo/distinfo
index 057ef5fb4f..6ff7361e14 100644
--- a/cpuinfo/distinfo
+++ b/cpuinfo/distinfo
@@ -9,4 +9,4 @@ Size (cpuinfo-0.0.20250724-33ed0be77d7767d0e2010e2c3cf972ef36c7c307.tar.gz) = 35
 BLAKE2s (googletest-1.11.0.tar.gz) = 0b546cc02c7a8d6e15337b5dde02e2ff1c17bb5232212cba0b665ad47ff51eac
 SHA512 (googletest-1.11.0.tar.gz) = 6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28
 Size (googletest-1.11.0.tar.gz) = 886330 bytes
-SHA1 (patch-CMakeLists.txt) = e341be310f3566092cb4196125336a022d4aaca9
+SHA1 (patch-CMakeLists.txt) = 607c0f8e3104634594493bbf251d0df084d17ff3
diff --git a/cpuinfo/patches/patch-CMakeLists.txt b/cpuinfo/patches/patch-CMakeLists.txt
index 4d19cdbb2e..a0f33e3fcb 100644
--- a/cpuinfo/patches/patch-CMakeLists.txt
+++ b/cpuinfo/patches/patch-CMakeLists.txt
@@ -1,6 +1,7 @@
 $NetBSD$
 
 Handle NetBSD like FreeBSD.
+https://github.com/pytorch/cpuinfo/pull/314
 
 --- CMakeLists.txt.orig	2025-07-24 17:36:24.000000000 +0000
 +++ CMakeLists.txt


Home | Main Index | Thread Index | Old Index