Patches: Browse | Submit New | Admin
GSL version 1.15 introduces functions gsl_matrix_complex_equal and gsl_vector_complex_equal that conflict with the ones provided by Ruby/GSL. As a result, the current version of Ruby/GSL does not compile against GSL version 1.15. (Notice that this is very likely the cause of bug #29255.) The patch in attachment fixes the problem. Best regards, Mauro Tortonesi
Add A Comment:
Date: 2012-07-02 09:38 Sender: Masahide Kikkawa This patch works! Thanks.
Date: 2012-03-14 11:24 Sender: Alistair MacLeod I confirm this works with svn rev 147 and GSL 1.15
Date: 2012-01-06 15:44 Sender: Bogdan Gusiev Same problem on my side. +1 for this patch