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 idr.
Date: Tue, 16 Jun 2015 17:36:56 +0200	[thread overview]
Message-ID: <87h9q7u0kn.fsf@gnu.org> (raw)
In-Reply-To: <idjr3pcouxz.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Tue, 16 Jun 2015 11:37:28 +0200")

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

> From 815a5e24f43f61c4beb243d98beb0659bbd74b3a Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Tue, 16 Jun 2015 11:33:26 +0200
> Subject: [PATCH] gnu: Add idr.
>
> * gnu/packages/bioinformatics.scm (idr): New variable.

[...]

> +          'install 'wrap-program
> +          (lambda* (#:key outputs #:allow-other-keys)
> +            (let ((out (assoc-ref %outputs "out"))
> +                  (path (getenv "PYTHONPATH")))
> +              (wrap-program (string-append out "/bin/idr")
> +                `("PYTHONPATH" ":" prefix (,path))))

Taking $PYTHONPATH as is has the effect of keeping a reference to Cython
and to setuptools, which may not be what you want, given that they are
listed as ‘native-inputs’.

Should it instead explicitly list SciPy, NumPy, and Matplotlib?

Thanks,
Ludo’.

  reply	other threads:[~2015-06-16 15:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-16  9:37 [PATCH] Add idr Ricardo Wurmus
2015-06-16 15:36 ` Ludovic Courtès [this message]
2015-06-17 10:51   ` Ricardo Wurmus
2015-06-21 21:13     ` Ludovic Courtès

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=87h9q7u0kn.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.