all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludovic.courtes@inria.fr (Ludovic Courtès)
To: Eric Brown <brown@fastmail.com>
Cc: Eric Bavier <bavier@cray.com>, 32681@debbugs.gnu.org
Subject: bug#32681: OpenBLAS with ILP64 storage model
Date: Tue, 11 Sep 2018 12:18:19 +0200	[thread overview]
Message-ID: <87muso9w2c.fsf@gnu.org> (raw)
In-Reply-To: <87h8ixjwq2.fsf@fastmail.com> (Eric Brown's message of "Mon, 10 Sep 2018 08:41:41 -0500")

Hi Eric,

(Cc Eric Bavier and Markus who may be familiar with OpenBLAS.)

Eric Brown <brown@fastmail.com> skribis:

>From 8c9728eb66a45fd42f208df66d323981837c9c0c Mon Sep 17 00:00:00 2001
> From: Eric Brown <brown@fastmail.com>
> Date: Mon, 10 Sep 2018 08:33:43 -0500
> Subject: [PATCH] gnu: Add openblas-ilp64.
>
> * gnu/packages/maths.scm (openblas-ilp64): New variable.

[...]

> +(define-public openblas-ilp64
> +  (package
> +    (name "openblas-ilp64")
> +    (version "0.3.2")

Should we write it as:

  (package
    (inherit openblas)
    …)

?  That would avoid duplication with the ‘openblas’ package.

Also, should we add a ‘supported-systems’ field to restrict builds to
x86_64-linux, aarch64-linux, and mips64el-linux?

Apart from that it LGTM.

Thanks for the patch!

Ludo’.

  reply	other threads:[~2018-09-11 10:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 13:41 bug#32681: OpenBLAS with ILP64 storage model Eric Brown
2018-09-11 10:18 ` Ludovic Courtès [this message]
2018-09-13 14:16   ` Eric Brown
2018-09-14  9:24     ` Ludovic Courtès

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=87muso9w2c.fsf@gnu.org \
    --to=ludovic.courtes@inria.fr \
    --cc=32681@debbugs.gnu.org \
    --cc=bavier@cray.com \
    --cc=brown@fastmail.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 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.