Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help wanted: Migration to macOS ARM64 #491

Open
clstaudt opened this issue Mar 8, 2023 · 2 comments
Open

Help wanted: Migration to macOS ARM64 #491

clstaudt opened this issue Mar 8, 2023 · 2 comments

Comments

@clstaudt
Copy link

clstaudt commented Mar 8, 2023

Is your feature request related to a problem? Please describe.

The Jupyter xeus-cling kernel is currently not available for Apple Silicon via conda.

The migration is blocked by the migration of cling:
conda-forge/cling-feedstock#56

Describe the solution you'd like

Asking cling developers for help with solving the build issues blocking the migration.

@photex
Copy link

photex commented Apr 13, 2023

Cling appears to be available via homebrew for arm64. Maybe there are some clues there?

@mcbarton
Copy link

For those still trying to work out how to install Cling my advice is to follow the instructions in the readme of https://github.com/compiler-research/CppInterOp to build the developer version 1.0 . It is possible to install version 0.9 of Cling, but I found it not to be as straightforward. I would avoid trying to build with the Cling Packaging Tool. I have tested the kernels that come with Cling after following these build instructions (adding the kernels which come with Cling is separate to these build instructions), and built kernels in the xeus-clang-repl repo. I built the dependencies using packages from the Macports package manager, but hopefully everything is included in the conda package manager. Happy to try and help if you run into difficulties.

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

No branches or pull requests

3 participants