-
Notifications
You must be signed in to change notification settings - Fork 92
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
asymptote fails to build with libgsl-2.0 #3
Comments
We'd like to update Fedora rawhide to gsl 2.1, but we're hitting this. |
Thanks; fixed. |
Verified here, thanks. |
Closed
jamievlin
added a commit
that referenced
this issue
Dec 30, 2023
CI: Add windows CI workflow implementation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gsl.cc: In function ‘void trans::gen_rungsl_venv(trans::venv&)’:
gsl.cc:1091:67: error: no matching function for call to ‘addGSLDOUBLE3Func(sym::symbol&, sym::symbol&, sym::symbol&, sym::symbol&)’
addGSLDOUBLE3Func<gsl_sf_ellint_D>(SYM(D),SYM(phi),SYM(k),SYM(n));
^
The obvious workaround is to use --disable-gsl, that works fine.+
The text was updated successfully, but these errors were encountered: