Patch |
File delta |
Description |
20110605_extconf.rb | (download) |
ext/gsl_native/extconf.rb |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
install in $vendorarchdir according to debian ruby policy
|
skip_failing_tests_precision.patch | (download) |
test/gsl/eigen_test.rb |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
test_nonsymm fail on some archs because of precision issue
i386, arm64, powerpc, s390x, ppc64el
|
0001 Fix interp2d info.patch | (download) |
ext/gsl_native/interp2d.c |
29 20 + 9 - 0 !
1 file changed, 20 insertions(+), 9 deletions(-) |
[patch] fix interp2d info
Fixes interp2d_test.
|
0002 Fix spline2d info.patch | (download) |
ext/gsl_native/spline2d.c |
30 21 + 9 - 0 !
1 file changed, 21 insertions(+), 9 deletions(-) |
[patch 2/2] fix spline2d info
Fixes spline2d_test.
|
skip_failing_TDS_cyc_solve.patch | (download) |
test/gsl/linalg_test.rb |
3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-) |
skip failing test on i386
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909863
|
0006 Ruby 3 compatibility.patch | (download) |
ext/gsl_native/extconf.rb |
1 1 + 0 - 0 !
ext/gsl_native/gsl_narray.c |
2 1 + 1 - 0 !
ext/gsl_native/include/rb_gsl.h |
2 1 + 1 - 0 !
ext/gsl_native/include/rb_gsl_array.h |
60 30 + 30 - 0 !
ext/gsl_native/include/rb_gsl_common.h |
9 6 + 3 - 0 !
ext/gsl_native/include/rb_gsl_complex.h |
2 1 + 1 - 0 !
ext/gsl_native/include/rb_gsl_const.h |
2 1 + 1 - 0 !
ext/gsl_native/include/rb_gsl_fft.h |
12 6 + 6 - 0 !
ext/gsl_native/include/rb_gsl_fit.h |
2 1 + 1 - 0 !
ext/gsl_native/include/rb_gsl_function.h |
4 2 + 2 - 0 !
ext/gsl_native/include/rb_gsl_histogram.h |
10 5 + 5 - 0 !
ext/gsl_native/include/rb_gsl_poly.h |
12 6 + 6 - 0 !
ext/gsl_native/include/rb_gsl_rng.h |
2 1 + 1 - 0 !
ext/gsl_native/include/rb_gsl_root.h |
4 2 + 2 - 0 !
ext/gsl_native/include/rb_gsl_sf.h |
2 1 + 1 - 0 !
ext/gsl_native/include/rb_gsl_tensor.h |
2 1 + 1 - 0 !
ext/gsl_native/include/templates_off.h |
5 5 + 0 - 0 !
ext/gsl_native/include/templates_on.h |
6 6 + 0 - 0 !
ext/gsl_native/interp.c |
2 1 + 1 - 0 !
ext/gsl_native/interp2d.c |
2 1 + 1 - 0 !
ext/gsl_native/linalg_complex.c |
4 2 + 2 - 0 !
ext/gsl_native/matrix_source.h |
2 1 + 1 - 0 !
ext/gsl_native/monte.c |
2 1 + 1 - 0 !
ext/gsl_native/root.c |
2 1 + 1 - 0 !
ext/gsl_native/sf_bessel.c |
2 1 + 1 - 0 !
ext/gsl_native/sf_coulomb.c |
2 1 + 1 - 0 !
ext/gsl_native/sf_legendre.c |
2 1 + 1 - 0 !
ext/gsl_native/sort.c |
4 2 + 2 - 0 !
ext/gsl_native/spline.c |
2 1 + 1 - 0 !
ext/gsl_native/spline2d.c |
2 1 + 1 - 0 !
ext/gsl_native/vector_complex.c |
2 1 + 1 - 0 !
ext/gsl_native/vector_source.h |
4 2 + 2 - 0 !
32 files changed, 94 insertions(+), 79 deletions(-) |
ruby 3 compatibility
|