From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: R Date: Fri, 05 Feb 2016 12:59:22 -0500 Message-ID: <878u2z11j9.fsf@kyleam.com> References: <20160204193924.GA8852@debian> <20160205100040.GA4213@debian.eduroam.u-bordeaux.fr> 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]:36236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRkfM-0006Gb-PN for guix-devel@gnu.org; Fri, 05 Feb 2016 12:59:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRkfI-0006kE-JE for guix-devel@gnu.org; Fri, 05 Feb 2016 12:59:32 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:51130 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRkfI-0006k8-Ep for guix-devel@gnu.org; Fri, 05 Feb 2016 12:59:28 -0500 In-Reply-To: (Ricardo Wurmus's message of "Fri, 5 Feb 2016 18:17:04 +0100") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: [...] > I can also confirm that dropping openblas from the R build =E2=80=9Cfixes= =E2=80=9D the > segfault when running > > x <- eigen(crossprod(matrix(rnorm(50 * 500), 50, 500))) > > as reported here: https://github.com/xianyi/OpenBLAS/issues/703 > > So, I think it=E2=80=99s a good idea to build R without OpenBLAS on all > architectures for now. Thank you, Ricardo. I'm sorry I wasn't able make any progress on figuring out what the underlying issue was there. --=20 Kyle