guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: plink-ng: Update to 2.00a2.3.


From: guix-commits
Subject: 01/04: gnu: plink-ng: Update to 2.00a2.3.
Date: Wed, 31 Mar 2021 07:34:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 58e9e0e1428e362777ccbb317df2d051ff76ce5b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 31 14:12:24 2021 +0300

    gnu: plink-ng: Update to 2.00a2.3.
    
    * gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a2.3.
    [arguments]: Adjust make-flags.
---
 gnu/packages/bioinformatics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a81c873..49ae8b1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6290,7 +6290,7 @@ subsequent visualization, annotation and storage of 
results.")
 (define-public plink-ng
   (package (inherit plink)
     (name "plink-ng")
-    (version "1.90b4")
+    (version "2.00a2.3")
     (source
      (origin
        (method git-fetch)
@@ -6299,14 +6299,13 @@ subsequent visualization, annotation and storage of 
results.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02npdwgkpfkdnhw819rhj5kw02a5k5m90b14zq9zzya4hyg929c0"))))
+        (base32 "1p88lz9agzjlspjhciz61qjc36cfniv4nkxszyy0njqyc5rzc0cd"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ;no "check" target
        #:make-flags (list "BLASFLAGS=-llapack -lopenblas"
                           "CFLAGS=-Wall -O2 -DDYNAMIC_ZLIB=1"
-                          "ZLIB=-lz"
-                          "-f" "Makefile.std")
+                          "ZLIB=-lz")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'chdir



reply via email to

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