GNU bug report logs - #32681
OpenBLAS with ILP64 storage model

Previous Next

Package: guix;

Reported by: Eric Brown <brown <at> fastmail.com>

Date: Mon, 10 Sep 2018 13:43:01 UTC

Severity: normal

Done: ludovic.courtes <at> inria.fr (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #8 received at 32681 <at> debbugs.gnu.org (full text, mbox):

From: ludovic.courtes <at> inria.fr (Ludovic Courtès)
To: Eric Brown <brown <at> fastmail.com>
Cc: Eric Bavier <bavier <at> cray.com>, 32681 <at> debbugs.gnu.org,
 Marius Bakke <mbakke <at> fastmail.com>
Subject: Re: bug#32681: OpenBLAS with ILP64 storage model
Date: Tue, 11 Sep 2018 12:18:19 +0200
Hi Eric,

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

Eric Brown <brown <at> fastmail.com> skribis:

>>From 8c9728eb66a45fd42f208df66d323981837c9c0c Mon Sep 17 00:00:00 2001
> From: Eric Brown <brown <at> 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’.




This bug report was last modified 6 years and 310 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.