Thorsten Beier
Thorsten Beier
> Thank you @DerThorsten ! I also need to read the PR in more details. Right now you can take a look at the built CI doc on https://output.circle-artifacts.com/output/job/60034042-2f07-4163-96d7-57e0b56af094/artifacts/0/doc/build/html/index.html I...
we might need to linnk against `libbz2` in xeus-python (or do it somehow different in pyjs)
probably it is enough to add them to the ci. we do this unholy thing in the cmakelist ``` $ENV{PREFIX}/lib/libbz2.a $ENV{PREFIX}/lib/libz.a $ENV{PREFIX}/lib/libsqlite3.a $ENV{PREFIX}/lib/libffi.a ``` so I assume adding them to...
> Shouldn't we use find_package for that? (I'm not a cmake expert) Yeah this was a early hack which got copy-pasted a lot (probably by me) > Mmh, so maybe...
@ukoethe it seems like vigra is curerntly failing on azure piplines on mac with a segfault ``` 55: Test command: /Users/vsts/agent/2.153.2/work/1/s/build/vigranumpy/test/run_vigranumpytest.sh "." 55: Test timeout computed to be: 10000000 55:...
(1) I totaly agree, all brush strokes have been made with same brush size. I was also suprised to see these results. Flipping does not seem to change the result...
Would love to see CMake as build system for this project!
btw I am currently setting up a conda-forge build for wren. (I need wren on conda-forge since I want to put wren based jupyter kernel on conda https://github.com/DerThorsten/xeus-wren) I tried...
Anywhere where I use wren, I basically have to provide a custom CMake build system since wren does not ship one. https://github.com/conda-forge/wren-feedstock/blob/master/recipe/CMakeLists.txt https://github.com/DerThorsten/jupyterlite_xeus_wren/blob/main/CMakeLists.txt Not having a CMakelist in a project...
this needs to be synched with #333