1995-04-11 01:19:12 +00:00
|
|
|
# New ports collection makefile for: linpack
|
|
|
|
# Version required: ?
|
|
|
|
# Date created: 31 October 1994
|
|
|
|
# Whom: ljo
|
|
|
|
#
|
1998-11-14 09:43:39 +00:00
|
|
|
# $Id: Makefile,v 1.16 1998/09/28 10:49:17 asami Exp $
|
1995-04-11 01:19:12 +00:00
|
|
|
#
|
|
|
|
|
1994-10-31 14:10:50 +00:00
|
|
|
DISTNAME= linpack
|
1995-04-22 11:30:15 +00:00
|
|
|
PKGNAME= linpack-1.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= math
|
1997-04-03 01:17:25 +00:00
|
|
|
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ \
|
1998-07-07 19:21:19 +00:00
|
|
|
ftp://www.hensa.ac.uk/mirrors/linpack/ \
|
|
|
|
ftp://elib.zib-berlin.de/pub/linpack/
|
1996-03-10 09:01:03 +00:00
|
|
|
|
|
|
|
DIST_SUBDIR= ${DISTNAME}
|
1995-04-11 01:19:12 +00:00
|
|
|
|
1998-09-28 10:49:21 +00:00
|
|
|
LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas
|
1997-04-03 01:17:25 +00:00
|
|
|
|
|
|
|
EXTRACT_CMD= ${SCRIPTDIR}/uncomp
|
1998-07-07 19:04:05 +00:00
|
|
|
EXTRACT_SUFX= .gz
|
1997-04-03 01:17:25 +00:00
|
|
|
EXTRACT_ARGS= ${WRKDIR}
|
1995-04-11 01:19:12 +00:00
|
|
|
|
1996-03-10 09:01:03 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1994-10-31 14:10:50 +00:00
|
|
|
|
|
|
|
SRCS = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \
|
|
|
|
cgeco.f cgedi.f cgefa.f cgesl.f cgtsl.f chico.f chidi.f chifa.f \
|
|
|
|
chisl.f chpco.f chpdi.f chpfa.f chpsl.f cmach.f cpbco.f cpbdi.f \
|
|
|
|
cpbfa.f cpbsl.f cpoco.f cpodi.f cpofa.f cposl.f cppco.f cppdi.f \
|
|
|
|
cppfa.f cppsl.f cptsl.f cqrdc.f cqrsl.f csico.f csidi.f csifa.f \
|
|
|
|
csisl.f cspco.f cspdi.f cspfa.f cspsl.f csvdc.f ctrco.f ctrdi.f \
|
|
|
|
ctrsl.f dchdc.f dchdd.f dchex.f dchud.f dgbco.f dgbdi.f dgbfa.f \
|
|
|
|
dgbsl.f dgeco.f dgedi.f dgefa.f dgesl.f dgtsl.f dmach.f dpbco.f \
|
|
|
|
dpbdi.f dpbfa.f dpbsl.f dpoco.f dpodi.f dpofa.f dposl.f dppco.f \
|
|
|
|
dppdi.f dppfa.f dppsl.f dptsl.f dqrdc.f dqrsl.f dsico.f dsidi.f \
|
|
|
|
dsifa.f dsisl.f dspco.f dspdi.f dspfa.f dspsl.f dsvdc.f dtrco.f \
|
|
|
|
dtrdi.f dtrsl.f schdc.f schdd.f schex.f schud.f sgbco.f sgbdi.f \
|
|
|
|
sgbfa.f sgbsl.f sgeco.f sgedi.f sgefa.f sgesl.f sgtsl.f smach.f \
|
|
|
|
spbco.f spbdi.f spbfa.f spbsl.f spoco.f spodi.f spofa.f sposl.f \
|
|
|
|
sppco.f sppdi.f sppfa.f sppsl.f sptsl.f sqrdc.f sqrsl.f ssico.f \
|
|
|
|
ssidi.f ssifa.f ssisl.f sspco.f sspdi.f sspfa.f sspsl.f ssvdc.f \
|
|
|
|
strco.f strdi.f strsl.f zchdc.f zchdd.f zchex.f zchud.f zgbco.f \
|
|
|
|
zgbdi.f zgbfa.f zgbsl.f zgeco.f zgedi.f zgefa.f zgesl.f zgtsl.f \
|
|
|
|
zhico.f zhidi.f zhifa.f zhisl.f zhpco.f zhpdi.f zhpfa.f zhpsl.f \
|
|
|
|
zmach.f zpbco.f zpbdi.f zpbfa.f zpbsl.f zpoco.f zpodi.f zpofa.f \
|
|
|
|
zposl.f zppco.f zppdi.f zppfa.f zppsl.f zptsl.f zqrdc.f zqrsl.f \
|
|
|
|
zsico.f zsidi.f zsifa.f zsisl.f zspco.f zspdi.f zspfa.f zspsl.f \
|
|
|
|
zsvdc.f ztrco.f ztrdi.f ztrsl.f
|
|
|
|
|
1998-07-07 19:04:05 +00:00
|
|
|
DISTFILES= ${SRCS:.f=.f.gz}
|
1994-10-31 14:10:50 +00:00
|
|
|
|
1998-11-14 09:43:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1994-10-31 14:10:50 +00:00
|
|
|
pre-build:
|
|
|
|
cp Makefile.lib ${WRKDIR}/Makefile
|
|
|
|
|
|
|
|
pre-extract:
|
1997-04-03 01:17:25 +00:00
|
|
|
chmod +x ${SCRIPTDIR}/uncomp
|
1995-01-27 07:27:18 +00:00
|
|
|
|
1995-06-24 11:42:32 +00:00
|
|
|
post-install:
|
1997-07-17 15:13:02 +00:00
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
1998-11-14 09:43:39 +00:00
|
|
|
.if ${PORTOBJFORMAT} == "aout"
|
|
|
|
${LN} -sf liblinpack.so.1.0 ${PREFIX}/lib/liblinpack.so
|
|
|
|
.endif
|
1994-10-31 14:10:50 +00:00
|
|
|
|
1998-11-14 09:43:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|