pkgsrc-WIP-changes archive

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

blis: Use only one distinfo across all variants



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Feb 13 07:03:34 2023 -0800
Changeset:	56e611a606ac17fe9037bce34558017d01ff4797

Modified Files:
	blis/Makefile.common
Removed Files:
	blis_openmp/distinfo
	blis_pthread/distinfo

Log Message:
blis: Use only one distinfo across all variants

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

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

diffstat:
 blis/Makefile.common  | 7 +++----
 blis_openmp/distinfo  | 5 -----
 blis_pthread/distinfo | 5 -----
 3 files changed, 3 insertions(+), 14 deletions(-)

diffs:
diff --git a/blis/Makefile.common b/blis/Makefile.common
index 81917d9e95..cf5f744378 100644
--- a/blis/Makefile.common
+++ b/blis/Makefile.common
@@ -10,13 +10,12 @@ MASTER_SITES=${MASTER_SITE_GITHUB:=flame/}
 LICENSE=	modified-bsd
 COMMENT=	Framework for instantiating BLAS libraries
 WRKSRC=${WRKDIR}/blis-${GITHUB_TAG}
+DISTINFO_FILE=      ${.CURDIR}/../../wip/blis/distinfo
 
 CATEGORIES=	math
 
-CONFIGURE_SCRIPT=	./configure
-HAS_CONFIGURE=		yes
-USE_LANGUAGES=		c c++ fortran
-
+HAS_CONFIGURE=	yes
+USE_LANGUAGES=	c c++ fortran
 USE_TOOLS=	perl
 USE_TOOLS+=	bash
 USE_TOOLS+=	gmake
diff --git a/blis_openmp/distinfo b/blis_openmp/distinfo
deleted file mode 100644
index a93d5b4440..0000000000
--- a/blis_openmp/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.21 2017/09/11 20:56:28 wiz Exp $
-
-BLAKE2s (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 4d026e2a340a9714b10e30bc9c979379f0839e34f9fc9f5c4d39534c450bf62b
-SHA512 (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 13284870ebdbbf638699315622aaad5009139ad574021dae6cf18164deb3de09d9384ded8cae1a6bd90cf04e89c9d75a768b8cc27f72db77698fb9d9d5eabcfa
-Size (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 15167962 bytes
diff --git a/blis_pthread/distinfo b/blis_pthread/distinfo
deleted file mode 100644
index a93d5b4440..0000000000
--- a/blis_pthread/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.21 2017/09/11 20:56:28 wiz Exp $
-
-BLAKE2s (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 4d026e2a340a9714b10e30bc9c979379f0839e34f9fc9f5c4d39534c450bf62b
-SHA512 (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 13284870ebdbbf638699315622aaad5009139ad574021dae6cf18164deb3de09d9384ded8cae1a6bd90cf04e89c9d75a768b8cc27f72db77698fb9d9d5eabcfa
-Size (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 15167962 bytes


Home | Main Index | Thread Index | Old Index