From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] Add openblas. Date: Wed, 18 Mar 2015 13:04:39 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYIKk-0007or-Et for guix-devel@gnu.org; Wed, 18 Mar 2015 14:04:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYIKh-0004Cf-3o for guix-devel@gnu.org; Wed, 18 Mar 2015 14:04:46 -0400 Received: from mail.openmailbox.org ([62.4.1.34]:33634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYIKg-0004CN-Ri for guix-devel@gnu.org; Wed, 18 Mar 2015 14:04:43 -0400 In-Reply-To: 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 On 2015-03-17 06:32, Ricardo Wurmus wrote: > From: Ricardo Wurmus > Date: Tue, 17 Mar 2015 12:24:45 +0100 > Subject: [PATCH] gnu: Add openblas. > > * gnu/packages/maths.scm (openblas): New variable. Does the build system need any special flags for cpu-targeting? I.e. does the build system detect the cpu that it is building on? If that's the case, I believe we've usually targeted the least common denominator for our supported system (e.g. SSE2 for x86-64). -- `~Eric