all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Federico Beffa <beffa@ieee.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.
Date: Mon, 15 Dec 2014 23:37:34 +0100	[thread overview]
Message-ID: <878ui8edzl.fsf@gnu.org> (raw)
In-Reply-To: <CAKrPhPO2a0f+p=svf0=VDoEu5S32Ods6yjug9SoLn9h+PLn7eg@mail.gmail.com> (Federico Beffa's message of "Sun, 14 Dec 2014 20:52:21 +0100")

Federico Beffa <beffa@ieee.org> skribis:

> This one is problematic: for the package to work the user has to define
>
> export GI_TYPELIB_PATH=~/.guix-profile/lib/girepository-1.0
>
> and
>
> export LD_LIBRARY_PATH=~/.guix-profile/lib
>
> The former is required to instruct 'gobject-introspection' where to
> find typelib files and should be fine, but I'm not sure how to display
> a message telling this at the end of the installation.

One should get a message about GI_TYPELIB_PATH, but only if
gobject-introspection is also installed.  Not sure if that helps.

> The latter is a hack. As discussed on another thread, the typelib
> files have references to dynamic libraries and they do not include the
> full path.  We are looking into a patch to add the full path into the
> typelib files, however, the patch only works on newer versions of
> 'gobject-introspection' which breaks several other packages.

Yes, right.

Speaking of which, could you (or Mark?) create a branch with all the
updates that you did, so we keep track of it?

> From e1e3df22ea06bd7325bc2a1fd389c89f13ccf752 Mon Sep 17 00:00:00 2001
> From: Federico Beffa <beffa@fbengineering.ch>
> Date: Thu, 11 Dec 2014 14:26:13 +0100
> Subject: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.
>
> * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Add
>   necessary inputs and 'configure-environment' phase.

The patch also move python-pyparsing from ‘inputs’ to
‘propagated-inputs’, so it would be good to mention it.

> +    (propagated-inputs
> +     `(("python-pyparsing" ,python-pyparsing)
> +       ("python-pygobject" ,python-pygobject)

Could you add a comment saying why they’re here?

>      (native-inputs
>       `(("pkg-config" ,pkg-config)
>         ("texlive" ,texlive)
> +       ("ghostscript" ,ghostscript)

This doesn’t sound GTK-related, no?

Thanks,
Ludo’.

  reply	other threads:[~2014-12-15 22:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-14 19:52 [PATCH 4/4] gnu: matplotlib: Add gtk3 backends Federico Beffa
2014-12-15 22:37 ` Ludovic Courtès [this message]
2014-12-17 19:25   ` Federico Beffa
2014-12-17 20:34     ` Ludovic Courtès
2014-12-18 17:09       ` Federico Beffa
2014-12-23  0:17         ` Ludovic Courtès
2014-12-23 17:09           ` Federico Beffa
2014-12-23 17:43             ` Eric Bavier
2014-12-23 18:22             ` Ludovic Courtès
2014-12-23 19:27               ` Eric Bavier
2014-12-24 15:34               ` Mark H Weaver

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=878ui8edzl.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=beffa@ieee.org \
    --cc=guix-devel@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 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.