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/bevington/mkpkg | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 math/bevington/mkpkg (limited to 'math/bevington/mkpkg') diff --git a/math/bevington/mkpkg b/math/bevington/mkpkg new file mode 100644 index 00000000..5d9bef3f --- /dev/null +++ b/math/bevington/mkpkg @@ -0,0 +1,35 @@ +# Make the Bevington library. + +$checkout libbev.a lib$ +$update libbev.a +$checkin libbev.a lib$ +$exit + +libbev.a: + agauss.f + area.f + chifit.f + curfit.f + determ.f + factor.f + fchisq.f + fderiv.f + gamma.f + gradls.f + gridls.f + integ.f + interp.f + legfit.f + linfit.f + matinv.f + pbinom.f + pchisq.f + pcorre.f + pgauss.f + ploren.f + polfit.f + ppoiss.f + regres.f + smooth.f + xfit.f + ; -- cgit