guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add rmath-standalone.


From: Ricardo Wurmus
Subject: 01/02: gnu: Add rmath-standalone.
Date: Tue, 22 Aug 2017 10:24:47 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6be54a8751ac36b9b2cd80f4914b11f89a087f6f
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 22 11:53:12 2017 +0200

    gnu: Add rmath-standalone.
    
    * gnu/packages/statistics.scm (rmath-standalone): New variable.
---
 gnu/packages/statistics.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6850422..7f6360f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -269,6 +269,18 @@ publication-quality data plots.  A large amount of 
3rd-party packages are
 available, greatly increasing its breadth and scope.")
     (license license:gpl3+)))
 
+(define-public rmath-standalone
+  (package (inherit r-minimal)
+    (name "rmath-standalone")
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (add-after 'configure 'chdir
+           (lambda _ (chdir "src/nmath/standalone/") #t)))))
+    (synopsis "Standalone R math library")
+    (description
+     "This package provides the R math library as an independent package.")))
+
 (define-public r-boot
   (package
     (name "r-boot")



reply via email to

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