[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/4] gnu: matplotlib: Add gtk3 backends.
From: |
Federico Beffa |
Subject: |
[PATCH 4/4] gnu: matplotlib: Add gtk3 backends. |
Date: |
Sun, 14 Dec 2014 20:52:21 +0100 |
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.
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.
Setting this environment variable should be a temporary solution.
Regards,
Fede
0004-gnu-matplotlib-Add-gtk3-backends.patch
Description: Text Data
- [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.,
Federico Beffa <=
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Ludovic Courtès, 2014/12/15
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Federico Beffa, 2014/12/17
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Ludovic Courtès, 2014/12/17
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Federico Beffa, 2014/12/18
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Ludovic Courtès, 2014/12/22
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Federico Beffa, 2014/12/23
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Eric Bavier, 2014/12/23
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Ludovic Courtès, 2014/12/23
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Eric Bavier, 2014/12/23
- Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends., Mark H Weaver, 2014/12/24