all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30972] [PATCH] gnu: virtuoso-ose: Unbundle zlib and build with readline
@ 2018-03-28 16:17 Roel Janssen
  2018-03-28 19:06 ` Marius Bakke
  0 siblings, 1 reply; 7+ messages in thread
From: Roel Janssen @ 2018-03-28 16:17 UTC (permalink / raw)
  To: 30972

[-- Attachment #1: 0001-gnu-virtuoso-ose-Unbundle-zlib-and-build-with-readli.patch --]
[-- Type: text/x-patch, Size: 1877 bytes --]

From 80b26cfcc3d64588738e5fecc92f3eabc214ed4c Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 28 Mar 2018 18:13:23 +0200
Subject: [PATCH] gnu: virtuoso-ose: Unbundle zlib and build with readline
 support.

* gnu/packages/databases.scm (virtuoso-ose): Unbundle zlib and build with
  readline support.
---
 gnu/packages/databases.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 0622b5f37..d66fdb957 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
-;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
+;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
@@ -2040,10 +2040,14 @@ implementation for Python.")
         (base32 "12dqam1gc1v93l0bj0vlpvjqppki6y1hqrlznywxnw0rrz9pb002"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f)) ; Tests require a network connection.
+     `(#:tests? #f ; Tests require a network connection.
+       #:configure-flags '("--without-internal-zlib"
+                           "--with-readline")))
     (inputs
      `(("openssl" ,openssl)
-       ("net-tools" ,net-tools)))
+       ("net-tools" ,net-tools)
+       ("readline" ,readline)
+       ("zlib" ,zlib)))
     (home-page "http://vos.openlinksw.com/owiki/wiki/VOS/")
     (synopsis "Multi-model database system")
     (description "Virtuoso is a scalable cross-platform server that combines
-- 
2.16.2


[-- Attachment #2: Type: text/plain, Size: 206 bytes --]

Dear Guix,

I'd like to change the Virtuoso recipe to use readline so that we can go
to previous commands in the “isql” command-line program.  And I'd like
to unbundle zlib.

Kind regards,
Roel Janssen

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

end of thread, other threads:[~2018-04-03 11:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-28 16:17 [bug#30972] [PATCH] gnu: virtuoso-ose: Unbundle zlib and build with readline Roel Janssen
2018-03-28 19:06 ` Marius Bakke
2018-03-28 22:29   ` Roel Janssen
2018-03-29 16:21     ` Marius Bakke
2018-03-29 22:16       ` Roel Janssen
2018-04-03 10:50         ` Marius Bakke
2018-04-03 11:10           ` bug#30972: " Roel Janssen

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.