guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: sysbench: Build with mariadb.


From: guix-commits
Subject: 01/08: gnu: sysbench: Build with mariadb.
Date: Sun, 30 Apr 2023 05:42:43 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 427439526ccca3bbf8be74205e3245f91aa13cdc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 17 16:10:46 2023 +0300

    gnu: sysbench: Build with mariadb.
    
    * gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag.
    [inputs]: Remove mysql. Add mariadb:dev.
---
 gnu/packages/benchmark.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 733078d875..8840100d68 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -612,13 +612,6 @@ its features are:
     (arguments
      (list
       #:configure-flags #~(list "--with-pgsql"
-                                ;; Explicitly specify the library directory of
-                                ;; MySQL, otherwise `mysql_config` gets
-                                ;; consulted and adds unnecessary link
-                                ;; directives.
-                                (string-append "--with-mysql-libs="
-                                               #$(this-package-input "mysql")
-                                               "/lib")
                                 "--with-system-luajit"
                                 "--with-system-ck"
                                 ;; If we let the build tool select the most
@@ -659,7 +652,7 @@ its features are:
                          libxslt
                          docbook-xml
                          docbook-xsl))
-    (inputs (list ck libaio luajit mysql postgresql))
+    (inputs (list ck libaio luajit (list mariadb "dev") postgresql))
     (home-page "https://github.com/akopytov/sysbench/";)
     (synopsis "Scriptable database and system performance benchmark")
     (description "@command{sysbench} is a scriptable multi-threaded benchmark



reply via email to

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