jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.01k stars 294 forks source link

Use runtime prefix path instead compile-time definition #482

Closed SylvainCorlay closed 1 year ago

SylvainCorlay commented 1 year ago

cc @serge-sans-paille - this may solve the last outstanding issue with xeus-cling on Nix.

serge-sans-paille commented 1 year ago

I'm not sold on that patch: if I understand correctly, it assumes the xtl prefix is the canonical prefix, but I don't see why this would be the case?