-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feature request: add static linking option #105
Comments
So basically doing that: https://github.com/rust-math/fftw/blob/master/fftw-sys/src/lib.rs#L13-L16? If so, feel free to send a PR. :) |
I mean something like this: I thing it would require creating Would you accept PR doing something like this? |
Oh I see, then no. I don't want to embed the sources of the C library and handle its compilation myself. |
Thank you for the answer |
Sorry, I probably miss-understood you. Would it be acceptable to introduce a Cargo feature forcing static links against a locally installed static GSL? |
If it doesn't need to run a C compiler to do so, then I'm fine with it. |
It would be nice if the crate supports static linking with the GSL via a Cargo feature flag. The most of scientific crates with bindings provide such an option, e.g.
ndarray-linalg
,fftw
,netcdf
andhdf5
The text was updated successfully, but these errors were encountered: