unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Amirouche Boubekki <amirouche.boubekki@gmail.com>
To: 33051@debbugs.gnu.org
Subject: [bug#33051] Add wiredtiger-3.1.0
Date: Mon, 15 Oct 2018 21:05:09 +0200	[thread overview]
Message-ID: <CAL7_Mo_s2YzK+s5K+iqv96tRiJ4rE086+7pu5iR3p=+8HbcCjA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 338 bytes --]

I created a new variable because, I think we don't want to loose wiredtiger
2.9.x which is used by mongodb 3.4.
wiredtiger 2.9 aka. wiredtiger variable is also used by guile-wiredtiger. I
am going to update guile-wiredtiger
soon enough in another patch to use wiredtiger-3.

I don't know if mongodb 3.4 can be built with wiredtiger-3.1.0

[-- Attachment #1.2: Type: text/html, Size: 432 bytes --]

[-- Attachment #2: 0001-gnu-Add-wiredtiger-3.1.0.patch --]
[-- Type: text/x-patch, Size: 1300 bytes --]

From 773fc608c776905dedb879785a2e38b424b44a5a Mon Sep 17 00:00:00 2001
From: Amirouche <amirouche@hypermove.net>
Date: Mon, 15 Oct 2018 20:54:45 +0200
Subject: [PATCH] gnu: Add wiredtiger 3.1.0

* gnu/packages/databases.scm (wiredtiger-3): New variable that inherits from
  wiredtiger
---
 gnu/packages/databases.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 7b056eb13..14f4b7628 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1626,6 +1626,19 @@ trees (LSM), for sustained throughput under random insert workloads.")
     ;; configure.ac: WiredTiger requires a 64-bit build.
     (supported-systems '("x86_64-linux" "mips64el-linux" "aarch64-linux"))))
 
+(define-public wiredtiger-3
+  (package
+    (inherit wiredtiger)
+    (name "wiredtiger")
+    (version "3.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://source.wiredtiger.com/releases/wiredtiger-"
+                                  version ".tar.bz2"))
+              (sha256
+               (base32
+                "014awypv579ascg4jbx4pndj2wld337m79yyzrzyr7hxrff139jx"))))))
+
 (define-public guile-wiredtiger
   (package
     (name "guile-wiredtiger")
-- 
2.18.0


             reply	other threads:[~2018-10-15 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15 19:05 Amirouche Boubekki [this message]
2018-10-16 18:47 ` [bug#33051] Add wiredtiger-3.1.0 Amirouche Boubekki
2018-10-19 16:39 ` bug#33051: " 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAL7_Mo_s2YzK+s5K+iqv96tRiJ4rE086+7pu5iR3p=+8HbcCjA@mail.gmail.com' \
    --to=amirouche.boubekki@gmail.com \
    --cc=33051@debbugs.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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).