Morten Olsen Lysgaard
Morten Olsen Lysgaard
Currently, the value that is printed for options is its default value, not the actual value it is set to. This PR fixes this so that it prints the value...
It seems that clang-rs does not search for libraries in the environment variable LIBRARY_PATH during execution of the build.rs script. I am using GUIX (like NIX) and my library path...
To reproduce: * Be on a platform that does not have the `cc` binary, but does have eg. `gcc` installed * Compile using `CC=gcc cargo build` * Observe the following...
For the last few years I have been playing with a side project to implement a multifrontal, sparse, indefinite direct matrix factorization algorithm, in the spirit of MA57 and similar....
Hi there. When using the userptr io-mode for V4L, the v4l driver can have special alignment requirements for the buffers that are given to it. I hit this limitation by...