Changeset 96ecf052 for general/genlib


Ignore:
Timestamp:
11/12/2015 05:09:41 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
d383449
Parents:
adda766
Message:
  • Fix GLib-2.46.2 when build with Python3.
  • Update to gsl-2.1.
  • Update to mupdf-1.8.

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    radda766 r96ecf052  
    162162
    163163    <para>
    164       <option>--with-python=python3</option>: Add this switch if you want GLib
    165       to use Python3 instead of Python2.
     164      <option>--with-python=/usr/bin/python3</option>: Add this switch if you
     165      want GLib to use Python3 instead of Python2.
    166166    </para>
    167167
  • general/genlib/gsl.xml

    radda766 r96ecf052  
    99  <!ENTITY gsl-download-ftp
    1010    "ftp://ftp.gnu.org/pub/gnu/gsl/gsl-&gsl-version;.tar.gz">
    11   <!ENTITY gsl-md5sum        "ae44cdfed78ece40e73411b63a78c375">
    12   <!ENTITY gsl-size          "3.4 MB">
    13   <!ENTITY gsl-buildsize     "195 MB (with tests)">
     11  <!ENTITY gsl-md5sum        "d8f70abafd3e9f0bae03c52d1f4e8de5">
     12  <!ENTITY gsl-size          "3.7 MB">
     13  <!ENTITY gsl-buildsize     "203 MB (with tests)">
    1414  <!ENTITY gsl-time          "1.5 SBU (with tests)">
    1515]>
     
    9191
    9292<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    93 make                                       &amp;&amp;
     93
     94make &amp;&amp;
     95
    9496make html</userinput></screen>
    9597
     
    102104    </para>
    103105
    104 <screen role="root"><userinput>make install                  &amp;&amp;
     106<screen role="root"><userinput>make install &amp;&amp;
     107
    105108mkdir /usr/share/doc/gsl-&gsl-version; &amp;&amp;
    106109cp doc/gsl-ref.html/* /usr/share/doc/gsl-&gsl-version;</userinput></screen>
     
    124127      <seglistitem>
    125128        <seg>
    126           gsl-config, gsl-histogram, and gsl-randist.
     129          gsl-config, gsl-histogram, and gsl-randist
    127130        </seg>
    128131        <seg>
    129           libgslcblas.so and libgsl.so.
     132          libgslcblas.so and libgsl.so
    130133        </seg>
    131134        <seg>
    132           /usr/include/gsl
     135          /usr/include/gsl and /usr/share/doc/gsl-&gsl-version;
    133136        </seg>
    134137      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.