From e100c6f5746e458cfc7fad4b87ec6a6d0535dd91 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 2 Mar 2020 17:58:52 +0000 Subject: new luajithbtex engine (not on all platforms) git-svn-id: svn://tug.org/texlive/trunk@54001 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/scripts/texlive') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index afc483458ed..eca26a6f284 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5714,7 +5714,7 @@ sub check_executes { next if ($name eq "cont-en"); # too confusing # we check that the name exist in bin/$arch if (",$TeXLive::TLConfig::PartialEngineSupport," =~ /,$engine,/) { - # luajittex is special since it is not available on all architectures + # luajit[hb]tex is special since it is not available on all architectures # due to inherent reasons (machine code); # luahbtex is special until we build it everywhere for TL'20. # @@ -5726,7 +5726,7 @@ sub check_executes { # * if tlpkg/tlpsrc/.tlpsrc is *not* available (i.e., not # the development tree) we just ignore it completely. my $pkg; - if ($engine eq "luajittex") { + if ($engine =~ /luajit(hb)?tex/) { $pkg = "luajittex"; } elsif ($engine eq "luahbtex") { $pkg = "luahbtex"; @@ -7144,11 +7144,13 @@ and the repository are not compatible: # check for being frozen if ($remotetlpdb->config_frozen) { my $frozen_msg = <