Re: [PATCH] Replace ATLAS with OpenBLAS (+lapack)

2015-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> attached are three more patches to replace ATLAS with OpenBLAS in >> python.scm. [...] >> From 79d29126037cd227b01b3a193bf016ec9e12b4fb Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Fri, 12 Jun 2015 11:34:39 +0200 >> Subject:

Re: [PATCH] Replace ATLAS with OpenBLAS (+lapack)

2015-06-14 Thread Ludovic Courtès
Ricardo Wurmus skribis: > attached are three more patches to replace ATLAS with OpenBLAS in > python.scm. Good! > From aeb4f541486d5bb02d4002380e8f7be49967b10d Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 12 Jun 2015 10:48:58 +0200 > Subject: [PATCH 1/3] gnu: python-numpy-boots

[PATCH] Replace ATLAS with OpenBLAS (+lapack)

2015-06-12 Thread Ricardo Wurmus
Hi Guix, attached are three more patches to replace ATLAS with OpenBLAS in python.scm. I noticed that numpy also needs "lapack", because OpenBLAS is built with "NO_LAPACK=1". That's what the first patch is for. This is also important for the second patch which makes python-scipy use OpenBLAS an