GNU bug report logs - #56999
Add phyml package tools.

Previous Next

Package: guix-patches;

Reported by: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>

Date: Fri, 5 Aug 2022 09:16:02 UTC

Severity: normal

Done: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <56999 <at> debbugs.gnu.org>
Cc: rekado <at> elephly.net
Subject: [bug#56999] [PATCH 4/4] nu: Add phyml-rf.
Date: Fri, 5 Aug 2022 11:33:06 +0200
* gnu/packages/bioinformatics.scm (phyml-rf): New variable.
---
 gnu/packages/bioinformatics.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1cb2b49eea..5421a987b7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9123,6 +9123,13 @@ (define-public phyml-phyrex
      `(#:configure-flags
         (list  "--enable-phyrex")))))
 
+(define-public phyml-rf
+  (package (inherit phyml)
+    (name "phyml-rf")
+    (arguments
+     `(#:configure-flags
+        (list  "--enable-rf")))))
+
 (define-public imp
   (package
     (name "imp")
-- 
2.37.1





This bug report was last modified 2 years and 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.