pkgsrc/math/superlu/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

32 lines
998 B
Makefile

# $NetBSD: Makefile,v 1.22 2014/05/29 23:36:56 wiz Exp $
DISTNAME= superlu_3.0
PKGNAME= superlu-3.0.1
PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://crd.lbl.gov/~xiaoye/SuperLU/
COMMENT= ANSI C routine library for the solution of sparse linear systems
DEPENDS+= blas-[0-9]*:../../math/blas
BLAS_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= BLAS_PREFIX=blas
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/SuperLU_3.0
BUILD_TARGET= superlulib
TEST_DIRS= TESTING/MATGEN TESTING
TEST_TARGET= all
INSTALLATION_DIRS= lib
do-install:
${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${DESTDIR}${PREFIX}/lib
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/superlu
${INSTALL_DATA} ${WRKSRC}/SRC/*.h ${DESTDIR}${PREFIX}/include/superlu
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/superlu
${INSTALL_DATA} ${WRKSRC}/INSTALL/ug.ps ${DESTDIR}${PREFIX}/share/doc/superlu
.include "../../mk/bsd.pkg.mk"