pkgsrc-WIP-changes archive

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

openblas: Silence one pkglint warning



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jan 23 10:13:43 2020 -0600
Changeset:	7c9c5bdf1ff7c580d630d37ebd5e208ff78a3f25

Modified Files:
	openblas/distinfo
	openblas/patches/patch-utest_Makefile

Log Message:
openblas: Silence one pkglint warning

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

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

diffstat:
 openblas/distinfo                     | 2 +-
 openblas/patches/patch-utest_Makefile | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/openblas/distinfo b/openblas/distinfo
index 0077986215..e118d78e4c 100644
--- a/openblas/distinfo
+++ b/openblas/distinfo
@@ -25,4 +25,4 @@ SHA1 (patch-exports+Makefile) = 10d84c9d04bcb8cc88374dabc60016c9c25feb70
 SHA1 (patch-f_check) = 9162d6a31f96c6af5aada82f6e78cf0385384215
 SHA1 (patch-getarch.c) = 3d0ea5b989c6402d9e2f03a6cc2de848f06ca16d
 SHA1 (patch-interface__ztrmv.c) = 6038946f8fb9542e680178ece2bd0d0d5853baad
-SHA1 (patch-utest_Makefile) = f6347c95c7da3b7d4488cbfb7001b367b042a421
+SHA1 (patch-utest_Makefile) = e6f816dfd5b905db93a1a963d86ae3afbeed81d3
diff --git a/openblas/patches/patch-utest_Makefile b/openblas/patches/patch-utest_Makefile
index e904f05969..45981d9d9b 100644
--- a/openblas/patches/patch-utest_Makefile
+++ b/openblas/patches/patch-utest_Makefile
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Limit regression tests to working configs
+
 --- utest/Makefile.orig	2020-01-08 19:47:09.730906975 +0000
 +++ utest/Makefile
 @@ -16,8 +16,12 @@ OBJS=utest_main.o test_amax.o test_rotmg


Home | Main Index | Thread Index | Old Index