guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: plink-ng: Build prettify binary.


From: guix-commits
Subject: 04/04: gnu: plink-ng: Build prettify binary.
Date: Wed, 31 Mar 2021 07:34:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 04ba7a196ab23539f1c7897ca5349fa635c5e88d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 31 14:27:41 2021 +0300

    gnu: plink-ng: Build prettify binary.
    
    * gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust
    make-flags to also build prettify.
---
 gnu/packages/bioinformatics.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cf2a8de..ae45ff8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6302,10 +6302,12 @@ subsequent visualization, annotation and storage of 
results.")
         (base32 "1p88lz9agzjlspjhciz61qjc36cfniv4nkxszyy0njqyc5rzc0cd"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f ;no "check" target
+     `(#:tests? #f ;no "check" target
        #:make-flags (list "BLASFLAGS=-llapack -lopenblas"
                           "CFLAGS=-Wall -O2 -DDYNAMIC_ZLIB=1"
                           "ZLIB=-lz"
+                          "BIN=plink prettify"
+                          (string-append "CC=" ,(cc-for-target))
                           (string-append "PREFIX=" (assoc-ref %outputs "out"))
                           "DESTDIR=")
        #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]