Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is rb-gsl dead #71

Open
simon-dedeo opened this issue Aug 27, 2024 · 0 comments
Open

is rb-gsl dead #71

simon-dedeo opened this issue Aug 27, 2024 · 0 comments

Comments

@simon-dedeo
Copy link

Hello all — I was trying to install rb-gsl, and running into various issues. Among other things, it looks like it is no longer keeping up with gsl versions. gsl 2.8, for example, doesn't work; even after fixing warnings, we get errors like this

bspline.c:101:39: error: no member named 'k' in 'gsl_bspline_workspace'
    B = gsl_vector_alloc(w->nbreak+w->k-2);

which suggests to me that the underlying gsl code has changed sufficiently that things are broken. It's potentially possible to keep things going, but it does worry me that errors might be sneaking in that we don't see.

It would be sad to lose ruby support for mathematics, but if anyone knows of a project that is working well, do please share.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant