|
From: | Eric Bavier |
Subject: | Re: [PATCH] Add SuiteSparse. |
Date: | Wed, 18 Mar 2015 13:52:27 -0500 |
User-agent: | Roundcube Webmail/1.0.5 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |