Changeset 51ec5232 for pst/typesetting


Ignore:
Timestamp:
02/04/2017 01:05:51 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
8cc52344
Parents:
a2453cf6
Message:

asymptote-2.39

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    ra2453cf6 r51ec5232  
    77  <!ENTITY asymptote-download-http "&sourceforge-repo;/sourceforge/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "aca55728252777d58ad6eeb2ee550b10">
     9  <!ENTITY asymptote-md5sum        "69df7cbe85f8daed0ea58b38c2cbe0d8">
    1010  <!ENTITY asymptote-size          "3.4 MB">
    11   <!ENTITY asymptote-buildsize     "164 MB">
     11  <!ENTITY asymptote-buildsize     "147 MB">
    1212  <!ENTITY asymptote-time          "1.7 SBU">
    1313]>
     
    116116
    117117<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
     118export CFLAGS="-g -O2" &amp;&amp;
    118119./configure --prefix=/opt/texlive/&texlive-year; \
    119120 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
     
    125126 --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \
    126127 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third &amp;&amp;
     128unset CFLAGS &amp;&amp;
    127129make</userinput></screen>
    128130
     
    141143  <sect2 role="commands">
    142144    <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>
    143153
    144154    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.