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

Add support for ARM (e.g., Asahi Linux on Apple hardware) #276

Closed
MarkWieczorek opened this issue Nov 30, 2023 · 4 comments
Closed

Add support for ARM (e.g., Asahi Linux on Apple hardware) #276

MarkWieczorek opened this issue Nov 30, 2023 · 4 comments
Labels

Comments

@MarkWieczorek
Copy link

Comment:

After installing Asahi Linux on an M1 Apple computer, there was only 1 scientific conda package that I use that wouldn't install: gmt (and by consequence pygmt). Would it be possible to add ARM support for this package?

Though there might not have been much interest in ARM support before, as Asahi Linux approaches an official release, this will certainly change. For info, here is what a mamba install outputs:

Could not solve for environment specs
The following packages are incompatible
└─ pygmt   is uninstallable because there are no viable options
   ├─ pygmt [0.2.1|0.3.0|0.3.1] would require
   │  └─ gmt >=6.1.1,<7.0 , which does not exist (perhaps a missing channel);
   ├─ pygmt [0.4.0|0.4.1|0.5.0] would require
   │  └─ gmt >=6.2.0,<7.0 , which does not exist (perhaps a missing channel);
   └─ pygmt [0.10.0|0.6.0|...|0.9.0] would require
      └─ gmt >=6.3.0,<7.0 , which does not exist (perhaps a missing channel).
@seisman
Copy link
Contributor

seisman commented Nov 30, 2023

Is this request the same as #273?

@MarkWieczorek
Copy link
Author

Maybe? If aarch64 is what runs on apple hardware, then I'll test it when its ready!

@seisman
Copy link
Contributor

seisman commented Dec 2, 2023

@MarkWieczorek GMT is now available on the conda-forge/linux-aarch64 channel. Could you please check if it solves your problem?

@MarkWieczorek
Copy link
Author

It works! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants