blob: c7474296dc3304ca21f3b6ceaf27f4a2256ff013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.32 2014/02/28 09:39:56 adam Exp $
.include "../../math/lapack/Makefile.common"
PKGNAME= ${DISTNAME:S/lapack/blas/}
COMMENT= Basic Linear Algebra Subprograms (Fortran)
PATCHDIR= ${.CURDIR}/../../math/lapack/patches
BUILD_TARGET= blaslib
do-install:
${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.la \
${DESTDIR}${PREFIX}/lib
.include "../../mk/bsd.pkg.mk"
|