GNU bug report logs -
#72881
lcrq and lcsync updates
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72881 in the body.
You can then email your comments to 72881 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#72881
; Package
guix-patches
.
(Thu, 29 Aug 2024 21:37:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 29 Aug 2024 21:37:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The forthcoming patches update lcrq to 0.2.1 and lcsync to 0.3.1, and
pass some additional compiler optimizations to the lcrq build.
lcrq, librecast and lcsync all build fine afte rthe fact.
live well,
vagrant
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72881
; Package
guix-patches
.
(Thu, 29 Aug 2024 21:41:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 72881 <at> debbugs.gnu.org (full text, mbox):
From: Vagrant Cascadian <vagrant <at> debian.org>
* gnu/packages/networking.scm (lcrq): Update to 0.2.1.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f4ad280603..eeeb215461 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -275,7 +275,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.1.2")
+ (version "0.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -284,7 +284,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "1m29p4bsafzbchnkidyrnglfdf1c9pnq6akkmivi23qdv9kj51dg"))))
+ "0a6bvlib00na0rhz4lz80kc6v5kqfp8k26ydprwnf8h29nnza6y6"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72881
; Package
guix-patches
.
(Thu, 29 Aug 2024 21:41:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72881 <at> debbugs.gnu.org (full text, mbox):
From: Vagrant Cascadian <vagrant <at> debian.org>
* gnu/packages/networking.scm (lcsync): Update to 0.3.1.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index eeeb215461..161cd7cb13 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -345,7 +345,7 @@ (define-public netperf
(define-public lcsync
(package
(name "lcsync")
- (version "0.3.0")
+ (version "0.3.1")
(source
(origin
(method git-fetch)
@@ -354,7 +354,7 @@ (define-public lcsync
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rhk80ybd2zranay76z1ysifnnm786lg9kiiijcwv76qy95in9ks"))))
+ (base32 "15vfik9saqmvys2v10ci68n00s71d9k4kpqhrwz4ilv79fys7hn7"))))
(build-system gnu-build-system)
(arguments
(list
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72881
; Package
guix-patches
.
(Thu, 29 Aug 2024 21:41:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 72881 <at> debbugs.gnu.org (full text, mbox):
From: Vagrant Cascadian <vagrant <at> debian.org>
* gnu/packages/networking.scm (lcrq)[arguments]: Pass compiler optimizations
to configure. [phases]: Add 'speedtest phase.
---
gnu/packages/networking.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 161cd7cb13..e78126b341 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -289,9 +289,20 @@ (define-public lcrq
(arguments
(list
#:parallel-tests? #f
+ ;; Use recommended optimizations from lcrq README.md
+ #:configure-flags
+ #~(list (string-append "CFLAGS=-Wall -Wextra -pedantic -O3 -flto "
+ "-funroll-loops -ffast-math -DNDEBUG"))
#:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "PREFIX=" #$output))
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Leave some speed comparisons in the build log
+ (add-after 'check 'speedtest
+ (lambda _
+ (invoke "make" "-C" "test" "speedtest"
+ (string-append "CC=" #$(cc-for-target))))))
#:test-target "test"))
(home-page "https://librecast.net/lcrq.html")
(synopsis "Librecast RaptorQ library")
--
2.39.2
Reply sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
You have taken responsibility.
(Fri, 06 Sep 2024 21:13:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
bug acknowledged by developer.
(Fri, 06 Sep 2024 21:13:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 72881-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2024-08-29, Vagrant Cascadian wrote:
> The forthcoming patches update lcrq to 0.2.1 and lcsync to 0.3.1, and
> pass some additional compiler optimizations to the lcrq build.
>
> lcrq, librecast and lcsync all build fine afte rthe fact.
Pushed as:
18d02443e1ec37779ee3cf63f9aaff1746bfdd8e gnu: lcsync: Update to 0.3.1.
4e60d5dfb40ba604db114384469b8ebb2014efe3 gnu: lcrq: Add compiler optimizations.
695eb1e41cada73baece3272953f0cebada27a8f gnu: lcrq: Update to 0.2.1.
live well,
vagrant
[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
.
(Sat, 05 Oct 2024 11:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.