From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Replace ATLAS with OpenBLAS (+lapack) Date: Mon, 15 Jun 2015 10:44:52 +0200 Message-ID: References: <87616q54mc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4Q0u-00031o-Vy for guix-devel@gnu.org; Mon, 15 Jun 2015 04:45:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4Q0q-000750-Qj for guix-devel@gnu.org; Mon, 15 Jun 2015 04:45:04 -0400 In-Reply-To: <87616q54mc.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Ludovic Court=C3=A8s 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: [PATCH 3/3] gnu: python-scikit-learn: Use OpenBLAS instead of= ATLAS. >> >> * gnu/packages/python.scm (python-scikit-learn)[inputs]: Replace "atla= s" with >> "openblas". > > Please mention how the phases are modified in the commit log. I updated the commit log and pushed the three commits. Thank you for the review! ~~ Ricardo