From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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