From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 2/6] gnu: mdds: Update to 1.1.0. Date: Mon, 7 Mar 2016 12:42:03 +0200 Message-ID: <1457347327-13748-3-git-send-email-efraim@flashner.co.il> References: <1457347327-13748-1-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acscO-00008P-U5 for guix-devel@gnu.org; Mon, 07 Mar 2016 05:42:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acscK-0001wu-MV for guix-devel@gnu.org; Mon, 07 Mar 2016 05:42:28 -0500 Received: from flashner.co.il ([178.62.234.194]:38372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acscK-0001wb-G1 for guix-devel@gnu.org; Mon, 07 Mar 2016 05:42:24 -0500 Received: from localhost.localdomain (85.65.229.31.dynamic.barak-online.net [85.65.229.31]) by flashner.co.il (Postfix) with ESMTPSA id 989B2401B6 for ; Mon, 7 Mar 2016 10:42:23 +0000 (UTC) In-Reply-To: <1457347327-13748-1-git-send-email-efraim@flashner.co.il> 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 * gnu/packages/boost.scm (mdds): Update to 1.1.0. [home-page]: Update to new homepage. (mdds-0.12.1): Keep for libreoffice. --- gnu/packages/boost.scm | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 0a644e8..47eacd1 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -2,8 +2,9 @@ ;;; Copyright =C2=A9 2014 John Darrington ;;; Copyright =C2=A9 2014, 2015 Mark H Weaver ;;; Copyright =C2=A9 2015 Andreas Enge -;;; Copyright =C2=A9 2016 Eric Bavier ;;; Copyright =C2=A9 2015 Ludovic Court=C3=A8s +;;; Copyright =C2=A9 2016 Eric Bavier +;;; Copyright =C2=A9 2016 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; @@ -107,21 +108,36 @@ across a broad spectrum of applications.") (define-public mdds (package (name "mdds") - (version "0.12.1") + (version "1.1.0") (source (origin (method url-fetch) (uri (string-append - "http://kohei.us/files/mdds/src/mdds_" version ".tar.= bz2")) + "http://kohei.us/files/mdds/src/mdds-" version ".tar.= bz2")) (sha256 (base32 - "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3")))= ) + "07qnzg9qn6vlh70wdn72kywil680z3qlgqjh38r7kdcbzs9snls2")))= ) (build-system gnu-build-system) (propagated-inputs `(("boost" ,boost))) ; inclusion of header files - (home-page "https://code.google.com/p/multidimalgorithm/") + (home-page "https://gitlab.com/mdds/mdds") (synopsis "Multi-dimensional C++ data structures and indexing algori= thms") (description "Mdds (multi-dimensional data structure) provides a collection of multi-dimensional data structures and indexing algorithms for C++. It includes flat segment trees, segment trees, rectangle sets, point quad trees, multi-type vectors and multi-type matrices.") (license license:expat))) + +;; Libreoffice needs mdds-0.12.1 to build, but its dependancies need mdd= s-1.0+. +;; Rather than use an external binary while building libreoffice, it's b= etter +;; to keep this version around until Libreoffice updates its dependancy. +(define-public mdds-0.12.1 + (package + (inherit mdds) + (version "0.12.1") + (source + (origin + (method url-fetch) + (uri (string-append "http://kohei.us/files/mdds/src/mdds_" versi= on ".tar.bz2")) + (sha256 + (base32 + "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3")))))) --=20 2.7.0