pkgsrc/math/linpack/Makefile
bacon 8563bad0fd 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.
2020-10-13 12:11:07 +00:00

17 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.16 2020/10/13 12:11:07 bacon Exp $
DISTNAME= linpack-20010510
PKGREVISION= 3
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Library of linear algebra Fortran routines
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"