Changes between Initial Version and Version 3 of Ticket #29697
- Timestamp:
- 05/17/20 03:09:23 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29697
-
Property
Commit
changed from
to
16247ad9675343f1d3e1158cc5e43137aec82645
-
Property
Branch
changed from
to
u/mkoeppe/src_setup_py__src_sage_env_py__sage_include_directories___do_not_add_another_copy_of_sage_inc__sage_local_lib_to_include_dirs__library_dirs
-
Property
Commit
changed from
-
Ticket #29697 – Description
initial v3 1 1 `$SAGE_LOCAL/{include,lib}` are already added to the front of the search paths `CPATH` and `LIBRARY_PATH` by `sage-env`. 2 2 3 We remove code that adds another copy. This removes a dependency on `SAGE_LOCAL` during the build of sagelib. 4 5 The function `sage_include_directories`, apart from its use by `setup.py`, is also used by `sage.misc.cython.cython`.