gnu: plink-ng: Build prettify binary.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 31 Mar 2021 11:27:41 +0000 (14:27 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 31 Mar 2021 11:33:42 +0000 (14:33 +0300)
* gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust
make-flags to also build prettify.

gnu/packages/bioinformatics.scm

index cf2a8de..ae45ff8 100644 (file)
@@ -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