Changeset 8501ab3


Ignore:
Timestamp:
07/23/2013 05:14:22 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6b14cb2
Parents:
bc14bd2c
Message:

Update to gsl-1.16

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbc14bd2c r8501ab3  
    219219<!ENTITY gmime-version                "2.6.16">
    220220<!ENTITY gobject-introspection-version "1.36.0">
    221 <!ENTITY gsl-version                  "1.15">
     221<!ENTITY gsl-version                  "1.16">
    222222
    223223<!ENTITY icu-major                    "51">
  • general/genlib/gsl.xml

    rbc14bd2c r8501ab3  
    99  <!ENTITY gsl-download-ftp
    1010    "ftp://ftp.gnu.org/pub/gnu/gsl/gsl-&gsl-version;.tar.gz">
    11   <!ENTITY gsl-md5sum        "494ffefd90eef4ada678c306bab4030b">
    12   <!ENTITY gsl-size          "3.1 MB">
    13   <!ENTITY gsl-buildsize     "188 MB">
    14   <!ENTITY gsl-time          "2.1 SBU">
     11  <!ENTITY gsl-md5sum        "e49a664db13d81c968415cd53f62bc8b">
     12  <!ENTITY gsl-size          "3.4 MB">
     13  <!ENTITY gsl-buildsize     "208 MB">
     14  <!ENTITY gsl-time          "2.2 SBU">
    1515]>
    1616
     
    8282    </para>
    8383
    84 <screen><userinput>./configure --prefix=/usr --disable-static           &amp;&amp;
    85 make                                                 &amp;&amp;
    86 
    87 sed -i -e "s/--run makeinfo/&amp; --force/" doc/Makefile &amp;&amp;
     84<screen><userinput>
     85./configure --prefix=/usr --disable-static &amp;&amp;
     86make                                       &amp;&amp;
    8887make html</userinput></screen>
    8988
  • introduction/welcome/changelog.xml

    rbc14bd2c r8501ab3  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to gsl-1.16.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[igor] - Harfbuzz-0.9.19.</para>
    5154        </listitem>
Note: See TracChangeset for help on using the changeset viewer.