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

Please add support for linux-aarch64 to the Conda package #252

Open
martin-g opened this issue Nov 1, 2023 · 2 comments
Open

Please add support for linux-aarch64 to the Conda package #252

martin-g opened this issue Nov 1, 2023 · 2 comments

Comments

@martin-g
Copy link
Contributor

martin-g commented Nov 1, 2023

Hello,

At https://anaconda.org/terhorst/smcpp I see that the package supports linux-64 (i.e. x86_64) and osx-64.
I'd like to request adding support for linux-aarch64 (Linux ARM64).

With feedstocks usually the steps are:

I see that smcpp maintains its Conda configs here in the repo - c120fcc and does not use conda-forge,yml (https://github.com/conda-forge/r-filelock-feedstock/pull/9/files#diff-478786365dd93f740eb520c2faa03d7a0623273663b75472272c8ef94297bbe2R12-R13), so I am not sure what changes are needed exactly.

@terhorst
Copy link
Collaborator

terhorst commented Nov 3, 2023

Hi, thanks for the request. I no longer distribute Conda packages for SMC++ after running into numerous and seemingly intractable dependency-related issues (cf #164). I am currently looking into what is required to build arm64 Docker images.

@martin-g
Copy link
Contributor Author

martin-g commented Nov 6, 2023

Thanks for the quick answer, @terhorst !

About the Docker ARM64 image - We have added it last year with #221 !
You can see a multi-arch image at https://github.com/martin-g/smcpp/pkgs/container/smcpp

To see it in your GHCR.io you will have to make the image public (see #221 (comment))

If you want to publish at Docker Hub then you will have to remove this line

registry: ghcr.io
and update the credentials.

Please let me know if you need help with this!

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

2 participants