aboutsummaryrefslogtreecommitdiffstats
path: root/math/superlu/Makefile
blob: 0e6d9f78711f947e16a0d3097d5305dbd9364bf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    SuperLU
# Version required: 1.1
# Date created:         31 Oct 97
# Whom:                 Pedro Giffuni <giffunip@asme.org>
#
# $Id: Makefile,v 1.2 1998/12/07 20:20:24 billf Exp $
#

DISTNAME=   superlu_1.1
PKGNAME=    superlu-1.1
CATEGORIES= math
MASTER_SITES=   ftp://ftp.cs.berkeley.edu/pub/lapack/SuperLU/   \
        ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/cs.berkeley.edu/lapack/SuperLu/ \
        ftp://ftp.ntua.gr/pub/netlib/scalapack/prototype/ \
        ftp://ftp.uow.edu.au/pub/netlib/scalapack/prototype/ \
        ftp://ftp.zib.de/pub/netlib/scalapack/prototype/ \
        ftp://ftp.riken.go.jp/pub/netlib/scalapack/prototype/

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  ${PREFIX}/lib/libblas.a:${PORTSDIR}/math/blas

WRKSRC=     ${WRKDIR}/SuperLU
ALL_TARGET= superlulib
#
#   NOTE:   The Matlab interface was not built.
#

post-install:
    $(INSTALL_DATA) ${WRKSRC}/libsuperlu.* ${PREFIX}/lib
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/SuperLU
    ${INSTALL_DATA} ${WRKSRC}/INSTALL/*.ps ${PREFIX}/share/doc/SuperLU
.endif
.include <bsd.port.mk>