Jamie Smith

Results 23 comments of Jamie Smith

This really needs to be addressed, we spent like 15 hours debugging serial corruption in a circuit board here at USC RPL before we could trace it back to this...

fwiw I just copied the Amber builtin LAPACK, so no idea if it has the correct things.

I saw this on one of my projects too. In my case, the common factor seems to be that the code ended up importing this particular module (using importlib) twice....

Turns out this issue is also happening in a different project here at Relativity, one which does not use importlib and instead just uses a certain arrangement of import statements...

The example I posted above is still broken with protobuf 4.21.2

Had a chance to look at this yet?

@mossmann Pinging again one year later, I rebased this to be compatible with latest master branch. Everything look ok to merge? I also updated the new github actions windows job...

What exactly didn't work? Did they fail to run? If so, that can be cause by having missing or incorrect DLLs in your system PATH. I recommend using [Dependencies](https://github.com/lucasg/Dependencies) to...

Ah, I think the issue is that the artifacts don't include libhackrf.dll, which is necessary to run the executables. (they don't include the fftw dll either, which is needed for...