Skip to content

Conversation

@Vipul-Cariappa
Copy link
Contributor

No description provided.

if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
shell: bash -e -l {0}
run: conda install bison=3.4 nodejs=18
run: conda install bison=3.4 nodejs=18 xeus xeus-zmq
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove these

@certik
Copy link
Contributor

certik commented Jul 6, 2024

In default build, do not build the xeus kernel. So you need to hide it behind ifdefs. Look at how LFortran does it.

Then at the CI, just add a new job, as you already did, and build it there. That's done.

The other CI jobs should work exactly as before, and since xeus is not installed, they won't be testing it.

@certik
Copy link
Contributor

certik commented Jul 6, 2024

It almost works. You can investigate the macOS failure. We need to update CI to use micromamba in a separate PR, which I am doing in #2758. Then we rebase this one.

- xeus-zmq=3.0.0
- xtl
- nlohmann_json
- cppzmq
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Migration to xeus 5 and above allows us to drop the dependency on xtl and cppzmq for all downstream projects (mostly kernels) so you have remove them and also we should pin nlohmann_json to 3.11.3 wherever possible

@Vipul-Cariappa Vipul-Cariappa mentioned this pull request Jul 8, 2024
@certik
Copy link
Contributor

certik commented Jul 8, 2024

Fixed in #2764.

@certik certik closed this Jul 8, 2024
@Vipul-Cariappa Vipul-Cariappa deleted the jupyter-kernel branch July 27, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants