Eispack library (Eigensystem package).

This commit is contained in:
L Jonas Olsson 1994-10-31 14:33:50 +00:00
parent a96b867c5c
commit dec4bfa1e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299
4 changed files with 48 additions and 0 deletions

29
math/eispack/Makefile Normal file
View file

@ -0,0 +1,29 @@
DISTNAME= eispack
DISTDIR=${PORTSDIR}/distfiles/${DISTNAME}
MASTER_SITES= ftp://netlib.att.com/netlib/eispack/
EXTRACT_CMD=scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}
WRKSRC=${WRKDIR}
SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
bandv.f bisect.f bqr.f cbabk2.f cbal.f cg.f ch.f cinvit.f combak.f \
comhes.f comlr.f comlr2.f comqr.f comqr2.f cortb.f corth.f elmbak.f \
elmhes.f eltran.f figi.f figi2.f hqr.f hqr2.f htrib3.f htribk.f \
htrid3.f htridi.f imtql1.f imtql2.f imtqlv.f invit.f minfit.f \
ortbak.f orthes.f ortran.f otqlrat.f qzhes.f qzit.f qzval.f qzvec.f \
ratqr.f rebak.f rebakb.f reduc.f reduc2.f rg.f rgg.f rs.f rsb.f \
rsg.f rsgab.f rsgba.f rsm.f rsp.f rst.f rt.f svd.f tinvit.f tql1.f \
tql2.f tqlrat.f trbak1.f trbak3.f tred1.f tred2.f tred3.f tridib.f \
tsturm.f cdiv.f
DISTFILES= ${SRCS:.f=.f.Z}
pre-build:
cp Makefile.lib ${WRKDIR}/Makefile
pre-extract:
chmod +x scripts/uncomp
.include <bsd.port.mk>

1
math/eispack/pkg-comment Normal file
View file

@ -0,0 +1 @@
Eispack, Eigenvalue system package.

15
math/eispack/pkg-descr Normal file
View file

@ -0,0 +1,15 @@
This is eispack from research.att.com. I've cleaned up the Makefile, but
it is otherwise the same. The package is described in:
1. Smith, B.T, Boyle, J.M, Dongerra, J.J., Garbow, B.S., Ikebe, Y.,
Klema, V.C., and Moler, C.B., Matrix Eigensystem Routines -- EISPACK
Guide, Lecture Notes in Computer Science, Vol. 6, Second Edition,
Springer-Verlag, New York, Heidelberg, Berlin, 1976
2. Garbow, B.S., Boyle J.M., Dongerra, J.J, and Moler C.B., Matrix
Eigensystem Routines -- EISPACK Guide Extension, Lecture Notes in
Computer Science, Vol. 51, Springer-Verlag, New York, Heidelberg,
Berlin, 1977
As the package is in FORTRAN there are no include files for the library,
and the only thing to install is the library itself.

3
math/eispack/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
@cwd /usr/local
lib/libeispack.a
lib/libeispack.so.1.0