unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33051] Add wiredtiger-3.1.0
@ 2018-10-15 19:05 Amirouche Boubekki
  2018-10-16 18:47 ` Amirouche Boubekki
  2018-10-19 16:39 ` bug#33051: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Amirouche Boubekki @ 2018-10-15 19:05 UTC (permalink / raw)
  To: 33051


[-- 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-19 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 19:05 [bug#33051] Add wiredtiger-3.1.0 Amirouche Boubekki
2018-10-16 18:47 ` Amirouche Boubekki
2018-10-19 16:39 ` bug#33051: " Ludovic Courtès

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).