guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29819] gnu: virtuoso-ose: Enable fct, isparql, and ods plugins.


From: Ludovic Courtès
Subject: [bug#29819] gnu: virtuoso-ose: Enable fct, isparql, and ods plugins.
Date: Mon, 07 May 2018 11:55:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Roel,

Roel Janssen <address@hidden> skribis:

>>From ffab36dc96d7c17ab699b1e5fa641386ae87f681 Mon Sep 17 00:00:00 2001
> From: Roel Janssen <address@hidden>
> 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)))

This patch without the CFLAGS bit would be fine, if you still need it.

Thoughts?

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]