Changeset 51ec5232
- Timestamp:
- 02/04/2017 01:05:51 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 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:
- 8cc52344
- Parents:
- a2453cf6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
ra2453cf6 r51ec5232 46 46 <para>February 3rd, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Update to asymptote-2.39. Fixes 50 <ulink url="&blfs-ticket-root;8807">#8807</ulink>.</para> 51 </listitem> 48 52 <listitem revision="systemd"> 49 53 <para>[renodr] - Update to Jinja2-2.9.5. Fixes -
packages.ent
ra2453cf6 r51ec5232 864 864 in asymptote, biber and xindy --> 865 865 <!ENTITY texlive-year "2016"> 866 <!ENTITY asymptote-version "2.3 8">866 <!ENTITY asymptote-version "2.39"> 867 867 <!ENTITY biber-version "2.6"> 868 868 <!ENTITY biblatex-version "3.5"> -
pst/typesetting/asymptote.xml
ra2453cf6 r51ec5232 7 7 <!ENTITY asymptote-download-http "&sourceforge-repo;/sourceforge/asymptote/asymptote-&asymptote-version;.src.tgz"> 8 8 <!ENTITY asymptote-download-ftp " "> 9 <!ENTITY asymptote-md5sum " aca55728252777d58ad6eeb2ee550b10">9 <!ENTITY asymptote-md5sum "69df7cbe85f8daed0ea58b38c2cbe0d8"> 10 10 <!ENTITY asymptote-size "3.4 MB"> 11 <!ENTITY asymptote-buildsize "1 64MB">11 <!ENTITY asymptote-buildsize "147 MB"> 12 12 <!ENTITY asymptote-time "1.7 SBU"> 13 13 ]> … … 116 116 117 117 <screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') && 118 export CFLAGS="-g -O2" && 118 119 ./configure --prefix=/opt/texlive/&texlive-year; \ 119 120 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \ … … 125 126 --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \ 126 127 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third && 128 unset CFLAGS && 127 129 make</userinput></screen> 128 130 … … 141 143 <sect2 role="commands"> 142 144 <title>Command Explanations</title> 145 146 <para> 147 <command>export CFLAGS="-g -O2"</command>: by default CXXFLAGS of -g -O2 148 and CFLAGS of -g -O3 are used, but the CFLAGS follow the CXXFLAGS and 149 therefore override them. With gcc-6.3.0, using -O3 here breaks the build. 150 If you normally remove '-g' in your own CFLAGS and CXXFLAGS you can do 151 that here. 152 </para> 143 153 144 154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.