Author: ken
Date: Fri Feb 3 17:05:51 2017
New Revision: 18247
Log:
asymptote-2.39
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/pst/typesetting/asymptote.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 3 16:25:28
2017 (r18246)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 3 17:05:51
2017 (r18247)
@@ -45,6 +45,10 @@
<listitem>
<para>February 3rd, 2017</para>
<itemizedlist>
+ <listitem>
+ <para>[ken] - Update to asymptote-2.39. Fixes
+ <ulink url="&blfs-ticket-root;8807">#8807</ulink>.</para>
+ </listitem>
<listitem revision="systemd">
<para>[renodr] - Update to Jinja2-2.9.5. Fixes
<ulink url="&blfs-ticket-root;8820">#8820</ulink>.</para>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Fri Feb 3 16:25:28 2017 (r18246)
+++ trunk/BOOK/packages.ent Fri Feb 3 17:05:51 2017 (r18247)
@@ -863,7 +863,7 @@
page, as well as to reference the directory in texlive, also
in asymptote, biber and xindy -->
<!ENTITY texlive-year "2016">
-<!ENTITY asymptote-version "2.38">
+<!ENTITY asymptote-version "2.39">
<!ENTITY biber-version "2.6">
<!ENTITY biblatex-version "3.5">
<!ENTITY xindy-version "2.5.1">
Modified: trunk/BOOK/pst/typesetting/asymptote.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/asymptote.xml Fri Feb 3 16:25:28 2017
(r18246)
+++ trunk/BOOK/pst/typesetting/asymptote.xml Fri Feb 3 17:05:51 2017
(r18247)
@@ -6,9 +6,9 @@
<!ENTITY asymptote-download-http
"&sourceforge-repo;/sourceforge/asymptote/asymptote-&asymptote-version;.src.tgz">
<!ENTITY asymptote-download-ftp " ">
- <!ENTITY asymptote-md5sum "aca55728252777d58ad6eeb2ee550b10">
+ <!ENTITY asymptote-md5sum "69df7cbe85f8daed0ea58b38c2cbe0d8">
<!ENTITY asymptote-size "3.4 MB">
- <!ENTITY asymptote-buildsize "164 MB">
+ <!ENTITY asymptote-buildsize "147 MB">
<!ENTITY asymptote-time "1.7 SBU">
]>
@@ -115,6 +115,7 @@
</para>
<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e
's/$/-linux/') &&
+export CFLAGS="-g -O2" &&
./configure --prefix=/opt/texlive/&texlive-year; \
--bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
--datarootdir=/opt/texlive/&texlive-year;/texmf-dist \
@@ -124,6 +125,7 @@
--enable-gc=system \
--with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \
--with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third
&&
+unset CFLAGS &&
make</userinput></screen>
<para>
@@ -141,6 +143,14 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para>
+ <command>export CFLAGS="-g -O2"</command>: by default CXXFLAGS of -g -O2
+ and CFLAGS of -g -O3 are used, but the CFLAGS follow the CXXFLAGS and
+ therefore override them. With gcc-6.3.0, using -O3 here breaks the build.
+ If you normally remove '-g' in your own CFLAGS and CXXFLAGS you can do
+ that here.
+ </para>
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/tex-prefix.xml"/>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page