pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   bacon
Date:           Tue Oct 13 12:11:07 UTC 2020

Modified Files:
        pkgsrc/math/linpack: Makefile
        pkgsrc/math/superlu: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/linpack/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/superlu/Makefile

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

Modified files:

Index: pkgsrc/math/linpack/Makefile
diff -u pkgsrc/math/linpack/Makefile:1.15 pkgsrc/math/linpack/Makefile:1.16
--- pkgsrc/math/linpack/Makefile:1.15   Sat Nov  2 16:16:19 2019
+++ pkgsrc/math/linpack/Makefile        Tue Oct 13 12:11:07 2020
@@ -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"

Index: pkgsrc/math/superlu/Makefile
diff -u pkgsrc/math/superlu/Makefile:1.30 pkgsrc/math/superlu/Makefile:1.31
--- pkgsrc/math/superlu/Makefile:1.30   Mon Aug 31 18:06:30 2020
+++ pkgsrc/math/superlu/Makefile        Tue Oct 13 12:11:07 2020
@@ -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 @@ MAINTAINER=         pkgsrc-users%NetBSD.org@localhost
 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