20c696d464
PR 19876. Update the distinfo (after verifying that nothing nasty has been introduced). PKGREVISION++. The author don't seem to keep a changelog (*sigh*) but the changes seems to be some minor code clean up and bug fixes.
28 lines
793 B
Makefile
28 lines
793 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/01/22 22:07:29 kristerw Exp $
|
|
|
|
DISTNAME= superlu_2.0
|
|
PKGNAME= superlu-2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.nersc.gov/~xiaoye/SuperLU/
|
|
COMMENT= ANSI C routine library for the solution of sparse linear systems
|
|
|
|
DEPENDS+= blas-[0-9]*:../../math/blas
|
|
|
|
WRKSRC= ${WRKDIR}/SuperLU
|
|
|
|
BLAS_PREFIX_DEFAULT= ${LOCALBASE}
|
|
EVAL_PREFIX+= BLAS_PREFIX=blas
|
|
|
|
ALL_TARGET= superlulib
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/SRC/supermatrix.h ${PREFIX}/include
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/superlu
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL/ug.ps ${PREFIX}/share/doc/superlu
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|