unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/4] gnu: Add r-synchronicity.
@ 2016-10-28 12:25 Roel Janssen
  2016-10-28 20:42 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2016-10-28 12:25 UTC (permalink / raw)
  To: guix-devel


* gnu/packages/statistics.scm (r-synchronicity): New variable.
---
 gnu/packages/statistics.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b15f9cf..9e2d4a9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2787,6 +2787,29 @@ Fourier transform, fuzzy clustering, support vector machines, shortest path
 computation, bagged clustering, naive Bayes classifier, and more.")
     (license license:gpl2+)))
 
+(define-public r-synchronicity
+  (package
+    (name "r-synchronicity")
+    (version "1.1.9.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "synchronicity" version))
+       (sha256
+        (base32
+         "0d9skpwmsnkn4xb3f2kgyyv8bhdi0r9p1kj3cvi0s92fjjnpi00c"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-bh" ,r-bh)
+       ("r-bigmemory-sri" ,r-bigmemory-sri)
+       ("r-rcpp" ,r-rcpp)))
+    (home-page "http://www.bigmemory.org")
+    (synopsis "Boost mutex functionality in R")
+    (description "This package provides support for synchronization
+via mutexes and may eventually support interprocess communication and
+message passing.")
+    (license (list license:lgpl2.1 license:asl2.0))))
+
 (define-public r-nmf
   (package
     (name "r-nmf")
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/4] gnu: Add r-synchronicity.
  2016-10-28 12:25 [PATCH 1/4] gnu: Add r-synchronicity Roel Janssen
@ 2016-10-28 20:42 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2016-10-28 20:42 UTC (permalink / raw)
  To: Roel Janssen; +Cc: guix-devel


Roel Janssen <roel@gnu.org> writes:

> * gnu/packages/statistics.scm (r-synchronicity): New variable.
> ---
>  gnu/packages/statistics.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
> index b15f9cf..9e2d4a9 100644
> --- a/gnu/packages/statistics.scm
> +++ b/gnu/packages/statistics.scm
> @@ -2787,6 +2787,29 @@ Fourier transform, fuzzy clustering, support vector machines, shortest path
>  computation, bagged clustering, naive Bayes classifier, and more.")
>      (license license:gpl2+)))
>  
> +(define-public r-synchronicity
> +  (package
> +    (name "r-synchronicity")
> +    (version "1.1.9.1")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (cran-uri "synchronicity" version))
> +       (sha256
> +        (base32
> +         "0d9skpwmsnkn4xb3f2kgyyv8bhdi0r9p1kj3cvi0s92fjjnpi00c"))))
> +    (build-system r-build-system)
> +    (propagated-inputs
> +     `(("r-bh" ,r-bh)
> +       ("r-bigmemory-sri" ,r-bigmemory-sri)
> +       ("r-rcpp" ,r-rcpp)))
> +    (home-page "http://www.bigmemory.org")
> +    (synopsis "Boost mutex functionality in R")
> +    (description "This package provides support for synchronization
> +via mutexes and may eventually support interprocess communication and
> +message passing.")
> +    (license (list license:lgpl2.1 license:asl2.0))))
> +
>  (define-public r-nmf
>    (package
>      (name "r-nmf")

The order of patches is wrong.  Since this depends on “r-bigmemory-sri”
it ought to be committed after it.

Other than that it’s fine.  Thanks!

~~ Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-28 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 12:25 [PATCH 1/4] gnu: Add r-synchronicity Roel Janssen
2016-10-28 20:42 ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).