compiler-research / xeus-clang-repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Clad in xeus-clang-repl

vgvassilev opened this issue · comments

Clad integrates with xeus-cling automagically. However, if we try the same approach it integrates but it fails to start as we pick up the conda build of clad that's compatible with clang5 (on which is still based xeus-cling).

We need to find out how to tell conda to install clad built with clang15 on which is currently based xeus-clang-repl.

That has landed, we need to see if we can downgrade xeus-clang-repl to work with llvm14 as clad v1.0 does not yet support llvm15.

We need another release of clad while for xeus-clang-repl we likely need to change a single number from 15 to 14.