Package: ruby-narray / 0.6.1.2-7

Metadata

Package Version Patches format
ruby-narray 0.6.1.2-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 defining the allocator of T_DATA class NArray.patch | (download)

src/narray.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 defining the allocator of t_data class narray

0002 Refactor code generation for GCC 15 compatibility.patch | (download)

src/mkmath.rb | 52 29 + 23 - 0 !
src/mknafunc.rb | 20 16 + 4 - 0 !
src/mkop.rb | 109 69 + 40 - 0 !
src/na_array.c | 14 7 + 7 - 0 !
src/na_func.c | 16 8 + 8 - 0 !
src/na_index.c | 14 7 + 7 - 0 !
src/na_linalg.c | 41 20 + 21 - 0 !
src/na_random.c | 9 4 + 5 - 0 !
src/narray.c | 20 10 + 10 - 0 !
src/narray_local.h | 32 18 + 14 - 0 !
10 files changed, 188 insertions(+), 139 deletions(-)

 refactor code generation for gcc 15 compatibility