Changeset f2e7e668
- Timestamp:
- 10/15/2017 10:19:33 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cb2e120
- Parents:
- a9c0e8d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libxml2.xml
ra9c0e8d rf2e7e668 136 136 </para> 137 137 138 <screen><userinput> 139 ./configure --prefix=/usr \ 138 <screen><userinput>./configure --prefix=/usr \ 140 139 --disable-static \ 141 140 --with-history \ -
general/prog/python3.xml
ra9c0e8d rf2e7e668 8 8 "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz"> 9 9 <!ENTITY python3-download-ftp " "> 10 <!ENTITY python3-md5sum " 2c68846471994897278364fc18730dd9">10 <!ENTITY python3-md5sum "b9c2c36c33fb89bda1fefd37ad5af9be"> 11 11 <!ENTITY python3-size "16 MB"> 12 <!ENTITY python3-buildsize " 345 MB (with docs; add 30 MB for thetests)">13 <!ENTITY python3-time " 1.1 SBU (add 3.4 SBU for tests)">12 <!ENTITY python3-buildsize "158 MB (add 30 MB for tests)"> 13 <!ENTITY python3-time "0.6 SBU (using parallelism=4; add 3.4 SBU for tests)"> 14 14 15 15 <!ENTITY python3htmldoc-download-http … … 80 80 </listitem> 81 81 </itemizedlist> 82 82 <!-- 83 83 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 84 84 <itemizedlist spacing="compact"> … … 90 90 </listitem> 91 91 </itemizedlist> 92 92 --> 93 93 <bridgehead renderas="sect3">Python 3 Dependencies</bridgehead> 94 94 <!-- … … 145 145 chmod -v 755 /usr/lib/libpython&python3-majorver;m.so && 146 146 chmod -v 755 /usr/lib/libpython3.so</userinput></screen> 147 147 <!-- 148 148 <para> 149 149 If you have downloaded the preformatted documentation from … … 153 153 154 154 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html && 155 tar - -strip-components=1 \156 - -no-same-owner \157 - -no-same-permissions \155 tar - -strip-components=1 \ 156 - -no-same-owner \ 157 - -no-same-permissions \ 158 158 -C /usr/share/doc/python-&python3-version;/html \ 159 159 -xvf ../python-&python3-version;-docs-html.tar.bz2</userinput></screen> 160 160 --> 161 161 <para> 162 162 The test suite must be run separately from the build, either before or -
introduction/welcome/changelog.xml
ra9c0e8d rf2e7e668 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to python3-3.6.3. Fixes 50 <ulink url="&blfs-ticket-root;9841">#9841</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[bdubbs] - Add an optional patch to glib to allow 50 54 user supression of unwanted warning messages.</para> -
packages.ent
ra9c0e8d rf2e7e668 319 319 <!ENTITY php-version "7.1.10"> 320 320 <!ENTITY python2-version "2.7.14"> 321 <!ENTITY python3-version "3.6. 2">321 <!ENTITY python3-version "3.6.3"> 322 322 <!ENTITY ruby-minor-version "2.4"> 323 323 <!ENTITY ruby-patch-version "2">
Note:
See TracChangeset
for help on using the changeset viewer.