From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] Add SuiteSparse. Date: Wed, 18 Mar 2015 13:52:27 -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]:46967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYJ51-0007bm-MP for guix-devel@gnu.org; Wed, 18 Mar 2015 14:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYJ4w-0007DH-Bu for guix-devel@gnu.org; Wed, 18 Mar 2015 14:52:35 -0400 Received: from mail.openmailbox.org ([62.4.1.34]:51265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYJ4w-0007D9-45 for guix-devel@gnu.org; Wed, 18 Mar 2015 14:52:30 -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 On 2015-03-18 05:09, Ricardo Wurmus wrote: > + (alist-cons-before > + 'install 'prepare-out > + (lambda _ > + (mkdir-p (string-append (assoc-ref %outputs "out") "/lib")) > + (mkdir-p (string-append (assoc-ref %outputs "out") > "/include"))) Could you note that README.txt states that "These directories must already exist"? > + (inputs > + `(("tbb" ,tbb) > + ("lapack" ,lapack) > + ("atlas" ,atlas))) It appears from the #:make-flags that only the blas library is used. Are both "lapack" and "atlas" required? Or would just one suffice? -- `~Eric