diff options
author | wiz <wiz@pkgsrc.org> | 2016-03-12 13:38:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-03-12 13:38:33 +0000 |
commit | eee495e54df084d4083f81fd0960f96927c62ded (patch) | |
tree | 12079311a3bd85c0ad7aa15805925108bfca876a /math | |
parent | fa4e1e56f8cef51c2dc150d1173525135783a7c2 (diff) | |
download | pkgsrc-eee495e54df084d4083f81fd0960f96927c62ded.tar.gz |
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)
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-gsl/Makefile | 4 | ||||
-rw-r--r-- | math/ruby-gsl/PLIST | 69 | ||||
-rw-r--r-- | math/ruby-gsl/distinfo | 10 |
3 files changed, 75 insertions, 8 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 98da7477354..a074e08312b 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/09/13 14:37:10 taca Exp $ +# $NetBSD: Makefile,v 1.17 2016/03/12 13:38:33 wiz Exp $ -DISTNAME= gsl-1.16.0.6 +DISTNAME= gsl-2.1.0 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/math/ruby-gsl/PLIST b/math/ruby-gsl/PLIST index c3728c3602a..cbebdd153e1 100644 --- a/math/ruby-gsl/PLIST +++ b/math/ruby-gsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/09/13 14:37:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/03/12 13:38:33 wiz Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/gsl_native.${RUBY_DLEXT} @@ -392,6 +392,7 @@ ${GEM_LIBDIR}/ext/gsl_native/geometry.c ${GEM_LIBDIR}/ext/gsl_native/graph.c ${GEM_LIBDIR}/ext/gsl_native/gsl.c ${GEM_LIBDIR}/ext/gsl_native/gsl_narray.c +${GEM_LIBDIR}/ext/gsl_native/gsl_nmatrix.c ${GEM_LIBDIR}/ext/gsl_native/histogram.c ${GEM_LIBDIR}/ext/gsl_native/histogram2d.c ${GEM_LIBDIR}/ext/gsl_native/histogram3d.c @@ -426,6 +427,7 @@ ${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_sf.h ${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_statistics.h ${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_tensor.h ${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_narray.h +${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_nmatrix.h ${GEM_LIBDIR}/ext/gsl_native/include/templates_off.h ${GEM_LIBDIR}/ext/gsl_native/include/templates_on.h ${GEM_LIBDIR}/ext/gsl_native/integration.c @@ -548,6 +550,7 @@ ${GEM_LIBDIR}/rdoc/multimin.rdoc ${GEM_LIBDIR}/rdoc/multiroot.rdoc ${GEM_LIBDIR}/rdoc/narray.rdoc ${GEM_LIBDIR}/rdoc/ndlinear.rdoc +${GEM_LIBDIR}/rdoc/nmatrix.rdoc ${GEM_LIBDIR}/rdoc/nonlinearfit.rdoc ${GEM_LIBDIR}/rdoc/ntuple.rdoc ${GEM_LIBDIR}/rdoc/odeiv.rdoc @@ -570,6 +573,7 @@ ${GEM_LIBDIR}/rdoc/use.rdoc ${GEM_LIBDIR}/rdoc/vector.rdoc ${GEM_LIBDIR}/rdoc/vector_complex.rdoc ${GEM_LIBDIR}/rdoc/wavelet.rdoc +${GEM_LIBDIR}/test.sh ${GEM_LIBDIR}/test/gsl/blas_test.rb ${GEM_LIBDIR}/test/gsl/bspline_test.rb ${GEM_LIBDIR}/test/gsl/cdf_test.rb @@ -596,6 +600,13 @@ ${GEM_LIBDIR}/test/gsl/multifit_test.rb ${GEM_LIBDIR}/test/gsl/multimin_test.rb ${GEM_LIBDIR}/test/gsl/multiroot_test.rb ${GEM_LIBDIR}/test/gsl/multiset_test.rb +${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_cheb_test.rb +${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_eigen_test.rb +${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_gsl_test.rb +${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_interp_test.rb +${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_linalg_test.rb +${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_stats_test.rb +${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_wavelet_test.rb ${GEM_LIBDIR}/test/gsl/odeiv_test.rb ${GEM_LIBDIR}/test/gsl/oper_test.rb ${GEM_LIBDIR}/test/gsl/poly_test.rb @@ -612,5 +623,61 @@ ${GEM_LIBDIR}/test/gsl/vector_test.rb ${GEM_LIBDIR}/test/gsl/wavelet_test.rb ${GEM_LIBDIR}/test/gsl_test.rb ${GEM_LIBDIR}/test/test_helper.rb +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/alf.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/blas.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/bspline.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/changes.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/cheb.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/cholesky_complex.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/combi.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/complex.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/const.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/dht.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/diff.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ehandling.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/eigen.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/fft.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/fit.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/function.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/graph.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist2d.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist3d.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/integration.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/interp.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/intro.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/linalg.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/linalg_complex.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/math.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/matrix.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/min.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/monte.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/multimin.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/multiroot.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/narray.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ndlinear.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/nmatrix.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/nonlinearfit.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ntuple.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/odeiv.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/perm.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/poly.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/qrng.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/randist.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ref.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/rng.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/roots.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sf.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/siman.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sort.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/start.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/stats.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sum.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/tensor.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/tut.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/use.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/vector.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/vector_complex.rdoc +${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/wavelet.rdoc ${GEM_LIBDIR}/uncrustify.cfg ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/math/ruby-gsl/distinfo b/math/ruby-gsl/distinfo index 1887cf2c0ae..7f949dac15e 100644 --- a/math/ruby-gsl/distinfo +++ b/math/ruby-gsl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 23:33:43 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/03/12 13:38:33 wiz Exp $ -SHA1 (gsl-1.16.0.6.gem) = d5fb6ac373c11628358f1260344644e74f66dffa -RMD160 (gsl-1.16.0.6.gem) = c3d6b5e62059c2c7331a3c0e0d9f2f542f9f5b57 -SHA512 (gsl-1.16.0.6.gem) = 99610ef7e9b57c29f1972c4cb2853642157660b885a0a9761876c649badeb02dace7f0191453ce63d1a7f59bc3ee89fb61a73ae71522b5430f7916a60c4d1490 -Size (gsl-1.16.0.6.gem) = 594944 bytes +SHA1 (gsl-2.1.0.gem) = 2d07865174b524539965773a78f002344d5a24e7 +RMD160 (gsl-2.1.0.gem) = 8ef6e58151b0103e1c2e4b945b354841ec66556f +SHA512 (gsl-2.1.0.gem) = b6632429160dff2f8cbe2ad929e2c56ba18a3922ed441411b805c14df52ff7cdecb41951fe6b061a746cae32f90af0c108f1ce08df64c197947e395d02fb5861 +Size (gsl-2.1.0.gem) = 729600 bytes |