diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /math/bevington/mkpkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/bevington/mkpkg')
-rw-r--r-- | math/bevington/mkpkg | 35 |
1 files changed, 35 insertions, 0 deletions
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 + ; |