Sat Mar 12 13:38:33 2016 UTC ()
Update ruby-gsl to 2.1.0.

This version comes with extra Linux tmp files; reported upstream as
	https://github.com/SciRuby/rb-gsl/issues/34

Changes:

Support for gsl-2.1.0.
Support for nmatrix (not in pkgsrc yet)


(wiz)
diff -r1.16 -r1.17 pkgsrc/math/ruby-gsl/Makefile
diff -r1.8 -r1.9 pkgsrc/math/ruby-gsl/PLIST
diff -r1.11 -r1.12 pkgsrc/math/ruby-gsl/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/math/ruby-gsl/Attic/Makefile (switch to unified diff)

--- pkgsrc/math/ruby-gsl/Attic/Makefile 2015/09/13 14:37:10 1.16
+++ pkgsrc/math/ruby-gsl/Attic/Makefile 2016/03/12 13:38:33 1.17
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2015/09/13 14:37:10 taca Exp $ 1# $NetBSD: Makefile,v 1.17 2016/03/12 13:38:33 wiz Exp $
2 2
3DISTNAME= gsl-1.16.0.6 3DISTNAME= gsl-2.1.0
4CATEGORIES= math 4CATEGORIES= math
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/SciRuby/rb-gsl 7HOMEPAGE= http://github.com/SciRuby/rb-gsl
8COMMENT= Ruby interface to GNU Scientific Library 8COMMENT= Ruby interface to GNU Scientific Library
9LICENSE= gnu-gpl-v2 # OR later 9LICENSE= gnu-gpl-v2 # OR later
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray 11DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray
12 12
13USE_GCC_RUNTIME= yes 13USE_GCC_RUNTIME= yes
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../math/gsl/buildlink3.mk" 16.include "../../math/gsl/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/math/ruby-gsl/Attic/PLIST (switch to unified diff)

--- pkgsrc/math/ruby-gsl/Attic/PLIST 2015/09/13 14:37:10 1.8
+++ pkgsrc/math/ruby-gsl/Attic/PLIST 2016/03/12 13:38:33 1.9
@@ -1,616 +1,683 @@ @@ -1,616 +1,683 @@
1@comment $NetBSD: PLIST,v 1.8 2015/09/13 14:37:10 taca Exp $ 1@comment $NetBSD: PLIST,v 1.9 2016/03/12 13:38:33 wiz Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_EXTSDIR}/gem.build_complete 3${GEM_EXTSDIR}/gem.build_complete
4${GEM_EXTSDIR}/gsl_native.${RUBY_DLEXT} 4${GEM_EXTSDIR}/gsl_native.${RUBY_DLEXT}
5${GEM_LIBDIR}/.gitignore 5${GEM_LIBDIR}/.gitignore
6${GEM_LIBDIR}/.travis.yml 6${GEM_LIBDIR}/.travis.yml
7${GEM_LIBDIR}/AUTHORS 7${GEM_LIBDIR}/AUTHORS
8${GEM_LIBDIR}/COPYING 8${GEM_LIBDIR}/COPYING
9${GEM_LIBDIR}/ChangeLog 9${GEM_LIBDIR}/ChangeLog
10${GEM_LIBDIR}/Gemfile 10${GEM_LIBDIR}/Gemfile
11${GEM_LIBDIR}/README.md 11${GEM_LIBDIR}/README.md
12${GEM_LIBDIR}/Rakefile 12${GEM_LIBDIR}/Rakefile
13${GEM_LIBDIR}/THANKS 13${GEM_LIBDIR}/THANKS
14${GEM_LIBDIR}/examples/alf/alf.gp 14${GEM_LIBDIR}/examples/alf/alf.gp
15${GEM_LIBDIR}/examples/alf/alf.rb 15${GEM_LIBDIR}/examples/alf/alf.rb
16${GEM_LIBDIR}/examples/blas/blas.rb 16${GEM_LIBDIR}/examples/blas/blas.rb
17${GEM_LIBDIR}/examples/blas/dnrm2.rb 17${GEM_LIBDIR}/examples/blas/dnrm2.rb
18${GEM_LIBDIR}/examples/blas/level1.rb 18${GEM_LIBDIR}/examples/blas/level1.rb
19${GEM_LIBDIR}/examples/blas/level2.rb 19${GEM_LIBDIR}/examples/blas/level2.rb
20${GEM_LIBDIR}/examples/blas/level3.rb 20${GEM_LIBDIR}/examples/blas/level3.rb
21${GEM_LIBDIR}/examples/bspline.rb 21${GEM_LIBDIR}/examples/bspline.rb
22${GEM_LIBDIR}/examples/cdf.rb 22${GEM_LIBDIR}/examples/cdf.rb
23${GEM_LIBDIR}/examples/cheb.rb 23${GEM_LIBDIR}/examples/cheb.rb
24${GEM_LIBDIR}/examples/combination.rb 24${GEM_LIBDIR}/examples/combination.rb
25${GEM_LIBDIR}/examples/complex/RC-lpf.rb 25${GEM_LIBDIR}/examples/complex/RC-lpf.rb
26${GEM_LIBDIR}/examples/complex/add.rb 26${GEM_LIBDIR}/examples/complex/add.rb
27${GEM_LIBDIR}/examples/complex/coerce.rb 27${GEM_LIBDIR}/examples/complex/coerce.rb
28${GEM_LIBDIR}/examples/complex/complex.rb 28${GEM_LIBDIR}/examples/complex/complex.rb
29${GEM_LIBDIR}/examples/complex/fpmi.rb 29${GEM_LIBDIR}/examples/complex/fpmi.rb
30${GEM_LIBDIR}/examples/complex/functions.rb 30${GEM_LIBDIR}/examples/complex/functions.rb
31${GEM_LIBDIR}/examples/complex/michelson.rb 31${GEM_LIBDIR}/examples/complex/michelson.rb
32${GEM_LIBDIR}/examples/complex/mul.rb 32${GEM_LIBDIR}/examples/complex/mul.rb
33${GEM_LIBDIR}/examples/complex/oscillator.rb 33${GEM_LIBDIR}/examples/complex/oscillator.rb
34${GEM_LIBDIR}/examples/complex/set.rb 34${GEM_LIBDIR}/examples/complex/set.rb
35${GEM_LIBDIR}/examples/const/physconst.rb 35${GEM_LIBDIR}/examples/const/physconst.rb
36${GEM_LIBDIR}/examples/const/travel.rb 36${GEM_LIBDIR}/examples/const/travel.rb
37${GEM_LIBDIR}/examples/deriv/demo.rb 37${GEM_LIBDIR}/examples/deriv/demo.rb
38${GEM_LIBDIR}/examples/deriv/deriv.rb 38${GEM_LIBDIR}/examples/deriv/deriv.rb
39${GEM_LIBDIR}/examples/deriv/diff.rb 39${GEM_LIBDIR}/examples/deriv/diff.rb
40${GEM_LIBDIR}/examples/dht.rb 40${GEM_LIBDIR}/examples/dht.rb
41${GEM_LIBDIR}/examples/dirac.rb 41${GEM_LIBDIR}/examples/dirac.rb
42${GEM_LIBDIR}/examples/eigen/eigen.rb 42${GEM_LIBDIR}/examples/eigen/eigen.rb
43${GEM_LIBDIR}/examples/eigen/herm.rb 43${GEM_LIBDIR}/examples/eigen/herm.rb
44${GEM_LIBDIR}/examples/eigen/narray.rb 44${GEM_LIBDIR}/examples/eigen/narray.rb
45${GEM_LIBDIR}/examples/eigen/nonsymm.rb 45${GEM_LIBDIR}/examples/eigen/nonsymm.rb
46${GEM_LIBDIR}/examples/eigen/nonsymmv.rb 46${GEM_LIBDIR}/examples/eigen/nonsymmv.rb
47${GEM_LIBDIR}/examples/eigen/qhoscillator.gp 47${GEM_LIBDIR}/examples/eigen/qhoscillator.gp
48${GEM_LIBDIR}/examples/eigen/qhoscillator.rb 48${GEM_LIBDIR}/examples/eigen/qhoscillator.rb
49${GEM_LIBDIR}/examples/eigen/vander.rb 49${GEM_LIBDIR}/examples/eigen/vander.rb
50${GEM_LIBDIR}/examples/fft/fft.rb 50${GEM_LIBDIR}/examples/fft/fft.rb
51${GEM_LIBDIR}/examples/fft/fft2.rb 51${GEM_LIBDIR}/examples/fft/fft2.rb
52${GEM_LIBDIR}/examples/fft/forward.rb 52${GEM_LIBDIR}/examples/fft/forward.rb
53${GEM_LIBDIR}/examples/fft/forward2.rb 53${GEM_LIBDIR}/examples/fft/forward2.rb
54${GEM_LIBDIR}/examples/fft/radix2.rb 54${GEM_LIBDIR}/examples/fft/radix2.rb
55${GEM_LIBDIR}/examples/fft/real-halfcomplex.rb 55${GEM_LIBDIR}/examples/fft/real-halfcomplex.rb
56${GEM_LIBDIR}/examples/fft/real-halfcomplex2.rb 56${GEM_LIBDIR}/examples/fft/real-halfcomplex2.rb
57${GEM_LIBDIR}/examples/fft/realradix2.rb 57${GEM_LIBDIR}/examples/fft/realradix2.rb
58${GEM_LIBDIR}/examples/fft/sunspot.dat 58${GEM_LIBDIR}/examples/fft/sunspot.dat
59${GEM_LIBDIR}/examples/fft/sunspot.rb 59${GEM_LIBDIR}/examples/fft/sunspot.rb
60${GEM_LIBDIR}/examples/fit/expdata.dat 60${GEM_LIBDIR}/examples/fit/expdata.dat
61${GEM_LIBDIR}/examples/fit/expfit.rb 61${GEM_LIBDIR}/examples/fit/expfit.rb
62${GEM_LIBDIR}/examples/fit/gaussfit.rb 62${GEM_LIBDIR}/examples/fit/gaussfit.rb
63${GEM_LIBDIR}/examples/fit/gaussian_2peaks.rb 63${GEM_LIBDIR}/examples/fit/gaussian_2peaks.rb
64${GEM_LIBDIR}/examples/fit/hillfit.rb 64${GEM_LIBDIR}/examples/fit/hillfit.rb
65${GEM_LIBDIR}/examples/fit/lognormal.rb 65${GEM_LIBDIR}/examples/fit/lognormal.rb
66${GEM_LIBDIR}/examples/fit/lorentzfit.rb 66${GEM_LIBDIR}/examples/fit/lorentzfit.rb
67${GEM_LIBDIR}/examples/fit/multifit.rb 67${GEM_LIBDIR}/examples/fit/multifit.rb
68${GEM_LIBDIR}/examples/fit/ndlinear.rb 68${GEM_LIBDIR}/examples/fit/ndlinear.rb
69${GEM_LIBDIR}/examples/fit/nonlinearfit.rb 69${GEM_LIBDIR}/examples/fit/nonlinearfit.rb
70${GEM_LIBDIR}/examples/fit/plot.gp 70${GEM_LIBDIR}/examples/fit/plot.gp
71${GEM_LIBDIR}/examples/fit/polyfit.rb 71${GEM_LIBDIR}/examples/fit/polyfit.rb
72${GEM_LIBDIR}/examples/fit/powerfit.rb 72${GEM_LIBDIR}/examples/fit/powerfit.rb
73${GEM_LIBDIR}/examples/fit/sigmoidfit.rb 73${GEM_LIBDIR}/examples/fit/sigmoidfit.rb
74${GEM_LIBDIR}/examples/fit/sinfit.rb 74${GEM_LIBDIR}/examples/fit/sinfit.rb
75${GEM_LIBDIR}/examples/fit/wlinear.rb 75${GEM_LIBDIR}/examples/fit/wlinear.rb
76${GEM_LIBDIR}/examples/fresnel.rb 76${GEM_LIBDIR}/examples/fresnel.rb
77${GEM_LIBDIR}/examples/function/function.rb 77${GEM_LIBDIR}/examples/function/function.rb
78${GEM_LIBDIR}/examples/function/log.rb 78${GEM_LIBDIR}/examples/function/log.rb
79${GEM_LIBDIR}/examples/function/min.rb 79${GEM_LIBDIR}/examples/function/min.rb
80${GEM_LIBDIR}/examples/function/sin.rb 80${GEM_LIBDIR}/examples/function/sin.rb
81${GEM_LIBDIR}/examples/function/synchrotron.rb 81${GEM_LIBDIR}/examples/function/synchrotron.rb
82${GEM_LIBDIR}/examples/gallery/butterfly.rb 82${GEM_LIBDIR}/examples/gallery/butterfly.rb
83${GEM_LIBDIR}/examples/gallery/cayley.rb 83${GEM_LIBDIR}/examples/gallery/cayley.rb
84${GEM_LIBDIR}/examples/gallery/cornu.rb 84${GEM_LIBDIR}/examples/gallery/cornu.rb
85${GEM_LIBDIR}/examples/gallery/eight.rb 85${GEM_LIBDIR}/examples/gallery/eight.rb
86${GEM_LIBDIR}/examples/gallery/koch.rb 86${GEM_LIBDIR}/examples/gallery/koch.rb
87${GEM_LIBDIR}/examples/gallery/lemniscate.rb 87${GEM_LIBDIR}/examples/gallery/lemniscate.rb
88${GEM_LIBDIR}/examples/gallery/polar.rb 88${GEM_LIBDIR}/examples/gallery/polar.rb
89${GEM_LIBDIR}/examples/gallery/rgplot/cossin.rb 89${GEM_LIBDIR}/examples/gallery/rgplot/cossin.rb
90${GEM_LIBDIR}/examples/gallery/rgplot/rgplot.replaced 90${GEM_LIBDIR}/examples/gallery/rgplot/rgplot.replaced
91${GEM_LIBDIR}/examples/gallery/rgplot/roesller.rb 91${GEM_LIBDIR}/examples/gallery/rgplot/roesller.rb
92${GEM_LIBDIR}/examples/gallery/roesller.rb 92${GEM_LIBDIR}/examples/gallery/roesller.rb
93${GEM_LIBDIR}/examples/gallery/scarabaeus.rb 93${GEM_LIBDIR}/examples/gallery/scarabaeus.rb
94${GEM_LIBDIR}/examples/histogram/cauchy.rb 94${GEM_LIBDIR}/examples/histogram/cauchy.rb
95${GEM_LIBDIR}/examples/histogram/cauchy.sh 95${GEM_LIBDIR}/examples/histogram/cauchy.sh
96${GEM_LIBDIR}/examples/histogram/exponential.rb 96${GEM_LIBDIR}/examples/histogram/exponential.rb
97${GEM_LIBDIR}/examples/histogram/gauss.rb 97${GEM_LIBDIR}/examples/histogram/gauss.rb
98${GEM_LIBDIR}/examples/histogram/gsl-histogram.rb 98${GEM_LIBDIR}/examples/histogram/gsl-histogram.rb
99${GEM_LIBDIR}/examples/histogram/histo2d.rb 99${GEM_LIBDIR}/examples/histogram/histo2d.rb
100${GEM_LIBDIR}/examples/histogram/histo3d.rb 100${GEM_LIBDIR}/examples/histogram/histo3d.rb
101${GEM_LIBDIR}/examples/histogram/histogram-pdf.rb 101${GEM_LIBDIR}/examples/histogram/histogram-pdf.rb
102${GEM_LIBDIR}/examples/histogram/histogram.rb 102${GEM_LIBDIR}/examples/histogram/histogram.rb
103${GEM_LIBDIR}/examples/histogram/integral.rb 103${GEM_LIBDIR}/examples/histogram/integral.rb
104${GEM_LIBDIR}/examples/histogram/poisson.rb 104${GEM_LIBDIR}/examples/histogram/poisson.rb
105${GEM_LIBDIR}/examples/histogram/power.rb 105${GEM_LIBDIR}/examples/histogram/power.rb
106${GEM_LIBDIR}/examples/histogram/rebin.rb 106${GEM_LIBDIR}/examples/histogram/rebin.rb
107${GEM_LIBDIR}/examples/histogram/smp.dat 107${GEM_LIBDIR}/examples/histogram/smp.dat
108${GEM_LIBDIR}/examples/histogram/xexp.rb 108${GEM_LIBDIR}/examples/histogram/xexp.rb
109${GEM_LIBDIR}/examples/integration/ahmed.rb 109${GEM_LIBDIR}/examples/integration/ahmed.rb
110${GEM_LIBDIR}/examples/integration/cosmology.rb 110${GEM_LIBDIR}/examples/integration/cosmology.rb
111${GEM_LIBDIR}/examples/integration/friedmann.gp 111${GEM_LIBDIR}/examples/integration/friedmann.gp
112${GEM_LIBDIR}/examples/integration/friedmann.rb 112${GEM_LIBDIR}/examples/integration/friedmann.rb
113${GEM_LIBDIR}/examples/integration/gamma-zeta.rb 113${GEM_LIBDIR}/examples/integration/gamma-zeta.rb
114${GEM_LIBDIR}/examples/integration/integration.rb 114${GEM_LIBDIR}/examples/integration/integration.rb
115${GEM_LIBDIR}/examples/integration/qag.rb 115${GEM_LIBDIR}/examples/integration/qag.rb
116${GEM_LIBDIR}/examples/integration/qag2.rb 116${GEM_LIBDIR}/examples/integration/qag2.rb
117${GEM_LIBDIR}/examples/integration/qag3.rb 117${GEM_LIBDIR}/examples/integration/qag3.rb
118${GEM_LIBDIR}/examples/integration/qagi.rb 118${GEM_LIBDIR}/examples/integration/qagi.rb
119${GEM_LIBDIR}/examples/integration/qagi2.rb 119${GEM_LIBDIR}/examples/integration/qagi2.rb
120${GEM_LIBDIR}/examples/integration/qagiu.rb 120${GEM_LIBDIR}/examples/integration/qagiu.rb
121${GEM_LIBDIR}/examples/integration/qagp.rb 121${GEM_LIBDIR}/examples/integration/qagp.rb
122${GEM_LIBDIR}/examples/integration/qags.rb 122${GEM_LIBDIR}/examples/integration/qags.rb
123${GEM_LIBDIR}/examples/integration/qawc.rb 123${GEM_LIBDIR}/examples/integration/qawc.rb
124${GEM_LIBDIR}/examples/integration/qawf.rb 124${GEM_LIBDIR}/examples/integration/qawf.rb
125${GEM_LIBDIR}/examples/integration/qawo.rb 125${GEM_LIBDIR}/examples/integration/qawo.rb
126${GEM_LIBDIR}/examples/integration/qaws.rb 126${GEM_LIBDIR}/examples/integration/qaws.rb
127${GEM_LIBDIR}/examples/integration/qng.rb 127${GEM_LIBDIR}/examples/integration/qng.rb
128${GEM_LIBDIR}/examples/interp/demo.gp 128${GEM_LIBDIR}/examples/interp/demo.gp
129${GEM_LIBDIR}/examples/interp/demo.rb 129${GEM_LIBDIR}/examples/interp/demo.rb
130${GEM_LIBDIR}/examples/interp/interp.rb 130${GEM_LIBDIR}/examples/interp/interp.rb
131${GEM_LIBDIR}/examples/interp/points 131${GEM_LIBDIR}/examples/interp/points
132${GEM_LIBDIR}/examples/interp/spline.rb 132${GEM_LIBDIR}/examples/interp/spline.rb
133${GEM_LIBDIR}/examples/jacobi/deriv.rb 133${GEM_LIBDIR}/examples/jacobi/deriv.rb
134${GEM_LIBDIR}/examples/jacobi/integrate.rb 134${GEM_LIBDIR}/examples/jacobi/integrate.rb
135${GEM_LIBDIR}/examples/jacobi/interp.rb 135${GEM_LIBDIR}/examples/jacobi/interp.rb
136${GEM_LIBDIR}/examples/jacobi/jacobi.rb 136${GEM_LIBDIR}/examples/jacobi/jacobi.rb
137${GEM_LIBDIR}/examples/linalg/HH.rb 137${GEM_LIBDIR}/examples/linalg/HH.rb
138${GEM_LIBDIR}/examples/linalg/HH_narray.rb 138${GEM_LIBDIR}/examples/linalg/HH_narray.rb
139${GEM_LIBDIR}/examples/linalg/LQ_solve.rb 139${GEM_LIBDIR}/examples/linalg/LQ_solve.rb
140${GEM_LIBDIR}/examples/linalg/LU.rb 140${GEM_LIBDIR}/examples/linalg/LU.rb
141${GEM_LIBDIR}/examples/linalg/LU2.rb 141${GEM_LIBDIR}/examples/linalg/LU2.rb
142${GEM_LIBDIR}/examples/linalg/LU_narray.rb 142${GEM_LIBDIR}/examples/linalg/LU_narray.rb
143${GEM_LIBDIR}/examples/linalg/PTLQ.rb 143${GEM_LIBDIR}/examples/linalg/PTLQ.rb
144${GEM_LIBDIR}/examples/linalg/QR.rb 144${GEM_LIBDIR}/examples/linalg/QR.rb
145${GEM_LIBDIR}/examples/linalg/QRPT.rb 145${GEM_LIBDIR}/examples/linalg/QRPT.rb
146${GEM_LIBDIR}/examples/linalg/QR_solve.rb 146${GEM_LIBDIR}/examples/linalg/QR_solve.rb
147${GEM_LIBDIR}/examples/linalg/QR_solve_narray.rb 147${GEM_LIBDIR}/examples/linalg/QR_solve_narray.rb
148${GEM_LIBDIR}/examples/linalg/SV.rb 148${GEM_LIBDIR}/examples/linalg/SV.rb
149${GEM_LIBDIR}/examples/linalg/SV_narray.rb 149${GEM_LIBDIR}/examples/linalg/SV_narray.rb
150${GEM_LIBDIR}/examples/linalg/SV_solve.rb 150${GEM_LIBDIR}/examples/linalg/SV_solve.rb
151${GEM_LIBDIR}/examples/linalg/chol.rb 151${GEM_LIBDIR}/examples/linalg/chol.rb
152${GEM_LIBDIR}/examples/linalg/chol_narray.rb 152${GEM_LIBDIR}/examples/linalg/chol_narray.rb
153${GEM_LIBDIR}/examples/linalg/complex.rb 153${GEM_LIBDIR}/examples/linalg/complex.rb
154${GEM_LIBDIR}/examples/linalg/invert_narray.rb 154${GEM_LIBDIR}/examples/linalg/invert_narray.rb
155${GEM_LIBDIR}/examples/math/const.rb 155${GEM_LIBDIR}/examples/math/const.rb
156${GEM_LIBDIR}/examples/math/elementary.rb 156${GEM_LIBDIR}/examples/math/elementary.rb
157${GEM_LIBDIR}/examples/math/functions.rb 157${GEM_LIBDIR}/examples/math/functions.rb
158${GEM_LIBDIR}/examples/math/inf_nan.rb 158${GEM_LIBDIR}/examples/math/inf_nan.rb
159${GEM_LIBDIR}/examples/math/minmax.rb 159${GEM_LIBDIR}/examples/math/minmax.rb
160${GEM_LIBDIR}/examples/math/power.rb 160${GEM_LIBDIR}/examples/math/power.rb
161${GEM_LIBDIR}/examples/math/test.rb 161${GEM_LIBDIR}/examples/math/test.rb
162${GEM_LIBDIR}/examples/matrix/a.dat 162${GEM_LIBDIR}/examples/matrix/a.dat
163${GEM_LIBDIR}/examples/matrix/add.rb 163${GEM_LIBDIR}/examples/matrix/add.rb
164${GEM_LIBDIR}/examples/matrix/b.dat 164${GEM_LIBDIR}/examples/matrix/b.dat
165${GEM_LIBDIR}/examples/matrix/cat.rb 165${GEM_LIBDIR}/examples/matrix/cat.rb
166${GEM_LIBDIR}/examples/matrix/colvectors.rb 166${GEM_LIBDIR}/examples/matrix/colvectors.rb
167${GEM_LIBDIR}/examples/matrix/complex.rb 167${GEM_LIBDIR}/examples/matrix/complex.rb
168${GEM_LIBDIR}/examples/matrix/det.rb 168${GEM_LIBDIR}/examples/matrix/det.rb
169${GEM_LIBDIR}/examples/matrix/diagonal.rb 169${GEM_LIBDIR}/examples/matrix/diagonal.rb
170${GEM_LIBDIR}/examples/matrix/get_all.rb 170${GEM_LIBDIR}/examples/matrix/get_all.rb
171${GEM_LIBDIR}/examples/matrix/hilbert.rb 171${GEM_LIBDIR}/examples/matrix/hilbert.rb
172${GEM_LIBDIR}/examples/matrix/iterator.rb 172${GEM_LIBDIR}/examples/matrix/iterator.rb
173${GEM_LIBDIR}/examples/matrix/matrix.rb 173${GEM_LIBDIR}/examples/matrix/matrix.rb
174${GEM_LIBDIR}/examples/matrix/minmax.rb 174${GEM_LIBDIR}/examples/matrix/minmax.rb
175${GEM_LIBDIR}/examples/matrix/mul.rb 175${GEM_LIBDIR}/examples/matrix/mul.rb
176${GEM_LIBDIR}/examples/matrix/rand.rb 176${GEM_LIBDIR}/examples/matrix/rand.rb
177${GEM_LIBDIR}/examples/matrix/read.rb 177${GEM_LIBDIR}/examples/matrix/read.rb
178${GEM_LIBDIR}/examples/matrix/rowcol.rb 178${GEM_LIBDIR}/examples/matrix/rowcol.rb
179${GEM_LIBDIR}/examples/matrix/set.rb 179${GEM_LIBDIR}/examples/matrix/set.rb
180${GEM_LIBDIR}/examples/matrix/set_all.rb 180${GEM_LIBDIR}/examples/matrix/set_all.rb
181${GEM_LIBDIR}/examples/matrix/view.rb 181${GEM_LIBDIR}/examples/matrix/view.rb
182${GEM_LIBDIR}/examples/matrix/view_all.rb 182${GEM_LIBDIR}/examples/matrix/view_all.rb
183${GEM_LIBDIR}/examples/matrix/write.rb 183${GEM_LIBDIR}/examples/matrix/write.rb
184${GEM_LIBDIR}/examples/min.rb 184${GEM_LIBDIR}/examples/min.rb
185${GEM_LIBDIR}/examples/monte/miser.rb 185${GEM_LIBDIR}/examples/monte/miser.rb
186${GEM_LIBDIR}/examples/monte/monte.rb 186${GEM_LIBDIR}/examples/monte/monte.rb
187${GEM_LIBDIR}/examples/monte/plain.rb 187${GEM_LIBDIR}/examples/monte/plain.rb
188${GEM_LIBDIR}/examples/monte/vegas.rb 188${GEM_LIBDIR}/examples/monte/vegas.rb
189${GEM_LIBDIR}/examples/multimin/bundle.rb 189${GEM_LIBDIR}/examples/multimin/bundle.rb
190${GEM_LIBDIR}/examples/multimin/cqp.rb 190${GEM_LIBDIR}/examples/multimin/cqp.rb
191${GEM_LIBDIR}/examples/multimin/fdfminimizer.rb 191${GEM_LIBDIR}/examples/multimin/fdfminimizer.rb
192${GEM_LIBDIR}/examples/multimin/fminimizer.rb 192${GEM_LIBDIR}/examples/multimin/fminimizer.rb
193${GEM_LIBDIR}/examples/multiroot/demo.rb 193${GEM_LIBDIR}/examples/multiroot/demo.rb
194${GEM_LIBDIR}/examples/multiroot/fdfsolver.rb 194${GEM_LIBDIR}/examples/multiroot/fdfsolver.rb
195${GEM_LIBDIR}/examples/multiroot/fsolver.rb 195${GEM_LIBDIR}/examples/multiroot/fsolver.rb
196${GEM_LIBDIR}/examples/multiroot/fsolver2.rb 196${GEM_LIBDIR}/examples/multiroot/fsolver2.rb
197${GEM_LIBDIR}/examples/multiroot/fsolver3.rb 197${GEM_LIBDIR}/examples/multiroot/fsolver3.rb
198${GEM_LIBDIR}/examples/narray/histogram.rb 198${GEM_LIBDIR}/examples/narray/histogram.rb
199${GEM_LIBDIR}/examples/narray/mandel.rb 199${GEM_LIBDIR}/examples/narray/mandel.rb
200${GEM_LIBDIR}/examples/narray/narray.rb 200${GEM_LIBDIR}/examples/narray/narray.rb
201${GEM_LIBDIR}/examples/narray/narray2.rb 201${GEM_LIBDIR}/examples/narray/narray2.rb
202${GEM_LIBDIR}/examples/narray/sf.rb 202${GEM_LIBDIR}/examples/narray/sf.rb
203${GEM_LIBDIR}/examples/ntuple/create.rb 203${GEM_LIBDIR}/examples/ntuple/create.rb
204${GEM_LIBDIR}/examples/ntuple/project.rb 204${GEM_LIBDIR}/examples/ntuple/project.rb
205${GEM_LIBDIR}/examples/odeiv/binarysystem.gp 205${GEM_LIBDIR}/examples/odeiv/binarysystem.gp
206${GEM_LIBDIR}/examples/odeiv/binarysystem.rb 206${GEM_LIBDIR}/examples/odeiv/binarysystem.rb
207${GEM_LIBDIR}/examples/odeiv/demo.gp 207${GEM_LIBDIR}/examples/odeiv/demo.gp
208${GEM_LIBDIR}/examples/odeiv/demo.rb 208${GEM_LIBDIR}/examples/odeiv/demo.rb
209${GEM_LIBDIR}/examples/odeiv/demo2.gp 209${GEM_LIBDIR}/examples/odeiv/demo2.gp
210${GEM_LIBDIR}/examples/odeiv/duffing.rb 210${GEM_LIBDIR}/examples/odeiv/duffing.rb
211${GEM_LIBDIR}/examples/odeiv/frei1.rb 211${GEM_LIBDIR}/examples/odeiv/frei1.rb
212${GEM_LIBDIR}/examples/odeiv/frei2.rb 212${GEM_LIBDIR}/examples/odeiv/frei2.rb
213${GEM_LIBDIR}/examples/odeiv/legendre.rb 213${GEM_LIBDIR}/examples/odeiv/legendre.rb
214${GEM_LIBDIR}/examples/odeiv/odeiv.rb 214${GEM_LIBDIR}/examples/odeiv/odeiv.rb
215${GEM_LIBDIR}/examples/odeiv/odeiv2.rb 215${GEM_LIBDIR}/examples/odeiv/odeiv2.rb
216${GEM_LIBDIR}/examples/odeiv/oscillator.rb 216${GEM_LIBDIR}/examples/odeiv/oscillator.rb
217${GEM_LIBDIR}/examples/odeiv/sedov.rb 217${GEM_LIBDIR}/examples/odeiv/sedov.rb
218${GEM_LIBDIR}/examples/odeiv/whitedwarf.gp 218${GEM_LIBDIR}/examples/odeiv/whitedwarf.gp
219${GEM_LIBDIR}/examples/odeiv/whitedwarf.rb 219${GEM_LIBDIR}/examples/odeiv/whitedwarf.rb
220${GEM_LIBDIR}/examples/ool/conmin.rb 220${GEM_LIBDIR}/examples/ool/conmin.rb
221${GEM_LIBDIR}/examples/ool/gencan.rb 221${GEM_LIBDIR}/examples/ool/gencan.rb
222${GEM_LIBDIR}/examples/ool/pgrad.rb 222${GEM_LIBDIR}/examples/ool/pgrad.rb
223${GEM_LIBDIR}/examples/ool/spg.rb 223${GEM_LIBDIR}/examples/ool/spg.rb
224${GEM_LIBDIR}/examples/pdf/bernoulli.rb 224${GEM_LIBDIR}/examples/pdf/bernoulli.rb
225${GEM_LIBDIR}/examples/pdf/beta.rb 225${GEM_LIBDIR}/examples/pdf/beta.rb
226${GEM_LIBDIR}/examples/pdf/binomiral.rb 226${GEM_LIBDIR}/examples/pdf/binomiral.rb
227${GEM_LIBDIR}/examples/pdf/cauchy.rb 227${GEM_LIBDIR}/examples/pdf/cauchy.rb
228${GEM_LIBDIR}/examples/pdf/chisq.rb 228${GEM_LIBDIR}/examples/pdf/chisq.rb
229${GEM_LIBDIR}/examples/pdf/exponential.rb 229${GEM_LIBDIR}/examples/pdf/exponential.rb
230${GEM_LIBDIR}/examples/pdf/exppow.rb 230${GEM_LIBDIR}/examples/pdf/exppow.rb
231${GEM_LIBDIR}/examples/pdf/fdist.rb 231${GEM_LIBDIR}/examples/pdf/fdist.rb
232${GEM_LIBDIR}/examples/pdf/flat.rb 232${GEM_LIBDIR}/examples/pdf/flat.rb
233${GEM_LIBDIR}/examples/pdf/gamma.rb 233${GEM_LIBDIR}/examples/pdf/gamma.rb
234${GEM_LIBDIR}/examples/pdf/gauss-tail.rb 234${GEM_LIBDIR}/examples/pdf/gauss-tail.rb
235${GEM_LIBDIR}/examples/pdf/gauss.rb 235${GEM_LIBDIR}/examples/pdf/gauss.rb
236${GEM_LIBDIR}/examples/pdf/geometric.rb 236${GEM_LIBDIR}/examples/pdf/geometric.rb
237${GEM_LIBDIR}/examples/pdf/gumbel.rb 237${GEM_LIBDIR}/examples/pdf/gumbel.rb
238${GEM_LIBDIR}/examples/pdf/hypergeometric.rb 238${GEM_LIBDIR}/examples/pdf/hypergeometric.rb
239${GEM_LIBDIR}/examples/pdf/landau.rb 239${GEM_LIBDIR}/examples/pdf/landau.rb
240${GEM_LIBDIR}/examples/pdf/laplace.rb 240${GEM_LIBDIR}/examples/pdf/laplace.rb
241${GEM_LIBDIR}/examples/pdf/logarithmic.rb 241${GEM_LIBDIR}/examples/pdf/logarithmic.rb
242${GEM_LIBDIR}/examples/pdf/logistic.rb 242${GEM_LIBDIR}/examples/pdf/logistic.rb
243${GEM_LIBDIR}/examples/pdf/lognormal.rb 243${GEM_LIBDIR}/examples/pdf/lognormal.rb
244${GEM_LIBDIR}/examples/pdf/neg-binomiral.rb 244${GEM_LIBDIR}/examples/pdf/neg-binomiral.rb
245${GEM_LIBDIR}/examples/pdf/pareto.rb 245${GEM_LIBDIR}/examples/pdf/pareto.rb
246${GEM_LIBDIR}/examples/pdf/pascal.rb 246${GEM_LIBDIR}/examples/pdf/pascal.rb
247${GEM_LIBDIR}/examples/pdf/poisson.rb 247${GEM_LIBDIR}/examples/pdf/poisson.rb
248${GEM_LIBDIR}/examples/pdf/rayleigh-tail.rb 248${GEM_LIBDIR}/examples/pdf/rayleigh-tail.rb
249${GEM_LIBDIR}/examples/pdf/rayleigh.rb 249${GEM_LIBDIR}/examples/pdf/rayleigh.rb
250${GEM_LIBDIR}/examples/pdf/tdist.rb 250${GEM_LIBDIR}/examples/pdf/tdist.rb
251${GEM_LIBDIR}/examples/pdf/weibull.rb 251${GEM_LIBDIR}/examples/pdf/weibull.rb
252${GEM_LIBDIR}/examples/permutation/ex1.rb 252${GEM_LIBDIR}/examples/permutation/ex1.rb
253${GEM_LIBDIR}/examples/permutation/permutation.rb 253${GEM_LIBDIR}/examples/permutation/permutation.rb
254${GEM_LIBDIR}/examples/poly/bell.rb 254${GEM_LIBDIR}/examples/poly/bell.rb
255${GEM_LIBDIR}/examples/poly/bessel.rb 255${GEM_LIBDIR}/examples/poly/bessel.rb
256${GEM_LIBDIR}/examples/poly/cheb.rb 256${GEM_LIBDIR}/examples/poly/cheb.rb
257${GEM_LIBDIR}/examples/poly/cheb_II.rb 257${GEM_LIBDIR}/examples/poly/cheb_II.rb
258${GEM_LIBDIR}/examples/poly/cubic.rb 258${GEM_LIBDIR}/examples/poly/cubic.rb
259${GEM_LIBDIR}/examples/poly/demo.rb 259${GEM_LIBDIR}/examples/poly/demo.rb
260${GEM_LIBDIR}/examples/poly/eval.rb 260${GEM_LIBDIR}/examples/poly/eval.rb
261${GEM_LIBDIR}/examples/poly/eval_derivs.rb 261${GEM_LIBDIR}/examples/poly/eval_derivs.rb
262${GEM_LIBDIR}/examples/poly/fit.rb 262${GEM_LIBDIR}/examples/poly/fit.rb
263${GEM_LIBDIR}/examples/poly/hermite.rb 263${GEM_LIBDIR}/examples/poly/hermite.rb
264${GEM_LIBDIR}/examples/poly/poly.rb 264${GEM_LIBDIR}/examples/poly/poly.rb
265${GEM_LIBDIR}/examples/poly/quadratic.rb 265${GEM_LIBDIR}/examples/poly/quadratic.rb
266${GEM_LIBDIR}/examples/random/diffusion.rb 266${GEM_LIBDIR}/examples/random/diffusion.rb
267${GEM_LIBDIR}/examples/random/gaussian.rb 267${GEM_LIBDIR}/examples/random/gaussian.rb
268${GEM_LIBDIR}/examples/random/generator.rb 268${GEM_LIBDIR}/examples/random/generator.rb
269${GEM_LIBDIR}/examples/random/hdsobol.rb 269${GEM_LIBDIR}/examples/random/hdsobol.rb
270${GEM_LIBDIR}/examples/random/poisson.rb 270${GEM_LIBDIR}/examples/random/poisson.rb
271${GEM_LIBDIR}/examples/random/qrng.rb 271${GEM_LIBDIR}/examples/random/qrng.rb
272${GEM_LIBDIR}/examples/random/randomwalk.rb 272${GEM_LIBDIR}/examples/random/randomwalk.rb
273${GEM_LIBDIR}/examples/random/randomwalk2d.rb 273${GEM_LIBDIR}/examples/random/randomwalk2d.rb
274${GEM_LIBDIR}/examples/random/rayleigh.rb 274${GEM_LIBDIR}/examples/random/rayleigh.rb
275${GEM_LIBDIR}/examples/random/rng.rb 275${GEM_LIBDIR}/examples/random/rng.rb
276${GEM_LIBDIR}/examples/random/rngextra.rb 276${GEM_LIBDIR}/examples/random/rngextra.rb
277${GEM_LIBDIR}/examples/roots/bisection.rb 277${GEM_LIBDIR}/examples/roots/bisection.rb
278${GEM_LIBDIR}/examples/roots/brent.rb 278${GEM_LIBDIR}/examples/roots/brent.rb
279${GEM_LIBDIR}/examples/roots/demo.rb 279${GEM_LIBDIR}/examples/roots/demo.rb
280${GEM_LIBDIR}/examples/roots/newton.rb 280${GEM_LIBDIR}/examples/roots/newton.rb
281${GEM_LIBDIR}/examples/roots/recombination.gp 281${GEM_LIBDIR}/examples/roots/recombination.gp
282${GEM_LIBDIR}/examples/roots/recombination.rb 282${GEM_LIBDIR}/examples/roots/recombination.rb
283${GEM_LIBDIR}/examples/roots/steffenson.rb 283${GEM_LIBDIR}/examples/roots/steffenson.rb
284${GEM_LIBDIR}/examples/sf/ShiChi.rb 284${GEM_LIBDIR}/examples/sf/ShiChi.rb
285${GEM_LIBDIR}/examples/sf/SiCi.rb 285${GEM_LIBDIR}/examples/sf/SiCi.rb
286${GEM_LIBDIR}/examples/sf/airy_Ai.rb 286${GEM_LIBDIR}/examples/sf/airy_Ai.rb
287${GEM_LIBDIR}/examples/sf/airy_Bi.rb 287${GEM_LIBDIR}/examples/sf/airy_Bi.rb
288${GEM_LIBDIR}/examples/sf/bessel_IK.rb 288${GEM_LIBDIR}/examples/sf/bessel_IK.rb
289${GEM_LIBDIR}/examples/sf/bessel_JY.rb 289${GEM_LIBDIR}/examples/sf/bessel_JY.rb
290${GEM_LIBDIR}/examples/sf/beta_inc.rb 290${GEM_LIBDIR}/examples/sf/beta_inc.rb
291${GEM_LIBDIR}/examples/sf/clausen.rb 291${GEM_LIBDIR}/examples/sf/clausen.rb
292${GEM_LIBDIR}/examples/sf/dawson.rb 292${GEM_LIBDIR}/examples/sf/dawson.rb
293${GEM_LIBDIR}/examples/sf/debye.rb 293${GEM_LIBDIR}/examples/sf/debye.rb
294${GEM_LIBDIR}/examples/sf/dilog.rb 294${GEM_LIBDIR}/examples/sf/dilog.rb
295${GEM_LIBDIR}/examples/sf/ellint.rb 295${GEM_LIBDIR}/examples/sf/ellint.rb
296${GEM_LIBDIR}/examples/sf/expint.rb 296${GEM_LIBDIR}/examples/sf/expint.rb
297${GEM_LIBDIR}/examples/sf/fermi.rb 297${GEM_LIBDIR}/examples/sf/fermi.rb
298${GEM_LIBDIR}/examples/sf/gamma_inc_P.rb 298${GEM_LIBDIR}/examples/sf/gamma_inc_P.rb
299${GEM_LIBDIR}/examples/sf/gegenbauer.rb 299${GEM_LIBDIR}/examples/sf/gegenbauer.rb
300${GEM_LIBDIR}/examples/sf/hyperg.rb 300${GEM_LIBDIR}/examples/sf/hyperg.rb
301${GEM_LIBDIR}/examples/sf/laguerre.rb 301${GEM_LIBDIR}/examples/sf/laguerre.rb
302${GEM_LIBDIR}/examples/sf/lambertW.rb 302${GEM_LIBDIR}/examples/sf/lambertW.rb
303${GEM_LIBDIR}/examples/sf/legendre_P.rb 303${GEM_LIBDIR}/examples/sf/legendre_P.rb
304${GEM_LIBDIR}/examples/sf/lngamma.rb 304${GEM_LIBDIR}/examples/sf/lngamma.rb
305${GEM_LIBDIR}/examples/sf/psi.rb 305${GEM_LIBDIR}/examples/sf/psi.rb
306${GEM_LIBDIR}/examples/sf/sphbessel.gp 306${GEM_LIBDIR}/examples/sf/sphbessel.gp
307${GEM_LIBDIR}/examples/sf/sphbessel.rb 307${GEM_LIBDIR}/examples/sf/sphbessel.rb
308${GEM_LIBDIR}/examples/sf/synchrotron.rb 308${GEM_LIBDIR}/examples/sf/synchrotron.rb
309${GEM_LIBDIR}/examples/sf/transport.rb 309${GEM_LIBDIR}/examples/sf/transport.rb
310${GEM_LIBDIR}/examples/sf/zetam1.rb 310${GEM_LIBDIR}/examples/sf/zetam1.rb
311${GEM_LIBDIR}/examples/siman.rb 311${GEM_LIBDIR}/examples/siman.rb
312${GEM_LIBDIR}/examples/sort/heapsort.rb 312${GEM_LIBDIR}/examples/sort/heapsort.rb
313${GEM_LIBDIR}/examples/sort/heapsort_vector_complex.rb 313${GEM_LIBDIR}/examples/sort/heapsort_vector_complex.rb
314${GEM_LIBDIR}/examples/sort/sort.rb 314${GEM_LIBDIR}/examples/sort/sort.rb
315${GEM_LIBDIR}/examples/sort/sort2.rb 315${GEM_LIBDIR}/examples/sort/sort2.rb
316${GEM_LIBDIR}/examples/stats/mean.rb 316${GEM_LIBDIR}/examples/stats/mean.rb
317${GEM_LIBDIR}/examples/stats/statistics.rb 317${GEM_LIBDIR}/examples/stats/statistics.rb
318${GEM_LIBDIR}/examples/stats/test.rb 318${GEM_LIBDIR}/examples/stats/test.rb
319${GEM_LIBDIR}/examples/sum.rb 319${GEM_LIBDIR}/examples/sum.rb
320${GEM_LIBDIR}/examples/tamu_anova.rb 320${GEM_LIBDIR}/examples/tamu_anova.rb
321${GEM_LIBDIR}/examples/vector/a.dat 321${GEM_LIBDIR}/examples/vector/a.dat
322${GEM_LIBDIR}/examples/vector/add.rb 322${GEM_LIBDIR}/examples/vector/add.rb
323${GEM_LIBDIR}/examples/vector/b.dat 323${GEM_LIBDIR}/examples/vector/b.dat
324${GEM_LIBDIR}/examples/vector/c.dat 324${GEM_LIBDIR}/examples/vector/c.dat
325${GEM_LIBDIR}/examples/vector/collect.rb 325${GEM_LIBDIR}/examples/vector/collect.rb
326${GEM_LIBDIR}/examples/vector/compare.rb 326${GEM_LIBDIR}/examples/vector/compare.rb
327${GEM_LIBDIR}/examples/vector/complex.rb 327${GEM_LIBDIR}/examples/vector/complex.rb
328${GEM_LIBDIR}/examples/vector/complex_get_all.rb 328${GEM_LIBDIR}/examples/vector/complex_get_all.rb
329${GEM_LIBDIR}/examples/vector/complex_set_all.rb 329${GEM_LIBDIR}/examples/vector/complex_set_all.rb
330${GEM_LIBDIR}/examples/vector/complex_view_all.rb 330${GEM_LIBDIR}/examples/vector/complex_view_all.rb
331${GEM_LIBDIR}/examples/vector/connect.rb 331${GEM_LIBDIR}/examples/vector/connect.rb
332${GEM_LIBDIR}/examples/vector/decimate.rb 332${GEM_LIBDIR}/examples/vector/decimate.rb
333${GEM_LIBDIR}/examples/vector/diff.rb 333${GEM_LIBDIR}/examples/vector/diff.rb
334${GEM_LIBDIR}/examples/vector/filescan.rb 334${GEM_LIBDIR}/examples/vector/filescan.rb
335${GEM_LIBDIR}/examples/vector/floor.rb 335${GEM_LIBDIR}/examples/vector/floor.rb
336${GEM_LIBDIR}/examples/vector/get_all.rb 336${GEM_LIBDIR}/examples/vector/get_all.rb
337${GEM_LIBDIR}/examples/vector/gnuplot.rb 337${GEM_LIBDIR}/examples/vector/gnuplot.rb
338${GEM_LIBDIR}/examples/vector/graph.rb 338${GEM_LIBDIR}/examples/vector/graph.rb
339${GEM_LIBDIR}/examples/vector/histogram.rb 339${GEM_LIBDIR}/examples/vector/histogram.rb
340${GEM_LIBDIR}/examples/vector/linspace.rb 340${GEM_LIBDIR}/examples/vector/linspace.rb
341${GEM_LIBDIR}/examples/vector/log.rb 341${GEM_LIBDIR}/examples/vector/log.rb
342${GEM_LIBDIR}/examples/vector/logic.rb 342${GEM_LIBDIR}/examples/vector/logic.rb
343${GEM_LIBDIR}/examples/vector/logspace.rb 343${GEM_LIBDIR}/examples/vector/logspace.rb
344${GEM_LIBDIR}/examples/vector/minmax.rb 344${GEM_LIBDIR}/examples/vector/minmax.rb
345${GEM_LIBDIR}/examples/vector/mul.rb 345${GEM_LIBDIR}/examples/vector/mul.rb
346${GEM_LIBDIR}/examples/vector/narray.rb 346${GEM_LIBDIR}/examples/vector/narray.rb
347${GEM_LIBDIR}/examples/vector/read.rb 347${GEM_LIBDIR}/examples/vector/read.rb
348${GEM_LIBDIR}/examples/vector/set.rb 348${GEM_LIBDIR}/examples/vector/set.rb
349${GEM_LIBDIR}/examples/vector/set_all.rb 349${GEM_LIBDIR}/examples/vector/set_all.rb
350${GEM_LIBDIR}/examples/vector/smpv.dat 350${GEM_LIBDIR}/examples/vector/smpv.dat
351${GEM_LIBDIR}/examples/vector/test.rb 351${GEM_LIBDIR}/examples/vector/test.rb
352${GEM_LIBDIR}/examples/vector/test_gslblock.rb 352${GEM_LIBDIR}/examples/vector/test_gslblock.rb
353${GEM_LIBDIR}/examples/vector/vector.rb 353${GEM_LIBDIR}/examples/vector/vector.rb
354${GEM_LIBDIR}/examples/vector/view.rb 354${GEM_LIBDIR}/examples/vector/view.rb
355${GEM_LIBDIR}/examples/vector/view_all.rb 355${GEM_LIBDIR}/examples/vector/view_all.rb
356${GEM_LIBDIR}/examples/vector/where.rb 356${GEM_LIBDIR}/examples/vector/where.rb
357${GEM_LIBDIR}/examples/vector/write.rb 357${GEM_LIBDIR}/examples/vector/write.rb
358${GEM_LIBDIR}/examples/vector/zip.rb 358${GEM_LIBDIR}/examples/vector/zip.rb
359${GEM_LIBDIR}/examples/wavelet/ecg.dat 359${GEM_LIBDIR}/examples/wavelet/ecg.dat
360${GEM_LIBDIR}/examples/wavelet/wavelet1.rb 360${GEM_LIBDIR}/examples/wavelet/wavelet1.rb
361${GEM_LIBDIR}/ext/gsl_native/alf.c 361${GEM_LIBDIR}/ext/gsl_native/alf.c
362${GEM_LIBDIR}/ext/gsl_native/array.c 362${GEM_LIBDIR}/ext/gsl_native/array.c
363${GEM_LIBDIR}/ext/gsl_native/array_complex.c 363${GEM_LIBDIR}/ext/gsl_native/array_complex.c
364${GEM_LIBDIR}/ext/gsl_native/blas.c 364${GEM_LIBDIR}/ext/gsl_native/blas.c
365${GEM_LIBDIR}/ext/gsl_native/blas1.c 365${GEM_LIBDIR}/ext/gsl_native/blas1.c
366${GEM_LIBDIR}/ext/gsl_native/blas2.c 366${GEM_LIBDIR}/ext/gsl_native/blas2.c
367${GEM_LIBDIR}/ext/gsl_native/blas3.c 367${GEM_LIBDIR}/ext/gsl_native/blas3.c
368${GEM_LIBDIR}/ext/gsl_native/block.c 368${GEM_LIBDIR}/ext/gsl_native/block.c
369${GEM_LIBDIR}/ext/gsl_native/block_source.h 369${GEM_LIBDIR}/ext/gsl_native/block_source.h
370${GEM_LIBDIR}/ext/gsl_native/bspline.c 370${GEM_LIBDIR}/ext/gsl_native/bspline.c
371${GEM_LIBDIR}/ext/gsl_native/bundle.c 371${GEM_LIBDIR}/ext/gsl_native/bundle.c
372${GEM_LIBDIR}/ext/gsl_native/cdf.c 372${GEM_LIBDIR}/ext/gsl_native/cdf.c
373${GEM_LIBDIR}/ext/gsl_native/cheb.c 373${GEM_LIBDIR}/ext/gsl_native/cheb.c
374${GEM_LIBDIR}/ext/gsl_native/combination.c 374${GEM_LIBDIR}/ext/gsl_native/combination.c
375${GEM_LIBDIR}/ext/gsl_native/common.c 375${GEM_LIBDIR}/ext/gsl_native/common.c
376${GEM_LIBDIR}/ext/gsl_native/complex.c 376${GEM_LIBDIR}/ext/gsl_native/complex.c
377${GEM_LIBDIR}/ext/gsl_native/const.c 377${GEM_LIBDIR}/ext/gsl_native/const.c
378${GEM_LIBDIR}/ext/gsl_native/const_additional.c 378${GEM_LIBDIR}/ext/gsl_native/const_additional.c
379${GEM_LIBDIR}/ext/gsl_native/cqp.c 379${GEM_LIBDIR}/ext/gsl_native/cqp.c
380${GEM_LIBDIR}/ext/gsl_native/deriv.c 380${GEM_LIBDIR}/ext/gsl_native/deriv.c
381${GEM_LIBDIR}/ext/gsl_native/dht.c 381${GEM_LIBDIR}/ext/gsl_native/dht.c
382${GEM_LIBDIR}/ext/gsl_native/diff.c 382${GEM_LIBDIR}/ext/gsl_native/diff.c
383${GEM_LIBDIR}/ext/gsl_native/dirac.c 383${GEM_LIBDIR}/ext/gsl_native/dirac.c
384${GEM_LIBDIR}/ext/gsl_native/eigen.c 384${GEM_LIBDIR}/ext/gsl_native/eigen.c
385${GEM_LIBDIR}/ext/gsl_native/error.c 385${GEM_LIBDIR}/ext/gsl_native/error.c
386${GEM_LIBDIR}/ext/gsl_native/extconf.rb 386${GEM_LIBDIR}/ext/gsl_native/extconf.rb
387${GEM_LIBDIR}/ext/gsl_native/fft.c 387${GEM_LIBDIR}/ext/gsl_native/fft.c
388${GEM_LIBDIR}/ext/gsl_native/fit.c 388${GEM_LIBDIR}/ext/gsl_native/fit.c
389${GEM_LIBDIR}/ext/gsl_native/fresnel.c 389${GEM_LIBDIR}/ext/gsl_native/fresnel.c
390${GEM_LIBDIR}/ext/gsl_native/function.c 390${GEM_LIBDIR}/ext/gsl_native/function.c
391${GEM_LIBDIR}/ext/gsl_native/geometry.c 391${GEM_LIBDIR}/ext/gsl_native/geometry.c
392${GEM_LIBDIR}/ext/gsl_native/graph.c 392${GEM_LIBDIR}/ext/gsl_native/graph.c
393${GEM_LIBDIR}/ext/gsl_native/gsl.c 393${GEM_LIBDIR}/ext/gsl_native/gsl.c
394${GEM_LIBDIR}/ext/gsl_native/gsl_narray.c 394${GEM_LIBDIR}/ext/gsl_native/gsl_narray.c
 395${GEM_LIBDIR}/ext/gsl_native/gsl_nmatrix.c
395${GEM_LIBDIR}/ext/gsl_native/histogram.c 396${GEM_LIBDIR}/ext/gsl_native/histogram.c
396${GEM_LIBDIR}/ext/gsl_native/histogram2d.c 397${GEM_LIBDIR}/ext/gsl_native/histogram2d.c
397${GEM_LIBDIR}/ext/gsl_native/histogram3d.c 398${GEM_LIBDIR}/ext/gsl_native/histogram3d.c
398${GEM_LIBDIR}/ext/gsl_native/histogram3d_source.c 399${GEM_LIBDIR}/ext/gsl_native/histogram3d_source.c
399${GEM_LIBDIR}/ext/gsl_native/histogram_find.c 400${GEM_LIBDIR}/ext/gsl_native/histogram_find.c
400${GEM_LIBDIR}/ext/gsl_native/histogram_oper.c 401${GEM_LIBDIR}/ext/gsl_native/histogram_oper.c
401${GEM_LIBDIR}/ext/gsl_native/ieee.c 402${GEM_LIBDIR}/ext/gsl_native/ieee.c
402${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl.h 403${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl.h
403${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_array.h 404${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_array.h
404${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_cheb.h 405${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_cheb.h
405${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_common.h 406${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_common.h
406${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_complex.h 407${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_complex.h
407${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_const.h 408${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_const.h
408${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_dirac.h 409${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_dirac.h
409${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_eigen.h 410${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_eigen.h
410${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_fft.h 411${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_fft.h
411${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_fit.h 412${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_fit.h
412${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_function.h 413${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_function.h
413${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_graph.h 414${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_graph.h
414${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_histogram.h 415${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_histogram.h
415${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_histogram3d.h 416${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_histogram3d.h
416${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_integration.h 417${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_integration.h
417${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_interp.h 418${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_interp.h
418${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_linalg.h 419${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_linalg.h
419${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_math.h 420${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_math.h
420${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_odeiv.h 421${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_odeiv.h
421${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_poly.h 422${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_poly.h
422${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rational.h 423${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rational.h
423${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rng.h 424${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rng.h
424${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_root.h 425${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_root.h
425${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_sf.h 426${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_sf.h
426${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_statistics.h 427${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_statistics.h
427${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_tensor.h 428${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_tensor.h
428${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_narray.h 429${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_narray.h
 430${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_nmatrix.h
429${GEM_LIBDIR}/ext/gsl_native/include/templates_off.h 431${GEM_LIBDIR}/ext/gsl_native/include/templates_off.h
430${GEM_LIBDIR}/ext/gsl_native/include/templates_on.h 432${GEM_LIBDIR}/ext/gsl_native/include/templates_on.h
431${GEM_LIBDIR}/ext/gsl_native/integration.c 433${GEM_LIBDIR}/ext/gsl_native/integration.c
432${GEM_LIBDIR}/ext/gsl_native/interp.c 434${GEM_LIBDIR}/ext/gsl_native/interp.c
433${GEM_LIBDIR}/ext/gsl_native/jacobi.c 435${GEM_LIBDIR}/ext/gsl_native/jacobi.c
434${GEM_LIBDIR}/ext/gsl_native/linalg.c 436${GEM_LIBDIR}/ext/gsl_native/linalg.c
435${GEM_LIBDIR}/ext/gsl_native/linalg_complex.c 437${GEM_LIBDIR}/ext/gsl_native/linalg_complex.c
436${GEM_LIBDIR}/ext/gsl_native/math.c 438${GEM_LIBDIR}/ext/gsl_native/math.c
437${GEM_LIBDIR}/ext/gsl_native/matrix.c 439${GEM_LIBDIR}/ext/gsl_native/matrix.c
438${GEM_LIBDIR}/ext/gsl_native/matrix_complex.c 440${GEM_LIBDIR}/ext/gsl_native/matrix_complex.c
439${GEM_LIBDIR}/ext/gsl_native/matrix_double.c 441${GEM_LIBDIR}/ext/gsl_native/matrix_double.c
440${GEM_LIBDIR}/ext/gsl_native/matrix_int.c 442${GEM_LIBDIR}/ext/gsl_native/matrix_int.c
441${GEM_LIBDIR}/ext/gsl_native/matrix_source.h 443${GEM_LIBDIR}/ext/gsl_native/matrix_source.h
442${GEM_LIBDIR}/ext/gsl_native/min.c 444${GEM_LIBDIR}/ext/gsl_native/min.c
443${GEM_LIBDIR}/ext/gsl_native/monte.c 445${GEM_LIBDIR}/ext/gsl_native/monte.c
444${GEM_LIBDIR}/ext/gsl_native/multifit.c 446${GEM_LIBDIR}/ext/gsl_native/multifit.c
445${GEM_LIBDIR}/ext/gsl_native/multimin.c 447${GEM_LIBDIR}/ext/gsl_native/multimin.c
446${GEM_LIBDIR}/ext/gsl_native/multimin_fsdf.c 448${GEM_LIBDIR}/ext/gsl_native/multimin_fsdf.c
447${GEM_LIBDIR}/ext/gsl_native/multiroots.c 449${GEM_LIBDIR}/ext/gsl_native/multiroots.c
448${GEM_LIBDIR}/ext/gsl_native/multiset.c 450${GEM_LIBDIR}/ext/gsl_native/multiset.c
449${GEM_LIBDIR}/ext/gsl_native/ndlinear.c 451${GEM_LIBDIR}/ext/gsl_native/ndlinear.c
450${GEM_LIBDIR}/ext/gsl_native/nmf.c 452${GEM_LIBDIR}/ext/gsl_native/nmf.c
451${GEM_LIBDIR}/ext/gsl_native/nmf_wrap.c 453${GEM_LIBDIR}/ext/gsl_native/nmf_wrap.c
452${GEM_LIBDIR}/ext/gsl_native/ntuple.c 454${GEM_LIBDIR}/ext/gsl_native/ntuple.c
453${GEM_LIBDIR}/ext/gsl_native/odeiv.c 455${GEM_LIBDIR}/ext/gsl_native/odeiv.c
454${GEM_LIBDIR}/ext/gsl_native/ool.c 456${GEM_LIBDIR}/ext/gsl_native/ool.c
455${GEM_LIBDIR}/ext/gsl_native/permutation.c 457${GEM_LIBDIR}/ext/gsl_native/permutation.c
456${GEM_LIBDIR}/ext/gsl_native/poly.c 458${GEM_LIBDIR}/ext/gsl_native/poly.c
457${GEM_LIBDIR}/ext/gsl_native/poly2.c 459${GEM_LIBDIR}/ext/gsl_native/poly2.c
458${GEM_LIBDIR}/ext/gsl_native/poly_source.h 460${GEM_LIBDIR}/ext/gsl_native/poly_source.h
459${GEM_LIBDIR}/ext/gsl_native/qrng.c 461${GEM_LIBDIR}/ext/gsl_native/qrng.c
460${GEM_LIBDIR}/ext/gsl_native/randist.c 462${GEM_LIBDIR}/ext/gsl_native/randist.c
461${GEM_LIBDIR}/ext/gsl_native/rational.c 463${GEM_LIBDIR}/ext/gsl_native/rational.c
462${GEM_LIBDIR}/ext/gsl_native/rng.c 464${GEM_LIBDIR}/ext/gsl_native/rng.c
463${GEM_LIBDIR}/ext/gsl_native/root.c 465${GEM_LIBDIR}/ext/gsl_native/root.c
464${GEM_LIBDIR}/ext/gsl_native/sf.c 466${GEM_LIBDIR}/ext/gsl_native/sf.c
465${GEM_LIBDIR}/ext/gsl_native/sf_airy.c 467${GEM_LIBDIR}/ext/gsl_native/sf_airy.c
466${GEM_LIBDIR}/ext/gsl_native/sf_bessel.c 468${GEM_LIBDIR}/ext/gsl_native/sf_bessel.c
467${GEM_LIBDIR}/ext/gsl_native/sf_clausen.c 469${GEM_LIBDIR}/ext/gsl_native/sf_clausen.c
468${GEM_LIBDIR}/ext/gsl_native/sf_coulomb.c 470${GEM_LIBDIR}/ext/gsl_native/sf_coulomb.c
469${GEM_LIBDIR}/ext/gsl_native/sf_coupling.c 471${GEM_LIBDIR}/ext/gsl_native/sf_coupling.c
470${GEM_LIBDIR}/ext/gsl_native/sf_dawson.c 472${GEM_LIBDIR}/ext/gsl_native/sf_dawson.c
471${GEM_LIBDIR}/ext/gsl_native/sf_debye.c 473${GEM_LIBDIR}/ext/gsl_native/sf_debye.c
472${GEM_LIBDIR}/ext/gsl_native/sf_dilog.c 474${GEM_LIBDIR}/ext/gsl_native/sf_dilog.c
473${GEM_LIBDIR}/ext/gsl_native/sf_elementary.c 475${GEM_LIBDIR}/ext/gsl_native/sf_elementary.c
474${GEM_LIBDIR}/ext/gsl_native/sf_ellint.c 476${GEM_LIBDIR}/ext/gsl_native/sf_ellint.c
475${GEM_LIBDIR}/ext/gsl_native/sf_elljac.c 477${GEM_LIBDIR}/ext/gsl_native/sf_elljac.c
476${GEM_LIBDIR}/ext/gsl_native/sf_erfc.c 478${GEM_LIBDIR}/ext/gsl_native/sf_erfc.c
477${GEM_LIBDIR}/ext/gsl_native/sf_exp.c 479${GEM_LIBDIR}/ext/gsl_native/sf_exp.c
478${GEM_LIBDIR}/ext/gsl_native/sf_expint.c 480${GEM_LIBDIR}/ext/gsl_native/sf_expint.c
479${GEM_LIBDIR}/ext/gsl_native/sf_fermi_dirac.c 481${GEM_LIBDIR}/ext/gsl_native/sf_fermi_dirac.c
480${GEM_LIBDIR}/ext/gsl_native/sf_gamma.c 482${GEM_LIBDIR}/ext/gsl_native/sf_gamma.c
481${GEM_LIBDIR}/ext/gsl_native/sf_gegenbauer.c 483${GEM_LIBDIR}/ext/gsl_native/sf_gegenbauer.c
482${GEM_LIBDIR}/ext/gsl_native/sf_hyperg.c 484${GEM_LIBDIR}/ext/gsl_native/sf_hyperg.c
483${GEM_LIBDIR}/ext/gsl_native/sf_laguerre.c 485${GEM_LIBDIR}/ext/gsl_native/sf_laguerre.c
484${GEM_LIBDIR}/ext/gsl_native/sf_lambert.c 486${GEM_LIBDIR}/ext/gsl_native/sf_lambert.c
485${GEM_LIBDIR}/ext/gsl_native/sf_legendre.c 487${GEM_LIBDIR}/ext/gsl_native/sf_legendre.c
486${GEM_LIBDIR}/ext/gsl_native/sf_log.c 488${GEM_LIBDIR}/ext/gsl_native/sf_log.c
487${GEM_LIBDIR}/ext/gsl_native/sf_mathieu.c 489${GEM_LIBDIR}/ext/gsl_native/sf_mathieu.c
488${GEM_LIBDIR}/ext/gsl_native/sf_power.c 490${GEM_LIBDIR}/ext/gsl_native/sf_power.c
489${GEM_LIBDIR}/ext/gsl_native/sf_psi.c 491${GEM_LIBDIR}/ext/gsl_native/sf_psi.c
490${GEM_LIBDIR}/ext/gsl_native/sf_synchrotron.c 492${GEM_LIBDIR}/ext/gsl_native/sf_synchrotron.c
491${GEM_LIBDIR}/ext/gsl_native/sf_transport.c 493${GEM_LIBDIR}/ext/gsl_native/sf_transport.c
492${GEM_LIBDIR}/ext/gsl_native/sf_trigonometric.c 494${GEM_LIBDIR}/ext/gsl_native/sf_trigonometric.c
493${GEM_LIBDIR}/ext/gsl_native/sf_zeta.c 495${GEM_LIBDIR}/ext/gsl_native/sf_zeta.c
494${GEM_LIBDIR}/ext/gsl_native/signal.c 496${GEM_LIBDIR}/ext/gsl_native/signal.c
495${GEM_LIBDIR}/ext/gsl_native/siman.c 497${GEM_LIBDIR}/ext/gsl_native/siman.c
496${GEM_LIBDIR}/ext/gsl_native/sort.c 498${GEM_LIBDIR}/ext/gsl_native/sort.c
497${GEM_LIBDIR}/ext/gsl_native/spline.c 499${GEM_LIBDIR}/ext/gsl_native/spline.c
498${GEM_LIBDIR}/ext/gsl_native/stats.c 500${GEM_LIBDIR}/ext/gsl_native/stats.c
499${GEM_LIBDIR}/ext/gsl_native/sum.c 501${GEM_LIBDIR}/ext/gsl_native/sum.c
500${GEM_LIBDIR}/ext/gsl_native/tamu_anova.c 502${GEM_LIBDIR}/ext/gsl_native/tamu_anova.c
501${GEM_LIBDIR}/ext/gsl_native/tensor.c 503${GEM_LIBDIR}/ext/gsl_native/tensor.c
502${GEM_LIBDIR}/ext/gsl_native/tensor_source.h 504${GEM_LIBDIR}/ext/gsl_native/tensor_source.h
503${GEM_LIBDIR}/ext/gsl_native/vector.c 505${GEM_LIBDIR}/ext/gsl_native/vector.c
504${GEM_LIBDIR}/ext/gsl_native/vector_complex.c 506${GEM_LIBDIR}/ext/gsl_native/vector_complex.c
505${GEM_LIBDIR}/ext/gsl_native/vector_double.c 507${GEM_LIBDIR}/ext/gsl_native/vector_double.c
506${GEM_LIBDIR}/ext/gsl_native/vector_int.c 508${GEM_LIBDIR}/ext/gsl_native/vector_int.c
507${GEM_LIBDIR}/ext/gsl_native/vector_source.h 509${GEM_LIBDIR}/ext/gsl_native/vector_source.h
508${GEM_LIBDIR}/ext/gsl_native/wavelet.c 510${GEM_LIBDIR}/ext/gsl_native/wavelet.c
509${GEM_LIBDIR}/gsl.gemspec 511${GEM_LIBDIR}/gsl.gemspec
510${GEM_LIBDIR}/lib/gsl.rb 512${GEM_LIBDIR}/lib/gsl.rb
511${GEM_LIBDIR}/lib/gsl/gnuplot.rb 513${GEM_LIBDIR}/lib/gsl/gnuplot.rb
512${GEM_LIBDIR}/lib/gsl/oper.rb 514${GEM_LIBDIR}/lib/gsl/oper.rb
513${GEM_LIBDIR}/lib/gsl/version.rb 515${GEM_LIBDIR}/lib/gsl/version.rb
514${GEM_LIBDIR}/lib/gsl_native.${RUBY_DLEXT} 516${GEM_LIBDIR}/lib/gsl_native.${RUBY_DLEXT}
515${GEM_LIBDIR}/lib/ool.rb 517${GEM_LIBDIR}/lib/ool.rb
516${GEM_LIBDIR}/lib/ool/conmin.rb 518${GEM_LIBDIR}/lib/ool/conmin.rb
517${GEM_LIBDIR}/lib/rbgsl.rb 519${GEM_LIBDIR}/lib/rbgsl.rb
518${GEM_LIBDIR}/rdoc/alf.rdoc 520${GEM_LIBDIR}/rdoc/alf.rdoc
519${GEM_LIBDIR}/rdoc/blas.rdoc 521${GEM_LIBDIR}/rdoc/blas.rdoc
520${GEM_LIBDIR}/rdoc/bspline.rdoc 522${GEM_LIBDIR}/rdoc/bspline.rdoc
521${GEM_LIBDIR}/rdoc/changes.rdoc 523${GEM_LIBDIR}/rdoc/changes.rdoc
522${GEM_LIBDIR}/rdoc/cheb.rdoc 524${GEM_LIBDIR}/rdoc/cheb.rdoc
523${GEM_LIBDIR}/rdoc/cholesky_complex.rdoc 525${GEM_LIBDIR}/rdoc/cholesky_complex.rdoc
524${GEM_LIBDIR}/rdoc/combi.rdoc 526${GEM_LIBDIR}/rdoc/combi.rdoc
525${GEM_LIBDIR}/rdoc/complex.rdoc 527${GEM_LIBDIR}/rdoc/complex.rdoc
526${GEM_LIBDIR}/rdoc/const.rdoc 528${GEM_LIBDIR}/rdoc/const.rdoc
527${GEM_LIBDIR}/rdoc/dht.rdoc 529${GEM_LIBDIR}/rdoc/dht.rdoc
528${GEM_LIBDIR}/rdoc/diff.rdoc 530${GEM_LIBDIR}/rdoc/diff.rdoc
529${GEM_LIBDIR}/rdoc/ehandling.rdoc 531${GEM_LIBDIR}/rdoc/ehandling.rdoc
530${GEM_LIBDIR}/rdoc/eigen.rdoc 532${GEM_LIBDIR}/rdoc/eigen.rdoc
531${GEM_LIBDIR}/rdoc/fft.rdoc 533${GEM_LIBDIR}/rdoc/fft.rdoc
532${GEM_LIBDIR}/rdoc/fit.rdoc 534${GEM_LIBDIR}/rdoc/fit.rdoc
533${GEM_LIBDIR}/rdoc/function.rdoc 535${GEM_LIBDIR}/rdoc/function.rdoc
534${GEM_LIBDIR}/rdoc/graph.rdoc 536${GEM_LIBDIR}/rdoc/graph.rdoc
535${GEM_LIBDIR}/rdoc/hist.rdoc 537${GEM_LIBDIR}/rdoc/hist.rdoc
536${GEM_LIBDIR}/rdoc/hist2d.rdoc 538${GEM_LIBDIR}/rdoc/hist2d.rdoc
537${GEM_LIBDIR}/rdoc/hist3d.rdoc 539${GEM_LIBDIR}/rdoc/hist3d.rdoc
538${GEM_LIBDIR}/rdoc/integration.rdoc 540${GEM_LIBDIR}/rdoc/integration.rdoc
539${GEM_LIBDIR}/rdoc/interp.rdoc 541${GEM_LIBDIR}/rdoc/interp.rdoc
540${GEM_LIBDIR}/rdoc/intro.rdoc 542${GEM_LIBDIR}/rdoc/intro.rdoc
541${GEM_LIBDIR}/rdoc/linalg.rdoc 543${GEM_LIBDIR}/rdoc/linalg.rdoc
542${GEM_LIBDIR}/rdoc/linalg_complex.rdoc 544${GEM_LIBDIR}/rdoc/linalg_complex.rdoc
543${GEM_LIBDIR}/rdoc/math.rdoc 545${GEM_LIBDIR}/rdoc/math.rdoc
544${GEM_LIBDIR}/rdoc/matrix.rdoc 546${GEM_LIBDIR}/rdoc/matrix.rdoc
545${GEM_LIBDIR}/rdoc/min.rdoc 547${GEM_LIBDIR}/rdoc/min.rdoc
546${GEM_LIBDIR}/rdoc/monte.rdoc 548${GEM_LIBDIR}/rdoc/monte.rdoc
547${GEM_LIBDIR}/rdoc/multimin.rdoc 549${GEM_LIBDIR}/rdoc/multimin.rdoc
548${GEM_LIBDIR}/rdoc/multiroot.rdoc 550${GEM_LIBDIR}/rdoc/multiroot.rdoc
549${GEM_LIBDIR}/rdoc/narray.rdoc 551${GEM_LIBDIR}/rdoc/narray.rdoc
550${GEM_LIBDIR}/rdoc/ndlinear.rdoc 552${GEM_LIBDIR}/rdoc/ndlinear.rdoc
 553${GEM_LIBDIR}/rdoc/nmatrix.rdoc
551${GEM_LIBDIR}/rdoc/nonlinearfit.rdoc 554${GEM_LIBDIR}/rdoc/nonlinearfit.rdoc
552${GEM_LIBDIR}/rdoc/ntuple.rdoc 555${GEM_LIBDIR}/rdoc/ntuple.rdoc
553${GEM_LIBDIR}/rdoc/odeiv.rdoc 556${GEM_LIBDIR}/rdoc/odeiv.rdoc
554${GEM_LIBDIR}/rdoc/perm.rdoc 557${GEM_LIBDIR}/rdoc/perm.rdoc
555${GEM_LIBDIR}/rdoc/poly.rdoc 558${GEM_LIBDIR}/rdoc/poly.rdoc
556${GEM_LIBDIR}/rdoc/qrng.rdoc 559${GEM_LIBDIR}/rdoc/qrng.rdoc
557${GEM_LIBDIR}/rdoc/randist.rdoc 560${GEM_LIBDIR}/rdoc/randist.rdoc
558${GEM_LIBDIR}/rdoc/ref.rdoc 561${GEM_LIBDIR}/rdoc/ref.rdoc
559${GEM_LIBDIR}/rdoc/rng.rdoc 562${GEM_LIBDIR}/rdoc/rng.rdoc
560${GEM_LIBDIR}/rdoc/roots.rdoc 563${GEM_LIBDIR}/rdoc/roots.rdoc
561${GEM_LIBDIR}/rdoc/sf.rdoc 564${GEM_LIBDIR}/rdoc/sf.rdoc
562${GEM_LIBDIR}/rdoc/siman.rdoc 565${GEM_LIBDIR}/rdoc/siman.rdoc
563${GEM_LIBDIR}/rdoc/sort.rdoc 566${GEM_LIBDIR}/rdoc/sort.rdoc
564${GEM_LIBDIR}/rdoc/start.rdoc 567${GEM_LIBDIR}/rdoc/start.rdoc
565${GEM_LIBDIR}/rdoc/stats.rdoc 568${GEM_LIBDIR}/rdoc/stats.rdoc
566${GEM_LIBDIR}/rdoc/sum.rdoc 569${GEM_LIBDIR}/rdoc/sum.rdoc
567${GEM_LIBDIR}/rdoc/tensor.rdoc 570${GEM_LIBDIR}/rdoc/tensor.rdoc
568${GEM_LIBDIR}/rdoc/tut.rdoc 571${GEM_LIBDIR}/rdoc/tut.rdoc
569${GEM_LIBDIR}/rdoc/use.rdoc 572${GEM_LIBDIR}/rdoc/use.rdoc
570${GEM_LIBDIR}/rdoc/vector.rdoc 573${GEM_LIBDIR}/rdoc/vector.rdoc
571${GEM_LIBDIR}/rdoc/vector_complex.rdoc 574${GEM_LIBDIR}/rdoc/vector_complex.rdoc
572${GEM_LIBDIR}/rdoc/wavelet.rdoc 575${GEM_LIBDIR}/rdoc/wavelet.rdoc
 576${GEM_LIBDIR}/test.sh
573${GEM_LIBDIR}/test/gsl/blas_test.rb 577${GEM_LIBDIR}/test/gsl/blas_test.rb
574${GEM_LIBDIR}/test/gsl/bspline_test.rb 578${GEM_LIBDIR}/test/gsl/bspline_test.rb
575${GEM_LIBDIR}/test/gsl/cdf_test.rb 579${GEM_LIBDIR}/test/gsl/cdf_test.rb
576${GEM_LIBDIR}/test/gsl/cheb_test.rb 580${GEM_LIBDIR}/test/gsl/cheb_test.rb
577${GEM_LIBDIR}/test/gsl/combination_test.rb 581${GEM_LIBDIR}/test/gsl/combination_test.rb
578${GEM_LIBDIR}/test/gsl/complex_test.rb 582${GEM_LIBDIR}/test/gsl/complex_test.rb
579${GEM_LIBDIR}/test/gsl/const_test.rb 583${GEM_LIBDIR}/test/gsl/const_test.rb
580${GEM_LIBDIR}/test/gsl/deriv_test.rb 584${GEM_LIBDIR}/test/gsl/deriv_test.rb
581${GEM_LIBDIR}/test/gsl/dht_test.rb 585${GEM_LIBDIR}/test/gsl/dht_test.rb
582${GEM_LIBDIR}/test/gsl/diff_test.rb 586${GEM_LIBDIR}/test/gsl/diff_test.rb
583${GEM_LIBDIR}/test/gsl/eigen_test.rb 587${GEM_LIBDIR}/test/gsl/eigen_test.rb
584${GEM_LIBDIR}/test/gsl/err_test.rb 588${GEM_LIBDIR}/test/gsl/err_test.rb
585${GEM_LIBDIR}/test/gsl/fit_test.rb 589${GEM_LIBDIR}/test/gsl/fit_test.rb
586${GEM_LIBDIR}/test/gsl/histo_test.rb 590${GEM_LIBDIR}/test/gsl/histo_test.rb
587${GEM_LIBDIR}/test/gsl/index_test.rb 591${GEM_LIBDIR}/test/gsl/index_test.rb
588${GEM_LIBDIR}/test/gsl/integration_test.rb 592${GEM_LIBDIR}/test/gsl/integration_test.rb
589${GEM_LIBDIR}/test/gsl/interp_test.rb 593${GEM_LIBDIR}/test/gsl/interp_test.rb
590${GEM_LIBDIR}/test/gsl/linalg_test.rb 594${GEM_LIBDIR}/test/gsl/linalg_test.rb
591${GEM_LIBDIR}/test/gsl/matrix_nmf_test.rb 595${GEM_LIBDIR}/test/gsl/matrix_nmf_test.rb
592${GEM_LIBDIR}/test/gsl/matrix_test.rb 596${GEM_LIBDIR}/test/gsl/matrix_test.rb
593${GEM_LIBDIR}/test/gsl/min_test.rb 597${GEM_LIBDIR}/test/gsl/min_test.rb
594${GEM_LIBDIR}/test/gsl/monte_test.rb 598${GEM_LIBDIR}/test/gsl/monte_test.rb
595${GEM_LIBDIR}/test/gsl/multifit_test.rb 599${GEM_LIBDIR}/test/gsl/multifit_test.rb
596${GEM_LIBDIR}/test/gsl/multimin_test.rb 600${GEM_LIBDIR}/test/gsl/multimin_test.rb
597${GEM_LIBDIR}/test/gsl/multiroot_test.rb 601${GEM_LIBDIR}/test/gsl/multiroot_test.rb
598${GEM_LIBDIR}/test/gsl/multiset_test.rb 602${GEM_LIBDIR}/test/gsl/multiset_test.rb
 603${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_cheb_test.rb
 604${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_eigen_test.rb
 605${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_gsl_test.rb
 606${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_interp_test.rb
 607${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_linalg_test.rb
 608${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_stats_test.rb
 609${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_wavelet_test.rb
599${GEM_LIBDIR}/test/gsl/odeiv_test.rb 610${GEM_LIBDIR}/test/gsl/odeiv_test.rb
600${GEM_LIBDIR}/test/gsl/oper_test.rb 611${GEM_LIBDIR}/test/gsl/oper_test.rb
601${GEM_LIBDIR}/test/gsl/poly_test.rb 612${GEM_LIBDIR}/test/gsl/poly_test.rb
602${GEM_LIBDIR}/test/gsl/qrng_test.rb 613${GEM_LIBDIR}/test/gsl/qrng_test.rb
603${GEM_LIBDIR}/test/gsl/quartic_test.rb 614${GEM_LIBDIR}/test/gsl/quartic_test.rb
604${GEM_LIBDIR}/test/gsl/randist_test.rb 615${GEM_LIBDIR}/test/gsl/randist_test.rb
605${GEM_LIBDIR}/test/gsl/rng_test.rb 616${GEM_LIBDIR}/test/gsl/rng_test.rb
606${GEM_LIBDIR}/test/gsl/roots_test.rb 617${GEM_LIBDIR}/test/gsl/roots_test.rb
607${GEM_LIBDIR}/test/gsl/sf_test.rb 618${GEM_LIBDIR}/test/gsl/sf_test.rb
608${GEM_LIBDIR}/test/gsl/stats_test.rb 619${GEM_LIBDIR}/test/gsl/stats_test.rb
609${GEM_LIBDIR}/test/gsl/sum_test.rb 620${GEM_LIBDIR}/test/gsl/sum_test.rb
610${GEM_LIBDIR}/test/gsl/tensor_test.rb 621${GEM_LIBDIR}/test/gsl/tensor_test.rb
611${GEM_LIBDIR}/test/gsl/vector_test.rb 622${GEM_LIBDIR}/test/gsl/vector_test.rb
612${GEM_LIBDIR}/test/gsl/wavelet_test.rb 623${GEM_LIBDIR}/test/gsl/wavelet_test.rb
613${GEM_LIBDIR}/test/gsl_test.rb 624${GEM_LIBDIR}/test/gsl_test.rb
614${GEM_LIBDIR}/test/test_helper.rb 625${GEM_LIBDIR}/test/test_helper.rb
 626${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/alf.rdoc
 627${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/blas.rdoc
 628${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/bspline.rdoc
 629${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/changes.rdoc
 630${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/cheb.rdoc
 631${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/cholesky_complex.rdoc
 632${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/combi.rdoc
 633${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/complex.rdoc
 634${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/const.rdoc
 635${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/dht.rdoc
 636${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/diff.rdoc
 637${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ehandling.rdoc
 638${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/eigen.rdoc
 639${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/fft.rdoc
 640${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/fit.rdoc
 641${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/function.rdoc
 642${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/graph.rdoc
 643${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist.rdoc
 644${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist2d.rdoc
 645${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist3d.rdoc
 646${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/integration.rdoc
 647${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/interp.rdoc
 648${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/intro.rdoc
 649${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/linalg.rdoc
 650${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/linalg_complex.rdoc
 651${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/math.rdoc
 652${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/matrix.rdoc
 653${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/min.rdoc
 654${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/monte.rdoc
 655${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/multimin.rdoc
 656${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/multiroot.rdoc
 657${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/narray.rdoc
 658${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ndlinear.rdoc
 659${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/nmatrix.rdoc
 660${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/nonlinearfit.rdoc
 661${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ntuple.rdoc
 662${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/odeiv.rdoc
 663${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/perm.rdoc
 664${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/poly.rdoc
 665${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/qrng.rdoc
 666${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/randist.rdoc
 667${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ref.rdoc
 668${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/rng.rdoc
 669${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/roots.rdoc
 670${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sf.rdoc
 671${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/siman.rdoc
 672${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sort.rdoc
 673${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/start.rdoc
 674${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/stats.rdoc
 675${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sum.rdoc
 676${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/tensor.rdoc
 677${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/tut.rdoc
 678${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/use.rdoc
 679${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/vector.rdoc
 680${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/vector_complex.rdoc
 681${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/wavelet.rdoc
615${GEM_LIBDIR}/uncrustify.cfg 682${GEM_LIBDIR}/uncrustify.cfg
616${GEM_HOME}/specifications/${GEM_NAME}.gemspec 683${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.11 -r1.12 pkgsrc/math/ruby-gsl/Attic/distinfo (switch to unified diff)

--- pkgsrc/math/ruby-gsl/Attic/distinfo 2015/11/03 23:33:43 1.11
+++ pkgsrc/math/ruby-gsl/Attic/distinfo 2016/03/12 13:38:33 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2015/11/03 23:33:43 agc Exp $ 1$NetBSD: distinfo,v 1.12 2016/03/12 13:38:33 wiz Exp $
2 2
3SHA1 (gsl-1.16.0.6.gem) = d5fb6ac373c11628358f1260344644e74f66dffa 3SHA1 (gsl-2.1.0.gem) = 2d07865174b524539965773a78f002344d5a24e7
4RMD160 (gsl-1.16.0.6.gem) = c3d6b5e62059c2c7331a3c0e0d9f2f542f9f5b57 4RMD160 (gsl-2.1.0.gem) = 8ef6e58151b0103e1c2e4b945b354841ec66556f
5SHA512 (gsl-1.16.0.6.gem) = 99610ef7e9b57c29f1972c4cb2853642157660b885a0a9761876c649badeb02dace7f0191453ce63d1a7f59bc3ee89fb61a73ae71522b5430f7916a60c4d1490 5SHA512 (gsl-2.1.0.gem) = b6632429160dff2f8cbe2ad929e2c56ba18a3922ed441411b805c14df52ff7cdecb41951fe6b061a746cae32f90af0c108f1ce08df64c197947e395d02fb5861
6Size (gsl-1.16.0.6.gem) = 594944 bytes 6Size (gsl-2.1.0.gem) = 729600 bytes