all messages for Guix-related lists mirrored at yhetil.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: Tue, 16 Oct 2018 20:47:08 +0200	[thread overview]
Message-ID: <CAL7_Mo-_QkR3p8wsP-fQFm2uoRCTL=wOMbj19JMP13xVpO=JdA@mail.gmail.com> (raw)
In-Reply-To: <CAL7_Mo_s2YzK+s5K+iqv96tRiJ4rE086+7pu5iR3p=+8HbcCjA@mail.gmail.com>


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

Here a follow up to bump guile-wiredtiger

Le lun. 15 oct. 2018 à 21:05, Amirouche Boubekki <
amirouche.boubekki@gmail.com> a écrit :

> 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: 836 bytes --]

[-- Attachment #2: 0001-gnu-guile-wiredtiger-Update-to-0.7.0.patch --]
[-- Type: text/x-patch, Size: 2688 bytes --]

From b8e4b81be7804028149560dcbd2ee7625f238d6f Mon Sep 17 00:00:00 2001
From: Amirouche <amirouche@hypermove.net>
Date: Tue, 16 Oct 2018 20:45:28 +0200
Subject: [PATCH] gnu: guile-wiredtiger: Update to 0.7.0.

* gnu/packages/databases.scm (guile-wiredtiger): Update to 0.7.0.
[inputs]: Replace wiredtiger with wiredtiger-3
[propagated-inputs]: Remove guile-lib, add guile-bytestructures
[description]: Update it.
---
 gnu/packages/databases.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 14f4b7628..a3228bbc9 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1642,16 +1642,16 @@ trees (LSM), for sustained throughput under random insert workloads.")
 (define-public guile-wiredtiger
   (package
     (name "guile-wiredtiger")
-    (version "0.6.3")
+    (version "0.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://framagit.org/a-guile-mind/guile-wiredtiger.git")
-                    (commit "070ed68139d99c279f058a6c293f00292d35dbd7")))
+                    (commit "340ad4bc2ff4dcc6216a2f5c6f9172ca320ac66b")))
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "14rna97wsylajzxfif95wnblq85csgcfc666gh5dl0ssgd7x8llh"))))
+                "15j36bvxxzil7qpwlmh1rffqpva3ynvrcpqhhqbj2c9208ayz595"))))
     (build-system gnu-build-system)
     (arguments
      '(#:parallel-tests? #f  ;; tests can't be run in parallel, yet.
@@ -1659,21 +1659,19 @@ trees (LSM), for sustained throughput under random insert workloads.")
        (list (string-append "--with-libwiredtiger-prefix="
                             (assoc-ref %build-inputs "wiredtiger")))
        #:make-flags '("GUILE_AUTO_COMPILE=0")))
-    ;; TODO: Remove microkanren.scm when we have a separate package
-    ;; for it.
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("wiredtiger" ,wiredtiger)
+     `(("wiredtiger" ,wiredtiger-3)
        ("guile" ,guile-2.2)))
     (propagated-inputs
-     `(("guile-lib" ,guile-lib)))                 ;for (htmlprag)
+     `(("guile-bytestructures" ,guile-bytestructures)))
     (synopsis "WiredTiger bindings for GNU Guile")
     (description
      "This package provides Guile bindings to the WiredTiger ``NoSQL''
-database.  Various higher level database abstractions.")
+database.")
     (home-page "https://framagit.org/a-guile-mind/guile-wiredtiger")
     (license license:gpl3+)))
 
-- 
2.18.0


  reply	other threads:[~2018-10-16 18:48 UTC|newest]

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

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

  git send-email \
    --in-reply-to='CAL7_Mo-_QkR3p8wsP-fQFm2uoRCTL=wOMbj19JMP13xVpO=JdA@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 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.