From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: [PATCH] gnu: pspp: Update to 0.10.0 Date: Sun, 27 Mar 2016 08:24:52 +0200 Message-ID: <1459059892-31699-1-git-send-email-jmd@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ak48E-0005Db-1p for guix-devel@gnu.org; Sun, 27 Mar 2016 02:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ak48A-0007Y4-TM for guix-devel@gnu.org; Sun, 27 Mar 2016 02:25:01 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cc: John Darrington * 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/") -- 2.1.4