diff options
author | ljo <ljo@FreeBSD.org> | 1994-10-31 22:33:50 +0800 |
---|---|---|
committer | ljo <ljo@FreeBSD.org> | 1994-10-31 22:33:50 +0800 |
commit | cf52e153cdaaf33c367ea5553c7cabd24b327f40 (patch) | |
tree | 61ba9b2c06e87b9f891975e4d261f79c9a3a92f5 /math/eispack | |
parent | 5c9a9b6470ac74a7cf8a12529b78cd4c24eb1772 (diff) | |
download | freebsd-ports-gnome-cf52e153cdaaf33c367ea5553c7cabd24b327f40.tar.gz freebsd-ports-gnome-cf52e153cdaaf33c367ea5553c7cabd24b327f40.tar.zst freebsd-ports-gnome-cf52e153cdaaf33c367ea5553c7cabd24b327f40.zip |
Eispack library (Eigensystem package).
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 29 | ||||
-rw-r--r-- | math/eispack/pkg-comment | 1 | ||||
-rw-r--r-- | math/eispack/pkg-descr | 15 | ||||
-rw-r--r-- | math/eispack/pkg-plist | 3 |
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 |