bug#32681: OpenBLAS with ILP64 storage model

2018-09-14 Thread Ludovic Courtès
Hi Eric, Eric Brown skribis: > Please find a patch attached which incorporates your suggestions. I simplified it further and pushed as daa6036fda502460f626b7beb0afa93a0bac6d01. Thanks! Ludo’.

bug#32681: OpenBLAS with ILP64 storage model

2018-09-13 Thread Eric Brown
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

bug#32681: OpenBLAS with ILP64 storage model

2018-09-11 Thread Ludovic Courtès
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

bug#32681: OpenBLAS with ILP64 storage model

2018-09-10 Thread Eric Brown
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: