all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Tournier <zimon.toutoune@gmail.com>
To: Andreas Enge <andreas@enge.fr>
Cc: 62819@debbugs.gnu.org
Subject: [bug#62819] [PATCH core-updates 1/2] gnu: julia: Fix test suite regression.
Date: Fri, 14 Apr 2023 18:33:42 +0200	[thread overview]
Message-ID: <87mt3afmop.fsf@gmail.com> (raw)
In-Reply-To: <ZDlvJZ8gC83zLqHp@jurong>

Hi Andreas,

On ven., 14 avril 2023 at 17:20, Andreas Enge <andreas@enge.fr> wrote:

> It passed on berlin, and I pushed the patch, thanks! This is frightening
> and quite unreasonable. If julia  needs more than 16GB of main memory to
> build, it will pass on our aarch64 machines with 32GB of memory, but not
> on most boards limited to 4GB.

Julia requires more than 4GB – currently the 8GB of my laptop are full
and extended by 6GB of swap; still building and maybe will fail — and
supports these platform:

                    x86-64         (64-bit)  
                    i686           (32-bit)          
                    ARMv8          (64-bit)          
                    ARMv7          (32-bit)          
                    PowerPC        (64-bit)  
    CUDA 10.1       Nvidia CUDA    (64-bit)
    ROCM            AMD ROCM       (64-bit)  
    oneAPI          Intel oneAPI   (64-bit)

    https://julialang.org/downloads/#supported_platforms

Upstream provides binaries for these.  AFAIK, for most of them, Julia is
cross-compiled and not natively compiled.  Well, I am still missing the
point to natively compile on limited boards.

Having substitutes running on non-x86_64 architectures is one thing,
directly build on these non-x86_64 architectures is another.

(I am not saying that direct builds on these non-x86_64 architectures is
not interesting by itself but that I miss the aim of such for some heavy
packages as Julia or GHC or else.)


Cheers,
simon





  reply	other threads:[~2023-04-14 17:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 20:24 [bug#62819] [PATCH core-updates 1/2] gnu: julia: Fix test suite regression Simon Tournier
2023-04-13 20:26 ` [bug#62819] [PATCH core-updates 2/2] gnu: ghc-8.10: Increase 'max-silent-time' Simon Tournier
2023-04-14 12:04 ` [bug#62819] [PATCH core-updates 1/2] gnu: julia: Fix test suite regression Andreas Enge
2023-04-14 12:23   ` Andreas Enge
2023-04-14 14:12     ` Simon Tournier
2023-04-14 14:17       ` Andreas Enge
2023-04-14 15:20         ` Andreas Enge
2023-04-14 16:33           ` Simon Tournier [this message]
2023-04-17  9:45             ` Andreas Enge
2023-04-17 13:32               ` Simon Tournier
2023-04-17 14:24                 ` Andreas Enge
2023-04-17 19:56                   ` Andreas Enge
2023-04-16 12:06 ` bug#62819: Close Andreas Enge

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=87mt3afmop.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=62819@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    /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.