From: Ricardo Wurmus <rekado@elephly.net>
To: Roel Janssen <roel@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/4] gnu: Add r-bigmemory-sri.
Date: Fri, 04 Nov 2016 14:21:53 +0100 [thread overview]
Message-ID: <87fun79y8e.fsf@elephly.net> (raw)
In-Reply-To: <87eg2rfks8.fsf@gnu.org>
Roel Janssen <roel@gnu.org> 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
prev parent reply other threads:[~2016-11-04 13:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-28 12:26 [PATCH 2/4] gnu: Add r-bigmemory-sri Roel Janssen
2016-10-28 20:44 ` Ricardo Wurmus
2016-10-31 9:18 ` Roel Janssen
2016-11-03 13:33 ` Roel Janssen
2016-11-03 14:19 ` Ricardo Wurmus
2016-11-03 14:36 ` Roel Janssen
2016-11-03 15:41 ` Ricardo Wurmus
2016-11-04 13:15 ` Roel Janssen
2016-11-04 13:21 ` Ricardo Wurmus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fun79y8e.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=guix-devel@gnu.org \
--cc=roel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).