From: Efraim Flashner <efraim@flashner.co.il>
To: John Darrington <jmd@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: pspp: Update to 0.10.0
Date: Sun, 27 Mar 2016 10:00:04 +0300 [thread overview]
Message-ID: <20160327100004.383a9213@debian-netbook> (raw)
In-Reply-To: <1459059892-31699-1-git-send-email-jmd@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 2737 bytes --]
On Sun, 27 Mar 2016 08:24:52 +0200
John Darrington <jmd@gnu.org> wrote:
> * gnu/packages/math.scm (pspp): Update to 0.10.0
> ---
> gnu/packages/maths.scm | 17 +++++++++++------
> 1 file changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index 6d3d134..659d8a2 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -43,6 +43,8 @@
> #:use-module (gnu packages check)
> #:use-module (gnu packages cmake)
> #:use-module (gnu packages compression)
> + #:use-module (gnu packages databases)
> + #:use-module (gnu packages ncurses)
> #:use-module (gnu packages curl)
> #:use-module (gnu packages elf)
> #:use-module (gnu packages flex)
> @@ -204,15 +206,14 @@ LP/MIP solver is included in the package.")
> (define-public pspp
> (package
> (name "pspp")
> - (version "0.8.5")
> + (version "0.10.0")
> (source
> (origin
> (method url-fetch)
> - (uri (string-append "mirror://gnu/pspp/pspp-"
> - version ".tar.gz"))
> + (uri (string-append "mirror://gnu/pspp/pspp-" version ".tar.gz"))
> (sha256
> (base32
> - "0c8326yykidi94xi7jn27j8iqxc38vc07d4wf5zyk0l8lpzx5vz7"))))
> + "1nwnxr8mvf8y4lc8h8sd2xn2njwjk42x8mzj91zzv92m2z3vyggg"))))
> (build-system gnu-build-system)
> (inputs
> `(("cairo" ,cairo)
> @@ -220,14 +221,18 @@ LP/MIP solver is included in the package.")
> ("gettext" ,gnu-gettext)
> ("gsl" ,gsl)
> ("libxml2" ,libxml2)
> + ("ncurses" ,ncurses)
> ("pango" ,pango)
> + ("postgresql",postgresql) ; for the libpq interface
> ("readline" ,readline)
> - ("gtk" ,gtk+-2)
> - ("gtksourceview" ,gtksourceview-2)
> + ("gtk" ,gtk+)
> + ("gtksourceview" ,gtksourceview)
> ("zlib" ,zlib)))
> (native-inputs
> `(("glib" ,glib "bin") ;for glib-genmarshal
> ("perl" ,perl)
> + ("perl-text-diff" ,perl-text-diff)
> + ("postgresql",postgresql) ; Need a postgres server to test the libpq interface
> ("texinfo" ,texinfo)
> ("pkg-config" ,pkg-config)))
> (home-page "http://www.gnu.org/software/pspp/")
I pushed an update to pspp last night and I had the changes from gtk2 to
gtk3, but I don't have the ncurses, postgresql or perl-text-diff additions.
Are they all related to the libpq interface, and what is it?
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-03-27 7:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-27 6:24 [PATCH] gnu: pspp: Update to 0.10.0 John Darrington
2016-03-27 7:00 ` Efraim Flashner [this message]
2016-03-27 7:14 ` John Darrington
2016-03-27 17:33 ` Ludovic Courtès
2016-03-28 7:45 ` John Darrington
2016-03-28 16:46 ` 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=20160327100004.383a9213@debian-netbook \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
--cc=jmd@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.