GNU bug report logs -
#67922
[PATCH 0/2] google highway 1.0.7
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Wed, 20 Dec 2023 07:49:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67922 in the body.
You can then email your comments to 67922 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67922
; Package
guix-patches
.
(Wed, 20 Dec 2023 07:49:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 20 Dec 2023 07:49:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I wasn't able to get google-highway building on i686-linux but I
figured we could update it to 1.0.7 and switch to shared libraries.
Efraim Flashner (2):
gnu: google-highway: Build shared libraries.
gnu: google-highway: Update to 1.0.7.
gnu/packages/cpp.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
base-commit: a512bbd23a2e129cf3d8e71255d504ce8bac77d3
--
Efraim Flashner <efraim <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67922
; Package
guix-patches
.
(Wed, 20 Dec 2023 07:52:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 67922 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cpp.scm (google-highway): Update to 1.0.7.
Change-Id: I8374135da8343910156709c255f144dab1554cc0
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 83581acc2f..0f2c6e0b85 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -484,7 +484,7 @@ (define-public xsimd
(define-public google-highway
(package
(name "google-highway")
- (version "1.0.5")
+ (version "1.0.7")
(source
(origin
(method git-fetch)
@@ -493,7 +493,7 @@ (define-public google-highway
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v"))))
+ (base32 "0cx38hnislqyd4vd47mlpgjpr1zmpf1fms2bj6nb00fjv53q1sb7"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"
--
Efraim Flashner <efraim <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67922
; Package
guix-patches
.
(Wed, 20 Dec 2023 07:52:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67922 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67922
; Package
guix-patches
.
(Mon, 25 Dec 2023 16:37:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 67922 <at> debbugs.gnu.org (full text, mbox):
> I wasn't able to get google-highway building on i686-linux but I
> figured we could update it to 1.0.7 and switch to shared libraries.
Seems fair, I think you can go ahead,
Thanks,
Mathieu
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Wed, 27 Dec 2023 13:43:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
bug acknowledged by developer.
(Wed, 27 Dec 2023 13:43:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 67922-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I was mostly waiting for QA to catch up to make sure everything built,
and not just for me :)
Patches pushed
--
Efraim Flashner <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 25 Jan 2024 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.