Changeset cd964c8 for general/prog


Ignore:
Timestamp:
11/23/2017 03:21:36 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f31479b
Parents:
6076396
Message:

Build the Python2 libxml2 module and clarify where / when it is used. Make an additional entry for this in the python modules - if trying to build both sets of modules before installing libxml.so, the lib has to be built twice with separate invocations of configure, that is slow if all the optional dependencies are invoked. The dependencies for docbook-xsl are all used at runtime, note that and flag their xref tags as runtime.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19526 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    r6076396 rcd964c8  
    9696      <listitem>
    9797        <para>
     98          <xref linkend="libxml2py2"/>
     99        </para>
     100      </listitem>
     101      <listitem>
     102        <para>
    98103          <xref linkend="lxml"/>
    99104        </para>
     
    174179
    175180  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     181    href="libxml2py2.xml"/>
     182
     183  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    176184    href="lxml.xml"/>
    177185
  • general/prog/scons.xml

    r6076396 rcd964c8  
    8181    <para role="optional">
    8282      <xref linkend="docbook-xsl"/>,
    83       <xref linkend="libxml2"/>, and
    84       <xref linkend="libxslt"/>
     83      <xref role="runtime" linkend="libxml2py2"/> and
     84      <xref role="runtime" linkend="libxslt"/> (the
     85       <application>Python2</application> modules can be invoked at
     86       runtime if using the SCons Docbook tool)
    8587    </para>
    8688
Note: See TracChangeset for help on using the changeset viewer.