about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2026-04-10 14:09:02 +0200
committerPjotr Prins2026-04-10 14:09:02 +0200
commit417c731ec3f1fd968c5f07dc422ed74f3123da27 (patch)
tree2cadd8969eb323418d415c994ff1543a9daa9bc2
parent93fba7486e6546f371bb111360b397cb121229b9 (diff)
downloadpangemma-417c731ec3f1fd968c5f07dc422ed74f3123da27.tar.gz
Make build tunable (guix.scm) HEAD master
-rw-r--r--guix.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index 2e2de52..230a35e 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,6 +1,6 @@
 ;; To use this file to build HEAD of pangemma:
 ;;
-;;   guix build -f guix.scm
+;;   guix build -f guix.scm --tune=native
 ;;
 ;; To get a development container (e.g., run in emacs shell).
 ;;
@@ -18,6 +18,7 @@
   (gnu packages compression)
   (gnu packages build-tools)
   (gnu packages databases)
+  (gnu packages gcc)
   (gnu packages guile)
   (gnu packages maths)
   (gnu packages pkg-config)
@@ -47,11 +48,10 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32 "1www519kfm0lq4g79i8hpfydwnfrf6p21fqrqcfl2sv072rghygj"))))
-      (build-system copy-build-system)
+      (build-system copy-build-system) ;; This is a headed only package
       (arguments
        (list #:install-plan
              #~'(("include/lmdbxx/lmdb++.h" "include/lmdb++.h"))))
-      (properties '((tunable? . #t)))
       (home-page "https://github.com/hoytech/lmdbxx")
       (synopsis "C++17 wrapper for the LMDB database library")
       (description "Header-only C++17 wrapper for the LMDB embedded