Changes between Version 3 and Version 19 of Ticket #18494
- Timestamp:
- 05/30/15 03:15:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18494
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
François Bissey
-
Property
Branch
changed from
to
u/fbissey/headers_install
-
Property
Commit
changed from
to
d76f95f41bb890dc742fe20a3c5880e765ea2fe4
-
Property
Status
changed from
-
Ticket #18494 – Description
v3 v19 1 1 Currently, Sage doesn't install any files other than `.py` and compiled cython code. Headers and other auxiliary files that are necessary for compiling user code (such as the `cython()` command or certain optional packages) are kept in the `src` directory and we rely on its presence. Since #18027 we also rely on the presence of the `src/build/cythonized` directory. It would be good if sage could just work without relying on the presence of it source and build directory. 2