From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/llsq/mkpkg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 math/llsq/mkpkg (limited to 'math/llsq/mkpkg') diff --git a/math/llsq/mkpkg b/math/llsq/mkpkg new file mode 100644 index 00000000..1d2cf4a5 --- /dev/null +++ b/math/llsq/mkpkg @@ -0,0 +1,23 @@ +# Update Lawson's and Hanson's linear least squares package (LIBLLSQ). + +$checkout libllsq.a lib$ +$update libllsq.a +$checkin libllsq.a lib$ +$exit + +libllsq.a: + bndacc.f + bndsol.f + diff.f + g1.f + g2.f + gen.f + h12.f + hfti.f + ldp.f + mfeout.f + nnls.f + qrbd.f + sva.f + svdrs.f + ; -- cgit