Changeset 66ea21f for general


Ignore:
Timestamp:
06/30/2015 06:46:09 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
36336d8
Parents:
ac1441e
Message:

Update to liblinear-2.0.
Tag Nmap as &gcc5_checked

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/liblinear.xml

    rac1441e r66ea21f  
    77  <!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
    88  <!ENTITY liblinear-download-ftp  " ">
    9   <!ENTITY liblinear-md5sum        "e689ab6a01644a3aa615d2613c55c539">
    10   <!ENTITY liblinear-size          "356 KB">
     9  <!ENTITY liblinear-md5sum        "56b6ee176dbc63f41d94475914304719">
     10  <!ENTITY liblinear-size          "372 KB">
    1111  <!ENTITY liblinear-buildsize     "1.2 MB">
    12   <!ENTITY liblinear-time          "less than 0.1 SBU">
     12  <!ENTITY liblinear-time          "0.1 SBU">
    1313]>
    1414
     
    3939    </para>
    4040
    41     &lfs77_checked;
     41    &lfs77_checked; &gcc5_checked;
    4242
    4343    <note>
    4444      <para>
    4545        After updating this package from
    46         <application>liblinear-1.94</application> or earlier, you need to
     46        <application>liblinear-1.96</application> or earlier, you need to
    4747        reinstall <xref linkend="nmap"/>, in order to link to the new library.
    4848      </para>
     
    105105
    106106<screen role="root"><userinput>install -vm644 linear.h /usr/include &amp;&amp;
    107 install -vm755 liblinear.so.2 /usr/lib &amp;&amp;
    108 ln -sfv liblinear.so.2 /usr/lib/liblinear.so</userinput></screen>
     107install -vm755 liblinear.so.3 /usr/lib &amp;&amp;
     108ln -sfv liblinear.so.3 /usr/lib/liblinear.so</userinput></screen>
    109109  </sect2>
    110110
Note: See TracChangeset for help on using the changeset viewer.