Changeset 7b3f441


Ignore:
Timestamp:
10/31/2016 11:48:56 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.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, nosym, 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:
b7ddce3
Parents:
1e1ffaa
Message:

Update llvm dependencies

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1e1ffaa r7b3f441  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 30th &year;">
     9<!ENTITY releasedate  "October 31st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/llvm.xml

    r1e1ffaa r7b3f441  
    144144    <bridgehead renderas="sect3">LLVM Dependencies</bridgehead>
    145145
     146    <!-- cmake is now required -->
     147    <bridgehead renderas="sect4">Required</bridgehead>
     148    <para role="required">
     149      <xref linkend="cmake"/>
     150    </para>
     151
     152
    146153    <bridgehead renderas="sect4">Recommended</bridgehead>
    147154    <para role="recommended">
    148 <!-- autotools are obsolete and should not be used anymore. Cmake will be
    149      required for 3.9 -->
    150       <xref linkend="cmake"/>,
    151       <xref linkend="libffi"/>, and
     155      <xref linkend="libffi"/> and
    152156      <xref linkend="python2"/>
    153157    </para>
  • introduction/welcome/changelog.xml

    r1e1ffaa r7b3f441  
    4444-->
    4545    <listitem>
     46      <para>October 31st, 2016</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update llvm dependencies. Thansk to Samuel
     50          for the patch. Fixes
     51          <ulink url="&blfs-ticket-root;8465">#8465</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4657      <para>October 30th, 2016</para>
    4758      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.