From fbb7e835bffb3653af5165cbcc62aef0df8bfe93 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 Apr 2017 17:27:26 +0000 Subject: asymptote 2.41 for TL17 git-svn-id: svn://tug.org/texlive/trunk@43843 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/asymptote/asy.exe | Bin 6309888 -> 6501376 bytes Master/tlpkg/bin/tl-update-asy | 17 ++++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/asymptote/asy.exe b/Master/tlpkg/asymptote/asy.exe index a99e5a4714e..bfd26f3f847 100755 Binary files a/Master/tlpkg/asymptote/asy.exe and b/Master/tlpkg/asymptote/asy.exe differ diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index f4321e32207..ba03b39bf10 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -15,6 +15,7 @@ ver=... # the newly-released version, from revision.cc test "x$1" = x--build || exit 1 +renice +19 -p $$ >/dev/null 2>&1 # if false && $update_sources_from_ctan; then @@ -61,17 +62,17 @@ elif test "x$1" = x--build; then $svn revert doc/asy-latex.pdf rm -f Makefile fi - rm -rf config.h config.log config.status errors.temp autom4te.cache - rm -rf /tmp/ainst + rm -rf config.cache config.h config.log config.status errors.temp + rm -rf /tmp/ainst autom4te.cache # these configure options represent what is intended to be supported - # in the i386-linux build. + # in the x86_64-linux build. ASYMPTOTE_EPSDRIVER=epswrite; export ASYMPTOTE_EPSDRIVER - ./configure --prefix=/tmp/ainst \ + ./configure -C --prefix=/tmp/ainst \ --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \ --enable-fftw --enable-gl --enable-gsl \ --enable-texlive-build CFLAGS=-g CXXFLAGS=-ansi - nice make - nice make check + make + make check make install-prebuilt test ! -r .git || mv dot.git .git exit 0 @@ -99,6 +100,8 @@ elif false && $update_runtime_from_ainst; then $cp latex/asymptote/* $xist/tex/latex/asymptote/ $cp context*/asymptote/* $xist/tex/context/third/asymptote/ # + # also copy in i386-linux binaryfrom build machine. + lb=$xb/x86_64-linux $cp bin/asy $lb/ strip $lb/asy @@ -107,7 +110,7 @@ elif false && $update_runtime_from_ainst; then ci="$xu/README \ $xy \ - $lb/asy $pg/asymptote/ \ + $xb/i386-linux $lb $pg/asymptote/ \ $xist/doc/info/ $xist/doc/man $xist/doc/asymptote \ $xist/asymptote/ $xist/tex/*/asymptote" -- cgit v1.2.3