-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Don't use SAGE_CYTHONIZED in sage_include_directories(sources=True) #23744
Comments
Commit: |
New commits:
|
comment:3
I wonder what would happen if we also went ahead and deleted line 110 of sage.env:
That could wait 'til a later change though. Looks good to me otherwise. I agree this is a good first step to removing it entirely. |
Reviewer: Erik Bray |
comment:4
Replying to @embray:
Some doctests in |
Changed branch from u/jdemeyer/don_t_use_sage_cythonized_in_sage_include_directories_sources_true_ to |
Currently,
SAGE_CYTHONIZED
is used bysrc/sage/env.py
to determine some include directories while building Sage.Since we want to get rid of
SAGE_CYTHONIZED
(#21535), a first step would be to move this bit tosetup.py
in order to concentrate all uses ofSAGE_CYTHONIZED
in one place.CC: @mkoeppe @embray
Component: build
Author: Jeroen Demeyer
Branch/Commit:
33746a2
Reviewer: Erik Bray
Issue created by migration from https://trac.sagemath.org/ticket/23744
The text was updated successfully, but these errors were encountered: