Chadwick Boulay
Chadwick Boulay
The errors for posterity. ``` $build/install/bin/SendDataC SendDataC example program. Sends 8 float channels as fast as possible. Usage: build/install/bin/SendDataC [streamname] [streamuid] Using lsl 115, lsl_library_info: git:v1.15.1-1-gfb174c2d/branch:master/build:/compiler:AppleClang-12.0.5.12050022/link:SHARED 2021-09-03 18:32:55.070 ( 0.002s)...
Mine: ``` -- The C compiler identification is AppleClang 12.0.5.12050022 -- The CXX compiler identification is AppleClang 12.0.5.12050022 ``` Runner: ``` -- The C compiler identification is AppleClang 12.0.0.12000032 --...
OK... The package downloaded from CI works (after jumping through permissions hoops), and if I use `cmake ... -G Xcode` then it works. My guess is that the default generator...
That's great, thanks! Do you want to update the CI for liblsl or shall I? If me, then where can I find your dockerfile / build scripts?
I just saw the AppVeyor fail logs, so I guess you're already on it. Let me know if there's anything I can do to help.
If I build the wheel locally with `python setup.py sdist bdist_wheel` then the created wheel has the tag `linux_x86_64` and not `manylinux1`, so pypi doesn't accept it. I would have...
Right, I forgot about that step, sorry! auditwheel works, and uploading seems to have accepted it if not for the fact that there was once already a file with that...
@tstenner If this is resolved then please close this issue.
Since this issue first popped up, we also ran into issues with users of the manylinux distribution using pylsl 1.14.x on non-common linuxes. `pip` installed our pylsl manylinux because hey...
> I usually expect pip to build pylsl from source when I install it. How does that work? install_tools would have to trigger a `git clone` of liblsl followed by...