unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: zimoun <zimon.toutoune@gmail.com>
Cc: Efraim Flashner <efraim@flashner.co.il>,
	 Guix Devel <guix-devel@gnu.org>,
	 Christopher Baines <mail@cbaines.net>
Subject: Re: Julia packages on build farms?
Date: Thu, 07 Jul 2022 10:03:41 +0200	[thread overview]
Message-ID: <878rp51h9e.fsf@gnu.org> (raw)
In-Reply-To: <87a69mzblo.fsf@gmail.com> (zimoun's message of "Wed, 06 Jul 2022 14:09:39 +0200")

zimoun <zimon.toutoune@gmail.com> skribis:

> (use-modules (guix build-system julia)
>              (guix packages)
>              (guix profiles)
>              (gnu packages))
>
>
> (manifest
>  (map package->manifest-entry
>       (fold-packages
>        (lambda (package result)
>          (if (eq? (package-build-system package) julia-build-system)
>              (cons package result)
>              result))
>        '())))

With a commit from July 3rd, I get good coverage:

--8<---------------cut here---------------start------------->8---
$ guix weather -m /tmp/julia.scm
computing 296 package derivations for x86_64-linux...
looking for 311 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org
  99.7% substitutes available (310 out of 311)
  at least 300.7 MiB of nars (compressed)
  668.9 MiB on disk (uncompressed)
  0.026 seconds per request (0.9 seconds in total)
  38.6 requests per second

  0.0% (0 out of 1) of the missing items are queued
  at least 1,000 queued builds
      x86_64-linux: 381 (38.1%)
      i686-linux: 341 (34.1%)
      powerpc64le-linux: 257 (25.7%)
      aarch64-linux: 21 (2.1%)
  build rate: 43.80 builds per hour
      aarch64-linux: 11.74 builds per hour
      powerpc64le-linux: 9.46 builds per hour
      i686-linux: 9.55 builds per hour
      x86_64-linux: 13.16 builds per hour
looking for 311 store items on https://bordeaux.guix.gnu.org...
https://bordeaux.guix.gnu.org
  98.4% substitutes available (306 out of 311)
  140.3 MiB of nars (compressed)
  665.7 MiB on disk (uncompressed)
  0.007 seconds per request (2.2 seconds in total)
  136.6 requests per second
  (continuous integration information unavailable)
$ guix describe
Generation 221  Jul 03 2022 23:52:07    (current)
  guix e069de4
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: e069de452a2c923868f5137421b4b6349c38d754
--8<---------------cut here---------------end--------------->8---

Ludo’.


  reply	other threads:[~2022-07-07  8:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-06 11:25 Julia packages on build farms? zimoun
2022-07-06 11:33 ` Efraim Flashner
2022-07-06 12:09   ` zimoun
2022-07-07  8:03     ` Ludovic Courtès [this message]
2022-07-06 11:41 ` Christopher Baines
2022-07-06 11:59   ` zimoun
2022-07-06 12:56     ` Christopher Baines

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=878rp51h9e.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=mail@cbaines.net \
    --cc=zimon.toutoune@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).