From: Efraim Flashner <efraim@flashner.co.il>
To: 67922@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#67922] [PATCH 1/2] gnu: google-highway: Build shared libraries.
Date: Wed, 20 Dec 2023 09:50:56 +0200 [thread overview]
Message-ID: <5910d313592a5b8e7fa902e0ccf372e6b249146a.1703058269.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1703058269.git.efraim@flashner.co.il>
* gnu/packages/cpp.scm (google-highway)[arguments]: Add configure-flag
to build shared libraries.
Change-Id: Ic222dd454290742c7c964a1a5a5b7d8d7533c3e1
---
gnu/packages/cpp.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0d5be7d171..83581acc2f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -496,7 +496,8 @@ (define-public google-highway
(base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v"))))
(build-system cmake-build-system)
(arguments
- `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on")))
+ `(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"
+ "-DBUILD_SHARED_LIBS=ON")))
(native-inputs
(list googletest))
(home-page "https://github.com/google/highway")
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
next prev parent reply other threads:[~2023-12-20 7:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-20 7:48 [bug#67922] [PATCH 0/2] google highway 1.0.7 Efraim Flashner
2023-12-20 7:50 ` Efraim Flashner [this message]
2023-12-20 7:50 ` [bug#67922] [PATCH 2/2] gnu: google-highway: Update to 1.0.7 Efraim Flashner
2023-12-25 16:36 ` [bug#67922] [PATCH 0/2] google highway 1.0.7 Mathieu Othacehe
2023-12-27 13:41 ` bug#67922: " Efraim Flashner
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=5910d313592a5b8e7fa902e0ccf372e6b249146a.1703058269.git.efraim@flashner.co.il \
--to=efraim@flashner.co.il \
--cc=67922@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.