-
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
Sage installation failed #38
Comments
@unhyperbolic I'm guessing this is something you can look into? |
Hi - having not even looked at the error yet (sorry), I’m guessing it’s a gcc7 incompatibility which is fixed in master and will appear in the next release. Need to check this though.
- b.
…--
Prof. Benjamin Burton
Computational Geometry & Topology Group
School of Mathematics and Physics
The University of Queensland, Australia
On 17 Nov 2017, at 6:35 pm, William Pettersson ***@***.***> wrote:
@unhyperbolic I'm guessing this is something you can look into?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Do you have instructions somewhere to build from sources? |
The relevant errors are below. It appears that that a #include functional is missing. Can that be? My only other explanation is that with the new version of sage, sageRegina's install script is no longer passing some compiler flags to gcc. videlec: You can download sageRegina at https://pypi.python.org/pypi/sageRegina/5.1-1, unpack it and call "sage -python setup.py build" and "sage -python setup.py install" to build from src.
|
Yup, that's the GCC7 issue. If you add
to engine/triangulation/dim3/triangulation3.h that should fix it. Commit 9bab3c9 is the fix in master. |
videlec:
|
|
Sage 8.1 is officially out, so sageRegina won't compile with the latest official Sage anymore. When will the next regina release be? If it is really soon, I will just wait to do the next sageRegina release when regina is released. |
Sage 8.1 is officially out, so sageRegina won't compile with the latest official Sage anymore. When will the next regina release be?
Optimistically: December (this month).
Realistically: probably January (next month).
- b.
|
Following the instructions at http://sageregina.unhyperbolic.org/ I failed to install Regina. My Sage is in version 8.1.beta9 on a recent archlinux (gcc 7.2.0). The command used is
The log is regina.log.gz.
The text was updated successfully, but these errors were encountered: