summaryrefslogtreecommitdiff
path: root/math/eispack
diff options
context:
space:
mode:
authorL Jonas Olsson <ljo@FreeBSD.org>1994-10-31 14:33:50 +0000
committerL Jonas Olsson <ljo@FreeBSD.org>1994-10-31 14:33:50 +0000
commitdec4bfa1e559f9b99a11d9472e71f0ad2b516da4 (patch)
treee0f61d73e7debc178c17fa623d34da636314bbdb /math/eispack
parentImport of linpack library (Linear Algebra Package). This is the library (diff)
Eispack library (Eigensystem package).
Notes
Notes: svn path=/head/; revision=299
Diffstat (limited to 'math/eispack')
-rw-r--r--math/eispack/Makefile29
-rw-r--r--math/eispack/pkg-comment1
-rw-r--r--math/eispack/pkg-descr15
-rw-r--r--math/eispack/pkg-plist3
4 files changed, 48 insertions, 0 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
new file mode 100644
index 000000000000..766ed05a300e
--- /dev/null
+++ b/math/eispack/Makefile
@@ -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>
+
diff --git a/math/eispack/pkg-comment b/math/eispack/pkg-comment
new file mode 100644
index 000000000000..cef332cd223c
--- /dev/null
+++ b/math/eispack/pkg-comment
@@ -0,0 +1 @@
+Eispack, Eigenvalue system package. \ No newline at end of file
diff --git a/math/eispack/pkg-descr b/math/eispack/pkg-descr
new file mode 100644
index 000000000000..02e4215b6d3c
--- /dev/null
+++ b/math/eispack/pkg-descr
@@ -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.
diff --git a/math/eispack/pkg-plist b/math/eispack/pkg-plist
new file mode 100644
index 000000000000..e856a99634ce
--- /dev/null
+++ b/math/eispack/pkg-plist
@@ -0,0 +1,3 @@
+@cwd /usr/local
+lib/libeispack.a
+lib/libeispack.so.1.0