-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Milestone
Description
Environment
- **OS**: Fedora Asahi Remix 40
- **Sage Version**: SageMath version 10.5.beta0, Release Date: 2024-07-24Steps To Reproduce
I ran on a Macbook air M2 running Fedora Asahi Linux,
./configure
make build
Config log
Package logs
Additional Information
The error seems to be due to the fact that the build process tries to install darwin version of the gfrotran and not the linux version.
I can workaround this by installing gfrotran from fedora repos. However that runs into issue with installing tachyon #23712 (comment)
[Aside] I have a working installation of sage from nixpkgs. I wonder how they are getting around the tachyon issue.
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide