all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 29819@debbugs.gnu.org
Subject: [bug#29819] gnu: virtuoso-ose: Enable fct, isparql, and ods plugins.
Date: Fri, 22 Dec 2017 23:13:45 +0100	[thread overview]
Message-ID: <87efnmo1lc.fsf@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

Dear Guix,

I'd like to squeeze the most performance out of virtuoso, as well as add
some of the VAD packages to extend its functionality.

I attached the patch, but I have a question about the -m64 flag.  My
impression is that this flag will force a 64-bit build.  Since only
64-bit architectures are supported for this package anyway, I think this
should be fine.  Now, my question is: Does this flag have any effect on
the build?

Thanks for your time!

Kind regards,
Roel Janssen


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-virtuoso-ose-Enable-fct-isparql-and-ods-plugins.patch --]
[-- Type: text/x-patch, Size: 1516 bytes --]

From ffab36dc96d7c17ab699b1e5fa641386ae87f681 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Fri, 22 Dec 2017 23:03:36 +0100
Subject: [PATCH] gnu: virtuoso-ose: Enable fct, isparql, and ods plugins.

* gnu/packages/databases.scm (virtuoso-ose): Enable fct, isparql, and ods
  plugins.  Also compile with optimization level 2, and compile 64-bit only.
---
 gnu/packages/databases.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index a6a7c3178..d802a35c7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1962,10 +1962,16 @@ 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 '("--with-readline"
+                           "--enable-fct-vad"
+                           "--enable-isparql-vad"
+                           "--enable-ods-vad"
+                           "CFLAGS=-O2 -m64")))
     (inputs
      `(("openssl" ,openssl)
-       ("net-tools" ,net-tools)))
+       ("net-tools" ,net-tools)
+       ("readline" ,readline)))
     (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.15.1


             reply	other threads:[~2017-12-22 22:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22 22:13 Roel Janssen [this message]
2017-12-23 21:30 ` [bug#29819] gnu: virtuoso-ose: Enable fct, isparql, and ods plugins Danny Milosavljevic
2018-01-11  9:44   ` Ludovic Courtès
2018-05-07  9:55 ` Ludovic Courtès
2018-05-07 12:44   ` Roel Janssen
2018-05-07 16:06     ` Ludovic Courtès
2018-05-10 20:32       ` bug#29819: " Roel Janssen

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=87efnmo1lc.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=29819@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.