GNU bug report logs - #73987
[PATCH] gnu: openfpgaloader: Update to 0.12.1.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 24 Oct 2024 14:28:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73987: closed ([PATCH] gnu: openfpgaloader: Update to 0.12.1.)
Date: Thu, 31 Oct 2024 07:47:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 31 Oct 2024 15:46:01 +0800
with message-id <87ttcslnpi.fsf <at> iscas.ac.cn>
and subject line Re: [bug#73987] [PATCH] gnu: openfpgaloader: Update to 0.12.1.
has caused the debbugs.gnu.org bug report #73987,
regarding [PATCH] gnu: openfpgaloader: Update to 0.12.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73987: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73987
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: openfpgaloader: Update to 0.12.1.
Date: Thu, 24 Oct 2024 16:26:55 +0200
* gnu/packages/fpga.scm (openfpgaloader): Update to 0.12.1.
---

New release: updated home page and dependencies.

 gnu/packages/fpga.scm | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 545ec3482d..6d2ad9414f 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -603,25 +603,29 @@ (define-public fftgen
 (define-public openfpgaloader
   (package
     (name "openfpgaloader")
-    (version "0.9.0")
+    (version "0.12.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                     (url "https://github.com/trabucayre/openFPGALoader.git")
-                     (commit (string-append "v" version))))
-              (file-name (string-append name "-" version "-checkout"))
+                    (url "https://github.com/trabucayre/openfpgaloader")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1v3bwzhsrnsn304cqhd5azn68cl847qv8w8cb8bl7372jiqz5wqq"))))
+                "0r4dxryhfa1brhyh4z5ixmr7bvcqf3p8b339k6vrmmqnwy497548"))))
     (build-system cmake-build-system)
-    (native-inputs
-     (list pkg-config))
-    (inputs
-     (list libftdi libusb hidapi zlib))
     (arguments
      `(#:tests? #f)) ; No tests exist
+    (native-inputs
+     (list pkg-config))
+    (inputs (list eudev
+                  hidapi
+                  libftdi
+                  libgpiod
+                  libusb
+                  zlib))
     (synopsis "Utility for programming FPGA")
     (description "This package provides a program to transfer a bitstream
 to an FPGA.")
-    (home-page "https://f4pga.org/")
+    (home-page "https://trabucayre.github.io/openFPGALoader")
     (license license:asl2.0)))

base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b
--
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 73987-done <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#73987] [PATCH] gnu: openfpgaloader: Update to 0.12.1.
Date: Thu, 31 Oct 2024 15:46:01 +0800
[Message part 4 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/fpga.scm (openfpgaloader): Update to 0.12.1.
> ---
>
> New release: updated home page and dependencies.
>
adjust message to

* gnu/packages/fpga.scm (openfpgaloader): Update to 0.12.1.
[source]: Update url. Use GIT-FILE-NAME.
[inputs]: Add eudev and libgpiod.
[home-page]: Update it.



>  gnu/packages/fpga.scm | 24 ++++++++++++++----------
>  1 file changed, 14 insertions(+), 10 deletions(-)
>
> diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
> index 545ec3482d..6d2ad9414f 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -603,25 +603,29 @@ (define-public fftgen
>  (define-public openfpgaloader
>    (package
>      (name "openfpgaloader")
> -    (version "0.9.0")
> +    (version "0.12.1")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> -                     (url "https://github.com/trabucayre/openFPGALoader.git")
> -                     (commit (string-append "v" version))))
> -              (file-name (string-append name "-" version "-checkout"))
> +                    (url "https://github.com/trabucayre/openfpgaloader")
> +                    (commit (string-append "v" version))))
> +              (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1v3bwzhsrnsn304cqhd5azn68cl847qv8w8cb8bl7372jiqz5wqq"))))
> +                "0r4dxryhfa1brhyh4z5ixmr7bvcqf3p8b339k6vrmmqnwy497548"))))
>      (build-system cmake-build-system)
> -    (native-inputs
> -     (list pkg-config))
> -    (inputs
> -     (list libftdi libusb hidapi zlib))
>      (arguments
>       `(#:tests? #f)) ; No tests exist
> +    (native-inputs
> +     (list pkg-config))
> +    (inputs (list eudev
> +                  hidapi
> +                  libftdi
> +                  libgpiod
> +                  libusb
> +                  zlib))
>      (synopsis "Utility for programming FPGA")
>      (description "This package provides a program to transfer a bitstream
>  to an FPGA.")
> -    (home-page "https://f4pga.org/")
> +    (home-page "https://trabucayre.github.io/openFPGALoader")
>      (license license:asl2.0)))
>
> base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.