Hi Eric,
Eric Brown skribis:
> Please find a patch attached which incorporates your suggestions.
I simplified it further and pushed as
daa6036fda502460f626b7beb0afa93a0bac6d01.
Thanks!
Ludo’.
ludovic.cour...@inria.fr (Ludovic Courtès) writes:
> 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
Hi Eric,
(Cc Eric Bavier and Markus who may be familiar with OpenBLAS.)
Eric Brown skribis:
>>From 8c9728eb66a45fd42f208df66d323981837c9c0c Mon Sep 17 00:00:00 2001
> From: Eric Brown
> Date: Mon, 10 Sep 2018 08:33:43 -0500
> Subject: [PATCH] gnu: Add openblas-ilp64.
>
> * gnu/packages/maths.s
This patch introduces a new package named `openblas-ilp64', which uses
the ILP64 model.
The library name contains the suffix "_ilp64" to the library name and so
hopefully may co-exist with the existing `openblas' port.
>From 8c9728eb66a45fd42f208df66d323981837c9c0c Mon Sep 17 00:00:00 2001
From: