all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Add ApaptiveSparsity.
Date: Sat, 19 Dec 2015 15:02:46 +0100	[thread overview]
Message-ID: <87d1u21qpl.fsf@gnu.org> (raw)
In-Reply-To: <idj7fkd6p64.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Thu, 17 Dec 2015 17:00:19 +0100")

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:

> From b9ef283243b792ea7ac095a203e5aea3c221f78f Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Thu, 17 Dec 2015 16:27:32 +0100
> Subject: [PATCH 1/2] gnu: Add r-rcpparmadillo.
>
> * gnu/packages/statistics.scm (r-rcpparmadillo): New variable.

[...]

> +    (properties `((upstream-name . "RcppArmadillo")))
> +    (build-system r-build-system)
> +    (propagated-inputs
> +     `(("r-rcpp" ,r-rcpp)))
> +    (home-page "https://github.com/RcppCore/RcppArmadillo")
> +    (synopsis "Rcpp integration for the linear algebra library 'Armadillo'")

“for the Armadillo linear algebra library” maybe?

> +    (description
> +     "Armadillo is a templated C++ linear algebra library that aims towards a
> +good balance between speed and ease of use.  Integer, floating point and
> +complex numbers are supported, as well as a subset of trigonometric and
> +statistics functions.  Various matrix decompositions are provided through
> +optional integration with LAPACK and ATLAS libraries.  This package includes
> +the header files from the templated Armadillo library.")
> +    ;; Armadillo is licensed under the MPL 2.0, while RcppArmadillo (the Rcpp
> +    ;; bindings to Armadillo) is licensed under the GNU GPL version 2 or
> +    ;; later, as is the rest of 'Rcpp'.
> +    (license license:gpl2+)))

Does this package bundle a copy of Armadillo?  If yes, it would be great
if we could make a separate Armadillo package that r-rcpparmadillo would
depend on.

WDYT?

> From 64e16086990806f2f30e651dbbf2ff62470b2fcc Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Thu, 17 Dec 2015 16:28:25 +0100
> Subject: [PATCH 2/2] gnu: Add AdaptiveSparsity.
>
> * gnu/packages/machine-learning.scm (r-adaptivesparsity): New variable.

LGTM.

Thanks!

Ludo’.

  reply	other threads:[~2015-12-19 14:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17 16:00 [PATCH] Add ApaptiveSparsity Ricardo Wurmus
2015-12-19 14:02 ` Ludovic Courtès [this message]
2015-12-21 11:38   ` Ricardo Wurmus
2015-12-21 13:33     ` Ludovic Courtès
2015-12-21 14:46       ` Ricardo Wurmus

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d1u21qpl.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.