From 82f907a8bf97efa692ffe934468750bf793d6f85 Mon Sep 17 00:00:00 2001 From: jtb Date: Thu, 30 Nov 2000 01:46:18 +0000 Subject: Initial import of new "eispack" package: Fortran routines for the solution of eigenvalue problems --- math/eispack/files/Makefile | 32 ++++++++++++++++++++++++++++++++ math/eispack/files/md5 | 3 +++ 2 files changed, 35 insertions(+) create mode 100644 math/eispack/files/Makefile create mode 100644 math/eispack/files/md5 (limited to 'math/eispack/files') diff --git a/math/eispack/files/Makefile b/math/eispack/files/Makefile new file mode 100644 index 00000000000..439c26aaddd --- /dev/null +++ b/math/eispack/files/Makefile @@ -0,0 +1,32 @@ +LIB = eispack +LIBDIR = ${PREFIX}/lib + +FORTRAN = %%FORTRAN%% +FOPTS = %%FOPTS%% + +all: lib$(LIB) + +OBJ = csroot.o epslon.o pythag.o bakvec.o balanc.o balbak.o bandr.o \ + bandv.o bisect.o bqr.o cbabk2.o cbal.o cg.o ch.o cinvit.o \ + combak.o comhes.o comlr.o comlr2.o comqr.o comqr2.o cortb.o \ + corth.o elmbak.o elmhes.o eltran.o figi.o figi2.o hqr.o hqr2.o \ + htrib3.o htribk.o htrid3.o htridi.o imtql1.o imtql2.o imtqlv.o \ + invit.o minfit.o ortbak.o orthes.o ortran.o qzhes.o \ + qzit.o qzval.o qzvec.o ratqr.o rebak.o rebakb.o reduc.o \ + reduc2.o rg.o rgg.o rs.o rsb.o rsg.o rsgab.o rsgba.o rsm.o \ + rsp.o rst.o rt.o svd.o tinvit.o tql1.o tql2.o tqlrat.o \ + trbak1.o trbak3.o tred1.o tred2.o tred3.o tridib.o tsturm.o \ + cdiv.o + +lib$(LIB): $(OBJ) + @$(LIBTOOL) --mode=link $(FORTRAN) $(FFLAGS) $(FOPTS) \ + -O -o lib$(LIB).la $(OBJ:.o=.lo) -rpath $(LIBDIR) + +.f.o: + @$(LIBTOOL) --mode=compile $(FORTRAN) $(FFLAGS) $(FOPTS) -c $*.f + +install: lib$(LIB) + @$(LIBTOOL) --mode=install install -c lib$(LIB).la $(LIBDIR) + +clean: + rm -rf *.o *.lo .libs lib$(LIB).la diff --git a/math/eispack/files/md5 b/math/eispack/files/md5 new file mode 100644 index 00000000000..9ac580aa14a --- /dev/null +++ b/math/eispack/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/30 01:46:18 jtb Exp $ + +MD5 (eispack-20001129.tar.gz) = d38daa3eb4a9fc6e4fa38d5634688da2 -- cgit v1.2.3