guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] gnu: Add r-bigmemory-sri.


From: Ricardo Wurmus
Subject: Re: [PATCH 2/4] gnu: Add r-bigmemory-sri.
Date: Fri, 04 Nov 2016 14:21:53 +0100
User-agent: mu4e 0.9.16; emacs 26.0.50.1

Roel Janssen <address@hidden> writes:

>> Your patch is fine if you add a comment above the license field that
>> states that these one of these two licenses may be choosen.
>
> Right.  Would the following patch be alright then:
>
> modified   gnu/packages/statistics.scm
> @@ -2787,6 +2787,26 @@ Fourier transform, fuzzy clustering, support vector 
> machines, shortest path
>  computation, bagged clustering, naive Bayes classifier, and more.")
>      (license license:gpl2+)))
>  
> +(define-public r-bigmemory-sri
> +  (package
> +    (name "r-bigmemory-sri")
> +    (version "0.1.3")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (cran-uri "bigmemory.sri" version))
> +       (sha256
> +        (base32 "0mg14ilwdkd64q2ri9jdwnk7mp55dqim7xfifrs65sdsv1934h2m"))))
> +    (properties
> +     `((upstream-name . "bigmemory.sri")))
> +    (build-system r-build-system)
> +    (home-page "http://cran.r-project.org/web/packages/bigmemory.sri";)
> +    (synopsis "Shared resource interface for the bigmemory package")
> +    (description "This package provides a shared resource interface for the
> +bigmemory and synchronicity packages.")
> +    ;; Users can choose either LGPLv3 or ASL2.0.
> +    (license (list license:lgpl3 license:asl2.0))))
> +
>  (define-public r-nmf
>    (package
>      (name "r-nmf")

Perfect!  Thanks!

~~ Ricardo




reply via email to

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