Changes between Version 198 and Version 199 of SummerOfCode


Ignore:
Timestamp:
Mar 22, 2013, 12:17:51 AM (11 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

fix presentation error

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v198 v199  
    8282* Potential mentors: TBD
    8383
    84 ==== Dependency calculation using SAT solving ==== #dependencies #depcalc
     84==== Dependency calculation using SAT solving ==== #dependencies
    8585
    8686This task consists of implementing a new dependency engine for MacPorts. The current dependency engine properly deals with installing packages, but it does not deal satisfactorily with [[ticket:126|dependencies on variants]] (and versions), uninstalling and upgrading. This task requires a complete formalization of the use cases (installation, upgrade, uninstallation) and of the user needs before any implementation, as well as a deep understanding of the dependency relations (required for fetching, building, configuring; static and dynamic linking; dependence at runtime).