-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
build/make/Makefile.in: base-toolchain should be a dependency of every non-base, non-toolchain package #30721
Comments
comment:1
Should this be done for every package, or just the ones that fail to build without doing this? |
comment:2
For example, it might be good enough to add |
comment:3
I think it should be applied to every (non-base, non-toolchain) package. On systems that install the gcc from our spkg, really no package can be built before the toolchain is built. |
comment:4
So this would be best addressed by a change to |
comment:5
And I'd rather not touch it for Sage 9.2 |
comment:6
I'm happy to leave it until 9.3 — it's a pretty specific problem. The affected packages seem to be pretty limited: |
comment:7
The problem with the missing dependency on the system BLAS .pc files can be alternatively addressed by #29387 (Complete solution for installing the generated *.pc files). |
comment:8
Well, I argue for years that toolchain should be a separate thing, onto which one installs the rest. |
comment:9
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:10
This apparently results in inability for some users to build Sage from source. A workaround like "run |
comment:11
I don't think that our documentation explains any use of |
comment:12
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date. |
This is so that one can go ahead with
make SPKG
right after./configure
(as discussed in #30718).CC: @jhpalmieri
Component: build
Issue created by migration from https://trac.sagemath.org/ticket/30721
The text was updated successfully, but these errors were encountered: