pkgsrc-WIP-changes archive

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

blas: Clean up pkglint issues



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Aug 12 08:41:29 2019 -0500
Changeset:	8080b9c80f32bb3bc98ea664bb0cd1fde693cd70

Modified Files:
	blas/Makefile
	blas/buildlink3.mk

Log Message:
blas: Clean up pkglint issues

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

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

diffstat:
 blas/Makefile      | 7 ++++---
 blas/buildlink3.mk | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/blas/Makefile b/blas/Makefile
index f49fd85a88..f2e230dde7 100644
--- a/blas/Makefile
+++ b/blas/Makefile
@@ -10,15 +10,16 @@
 PKGNAME=	blas-3.8.0
 PKGREVISION=	1
 CATEGORIES=	math
-COMMENT=	Transitional BLAS package that depends on lapack
 
 MAINTAINER=	thomas.orgis%uni-hamburg.de@localhost
 HOMEPAGE=	http://www.netlib.org/lapack/
+COMMENT=	Transitional BLAS package that depends on lapack
 LICENSE=	modified-bsd
 
+USE_LIBTOOL=	yes
+
 META_PACKAGE=	yes
 
-.include "../lapack/buildlink3.mk"
+.include "../../wip/lapack/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
-
diff --git a/blas/buildlink3.mk b/blas/buildlink3.mk
index 93e8ea1d37..b4dfcfce78 100644
--- a/blas/buildlink3.mk
+++ b/blas/buildlink3.mk
@@ -1,3 +1,3 @@
 # $NetBSD$
 
-.include "../lapack/buildlink3.mk"
+.include "../../wip/lapack/buildlink3.mk"


Home | Main Index | Thread Index | Old Index