Changes between Version 130 and Version 131 of Ticket #27330
- Timestamp:
- 09/09/20 22:24:49 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27330 – Description
v130 v131 1 1 #24919 implemented a mechanism for checking for checking for sagelib's direct and indirect dependencies at the time of running the main `./configure` script. This was already done in an ad-hoc manner for a handful of packages (e.g. gcc, git, yasm, curl), but we wanted to be able to do the same for other packages, especially those that are common on Linux-like systems. 2 2 3 This has now been implemented for many other packages, or is in the process of being implemented. Those packages are listed below. However, there are many others yet to be done, and this ticket will attempt to list them in some rough order of priority. Unfortunately there is still not good documentation for how to implement these configure-time dependency checks. The documentation question is tracked at #26668.3 This has now been implemented for many other packages, or is in the process of being implemented. Those packages are listed below. However, there are many others yet to be done, and this ticket will attempt to list them in some rough order of priority. 4 4 5 5 '''For use of Python packages: See #29023 Meta-ticket: In a python 3 build, use system Python packages''' … … 126 126 - #29060: Meta-ticket: Add Dockerfiles and CI scripts for integration testing of source and binary distributions and of downstream packages 127 127 128 ==== Documentation ==== 129 130 Unfortunately there is still not good documentation for how to implement these configure-time dependency checks. 131 132 - #26668 133 - #29018 134 - #30543 135 128 136 ==== Bug-fixing ==== 129 137