pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math math/linpack, math/superlu: Convert to use new BLAS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2f5ef36b723
branches:  trunk
changeset: 440614:e2f5ef36b723
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Tue Oct 13 12:11:07 2020 +0000

description:
math/linpack, math/superlu: Convert to use new BLAS

Convert to use the new mk/blas.buildlink3.mk rather than a specific blas
package

These dependents were overlooked in the initial upgrade and rev bump because
they listed blas in DEPENDS rather than including the bl3.

diffstat:

 math/linpack/Makefile |  7 +++----
 math/superlu/Makefile |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 58ae34372ba7 -r e2f5ef36b723 math/linpack/Makefile
--- a/math/linpack/Makefile     Tue Oct 13 12:08:58 2020 +0000
+++ b/math/linpack/Makefile     Tue Oct 13 12:11:07 2020 +0000
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2019/11/02 16:16:19 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2020/10/13 12:11:07 bacon Exp $
 
 DISTNAME=      linpack-20010510
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    math devel
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Library of linear algebra Fortran routines
 
-DEPENDS+=      blas-[0-9]*:../../math/blas
-
 NO_SRC_ON_FTP=         Already in MASTER_SITE_LOCAL
 USE_LANGUAGES=         fortran77
 WRKSRC=                        ${WRKDIR}/linpack
 INSTALLATION_DIRS=     lib
 
+.include "../../mk/blas.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 58ae34372ba7 -r e2f5ef36b723 math/superlu/Makefile
--- a/math/superlu/Makefile     Tue Oct 13 12:08:58 2020 +0000
+++ b/math/superlu/Makefile     Tue Oct 13 12:11:07 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2020/08/31 18:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/10/13 12:11:07 bacon Exp $
 
 DISTNAME=              superlu-5.2.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=xiaoyeli/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -10,10 +10,10 @@
 HOMEPAGE=              https://portal.nersc.gov/project/sparse/superlu/
 COMMENT=               Library for solving large, sparse, nonsymmetric systems of linear equations
 
-DEPENDS+=              blas-[0-9]*:../../math/blas
-
 USE_CMAKE=             yes
 USE_LANGUAGES=         c fortran
 TEST_TARGET=           test
 
+
+.include "../../mk/blas.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index