all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thiago Jung Bauermann via Guix-patches via <guix-patches@gnu.org>
To: Mathieu Othacehe <othacehe@gnu.org>
Cc: 50081@debbugs.gnu.org
Subject: [bug#50081] [PATCH] gnu: texlive-texmf: Disable LuaJIT engines on powerpc64le
Date: Tue, 17 Aug 2021 11:22:40 -0300	[thread overview]
Message-ID: <1845462.gg5fxL8uEK@popigai> (raw)
In-Reply-To: <87im045jjm.fsf@gnu.org>

Hi Mathieu,

Thank you for the quick review.

Em terça-feira, 17 de agosto de 2021, às 09:42:53 -03, Mathieu Othacehe 
escreveu:
> Hello,
> 
> > +                ;; LuaJIT is not ported to powerpc64le* yet.
> > +                (if (string-prefix? "powerpc64le"
> > +                                    ,(or (%current-target-system)
> > +                                        (%current-system)))
> 
> Do you think we could use the "target-powerpc?" procedure from (guix
> utils) here?

‘target-powerpc?’ would also match 32-bit PowerPC. LuaJIT does support that 
platform, but I couldn’t find out – and can’t test – whether the LuaJIT TeX 
engines do as well.

Since ‘texlive-latex-base’ doesn’t exclude 32-bit PowerPC, I’d suggest 
doing the same for ‘texlive-texmf’ as well. But I don’t have a strong 
opinion about it.

If you think it improves the code, I can use
“,(and (target-powerpc?) (target-64bit?))"


NB: I forgot to mention that this patch is for core-updates-frozen.

-- 
Thanks,
Thiago






  reply	other threads:[~2021-08-17 14:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-16 19:46 [bug#50081] [PATCH] gnu: texlive-texmf: Disable LuaJIT engines on powerpc64le Thiago Jung Bauermann via Guix-patches via
2021-08-17 12:42 ` Mathieu Othacehe
2021-08-17 14:22   ` Thiago Jung Bauermann via Guix-patches via [this message]
2021-08-17 22:51 ` Maxime Devos
2021-08-18  2:53   ` Thiago Jung Bauermann via Guix-patches via
2021-08-18  2:55 ` [bug#50081] [PATCH core-updates-frozen v2] gnu: texlive-texmf: Disable LuaJIT engines on powerpc64* Thiago Jung Bauermann via Guix-patches via
2021-08-18 10:39   ` Efraim Flashner
2021-08-19  4:51     ` Thiago Jung Bauermann via Guix-patches via
2021-08-19  6:52       ` Efraim Flashner
2021-08-20  0:41         ` Thiago Jung Bauermann via Guix-patches via
2021-08-20  0:47 ` [bug#50081] [PATCH core-updates-frozen v3] gnu: texlive-texmf: Disable LuaJIT engines on powerpc64le Thiago Jung Bauermann via Guix-patches via
2021-08-22 11:19   ` bug#50081: " Efraim Flashner
2021-08-22 22:49     ` [bug#50081] " Thiago Jung Bauermann via Guix-patches via
2021-08-23  6:19       ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1845462.gg5fxL8uEK@popigai \
    --to=guix-patches@gnu.org \
    --cc=50081@debbugs.gnu.org \
    --cc=bauermann@kolabnow.com \
    --cc=othacehe@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.