guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: flexbar: Remove trailing #T.


From: guix-commits
Subject: 07/15: gnu: flexbar: Remove trailing #T.
Date: Sun, 24 Oct 2021 16:39:08 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 084bdf9d694e924aa82673cc2aeeb3f9d78199c5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 18:49:43 2021 +0000

    gnu: flexbar: Remove trailing #T.
    
    * gnu/packages/bioinformatics.scm (flexbar)[arguments]: Remove trailing #T
    from all build phases.
---
 gnu/packages/bioinformatics.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5f31485..dfb260a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3583,20 +3583,17 @@ results.  The FASTX-Toolkit tools perform some of these 
preprocessing tasks.")
          (add-after 'unpack 'do-not-tune-to-CPU
            (lambda _
              (substitute* "src/CMakeLists.txt"
-               ((" -march=native") ""))
-             #t))
+               ((" -march=native") ""))))
          (replace 'check
            (lambda* (#:key outputs #:allow-other-keys)
              (setenv "PATH" (string-append (getcwd) ":" (getenv "PATH")))
              (with-directory-excursion "../source/test"
-               (invoke "bash" "flexbar_test.sh"))
-             #t))
+               (invoke "bash" "flexbar_test.sh"))))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (string-append (assoc-ref outputs "out")))
                     (bin (string-append out "/bin/")))
-               (install-file "flexbar" bin))
-             #t)))))
+               (install-file "flexbar" bin)))))))
     (inputs
      `(("tbb" ,tbb)
        ("zlib" ,zlib)))



reply via email to

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