-
Notifications
You must be signed in to change notification settings - Fork 15
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
Provide a fuller "dev" version that can compile #6
Comments
Alternatively, document how to make the Sage macOS app Users who need build capability could build Sage from source, |
I believe no current SageMath binary distribution supports |
The target user for this binary distribution is a person who does not want to or does not know how to build sage from source. A user who is happy building sage from source has no need for the app and can build any additional packages that might be desired. To keep the size of the release manageable, the SageMath app removes most of Installation of packages with pip does work fine, however. For example it is easy to install SnapPy within the SageMath app by running the magic command %pip install snappy. My suggestion, for something like the gap kbmag package would be to bundle that package as a wheel that can be installed with pip. Is there some reason why the sage process does not want to make additional packages like that available as wheels? |
Not sure about providing wheels, but my understanding is that a current Sage goal is to replace as many of the optional Sage packages with pip installable ones as possible. How that would work with kbmag I don't know (since presumably it installs things into |
Today I helped someone install SageMath 9.3 using macOS binaries I thought it worked for Sage from Linux binaries too, and was But the discussion Nathan links to does mention problems with Thanks for the discussion and suggestions. |
It's possible that 9.3 is an improvement over other recent versions. Out of curiosity, I got the current binary for Ubuntu 20.04 and tried |
Would it be possible to provide a fuller "dev" version that can compile?
That would allow installing certain extra packages that require build tools.
Some reports from users who want to install extra packages:
The text was updated successfully, but these errors were encountered: