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 both runtime and compile-time prefix paths #490

Closed invokes-su closed 12 months ago

invokes-su commented 12 months ago

Restores XEUS_SEARCH_PATH from https://github.com/jupyter-xeus/xeus-cling/commit/76b276fbbd947856d0e72060fe19b95ce7fc6684.

We have an entry in XEUS_SEARCH_PATH(/build/xeus-cling/include) that does not exist at runtime, but shouldn't cause issues(hopefully).

SylvainCorlay commented 12 months ago

Great, this looks good to me.

The OS X failure is unrelated to these changes. Merging.