Ignore:
Timestamp:
01/28/2018 05:56:55 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
1fa0dee
Parents:
764a5d7
Message:

New management of dependencies:

  • Even if only required or recommended deps only are requested and built, account for optional deps to build the pacakge order
  • build "runtime" deps after the pacakge dependening on them, but before any other package
  • using the "first" role in the book, implement pass1 pacakges when there are circular dependencies
  • Documentation has still to be written
  • There must be bugs, thank you for testing...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    r764a5d7 r2140f22  
    364364              <xsl:choose>
    365365                <xsl:when test="@role='runtime'">after</xsl:when>
     366                <xsl:when test="@role='first'">first</xsl:when>
    366367                <xsl:otherwise>before</xsl:otherwise>
    367368              </xsl:choose>
     
    379380              <xsl:choose>
    380381                <xsl:when test="@role='runtime'">after</xsl:when>
     382                <xsl:when test="@role='first'">first</xsl:when>
    381383                <xsl:otherwise>before</xsl:otherwise>
    382384              </xsl:choose>
     
    405407              <xsl:choose>
    406408                <xsl:when test="@role='runtime'">after</xsl:when>
     409                <xsl:when test="@role='first'">first</xsl:when>
    407410                <xsl:otherwise>before</xsl:otherwise>
    408411              </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.