GNU bug report logs - #77236
[PATCH] gnu: nvc: Update to 1.15.2.

Previous Next

Package: guix-patches;

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

Date: Mon, 24 Mar 2025 11:38:01 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

To reply to this bug, email your comments to 77236 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77236; Package guix-patches. (Mon, 24 Mar 2025 11:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 24 Mar 2025 11:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: nvc: Update to 1.15.2.
Date: Mon, 24 Mar 2025 12:36:16 +0100
* gnu/packages/fpga.scm (nvc): Update to 1.15.2.

Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666
---

- update
- enable tcl support
- enable coverage support

 gnu/packages/fpga.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 28ddfb42d4..f015a27417 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -521,7 +521,7 @@ (define-public python-vunit
 (define-public nvc
   (package
     (name "nvc")
-    (version "1.15.1")
+    (version "1.15.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -530,11 +530,11 @@ (define-public nvc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k"))))
+                "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q"))))
     (build-system gnu-build-system)
     (arguments
      (list #:out-of-source? #t
-           #:configure-flags #~(list "--enable-vhpi")
+           #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov")
            #:phases #~(modify-phases %standard-phases
                         (add-after 'unpack 'clean-up
                           (lambda _
@@ -552,6 +552,8 @@ (define-public nvc
      (list elfutils
            llvm-9
            libffi
+           readline
+           tcl
            `(,zstd "lib")))
     (synopsis "VHDL compiler and simulator")
     (description "This package provides a VHDL compiler and simulator.")

base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6
--
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77236; Package guix-patches. (Mon, 24 Mar 2025 11:50:01 GMT) Full text and rfc822 format available.

Message #8 received at 77236 <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 77236 <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#77236] [PATCH] gnu: nvc: Update to 1.15.2.
Date: Mon, 24 Mar 2025 19:49:19 +0800
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/fpga.scm (nvc): Update to 1.15.2.
>
> Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666
> ---
>
> - update
> - enable tcl support
> - enable coverage support
>
>  gnu/packages/fpga.scm | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
> index 28ddfb42d4..f015a27417 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -521,7 +521,7 @@ (define-public python-vunit
>  (define-public nvc
>    (package
>      (name "nvc")
> -    (version "1.15.1")
> +    (version "1.15.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -530,11 +530,11 @@ (define-public nvc
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k"))))
> +                "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list #:out-of-source? #t
> -           #:configure-flags #~(list "--enable-vhpi")
> +           #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov")
>             #:phases #~(modify-phases %standard-phases
>                          (add-after 'unpack 'clean-up
>                            (lambda _
> @@ -552,6 +552,8 @@ (define-public nvc
>       (list elfutils
>             llvm-9

 The minimum supported LLVM version is 8.0. Versions between 8 and 18 have all been tested.

Can we use the default llvm or newer llvm here?

>             libffi
> +           readline
> +           tcl
>             `(,zstd "lib")))
>      (synopsis "VHDL compiler and simulator")
>      (description "This package provides a VHDL compiler and simulator.")
>
> base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#77236; Package guix-patches. (Mon, 24 Mar 2025 11:51:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#77236; Package guix-patches. (Mon, 24 Mar 2025 13:10:01 GMT) Full text and rfc822 format available.

Message #14 received at 77236 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: Z572 <z572 <at> z572.online>
Cc: 77236 <at> debbugs.gnu.org,
 Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Subject: Re: [bug#77236] [PATCH] gnu: nvc: Update to 1.15.2.
Date: Mon, 24 Mar 2025 14:09:48 +0100
[Message part 1 (text/plain, inline)]
>> @@ -552,6 +552,8 @@ (define-public nvc
>>       (list elfutils
>>             llvm-9
>
>  The minimum supported LLVM version is 8.0. Versions between 8 and 18 have all been
> tested.
>
> Can we use the default llvm or newer llvm here?

Sure ! Good catch.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#77236; Package guix-patches. (Mon, 24 Mar 2025 13:11:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#77236; Package guix-patches. (Mon, 24 Mar 2025 13:18:02 GMT) Full text and rfc822 format available.

Message #20 received at 77236 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77236 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH v1] gnu: nvc: Update to 1.15.2.
Date: Mon, 24 Mar 2025 14:16:36 +0100
* gnu/packages/fpga.scm (nvc): Update to 1.15.2.

Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666
---

- update
- enable tcl support
- enable coverage support
- update and enable llvm

 gnu/packages/fpga.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 28ddfb42d4..893e875276 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -521,7 +521,7 @@ (define-public python-vunit
 (define-public nvc
   (package
     (name "nvc")
-    (version "1.15.1")
+    (version "1.15.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -530,11 +530,12 @@ (define-public nvc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k"))))
+                "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q"))))
     (build-system gnu-build-system)
     (arguments
      (list #:out-of-source? #t
-           #:configure-flags #~(list "--enable-vhpi")
+           #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov"
+                                     "--enable-llvm")
            #:phases #~(modify-phases %standard-phases
                         (add-after 'unpack 'clean-up
                           (lambda _
@@ -550,8 +551,10 @@ (define-public nvc
            check)) ; for the tests
     (inputs
      (list elfutils
-           llvm-9
+           llvm
            libffi
+           readline
+           tcl
            `(,zstd "lib")))
     (synopsis "VHDL compiler and simulator")
     (description "This package provides a VHDL compiler and simulator.")

base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6
--
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77236; Package guix-patches. (Wed, 26 Mar 2025 09:05:02 GMT) Full text and rfc822 format available.

Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 77236-done <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#77236] [PATCH v1] gnu: nvc: Update to 1.15.2.
Date: Wed, 26 Mar 2025 17:03:51 +0800
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/fpga.scm (nvc): Update to 1.15.2.
>
> Change-Id: I160e0927b28efc980e9b7ce4aae9466dbabb1666
> ---
>
> - update
> - enable tcl support
> - enable coverage support
> - update and enable llvm
>
>  gnu/packages/fpga.scm | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
> index 28ddfb42d4..893e875276 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -521,7 +521,7 @@ (define-public python-vunit
>  (define-public nvc
>    (package
>      (name "nvc")
> -    (version "1.15.1")
> +    (version "1.15.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -530,11 +530,12 @@ (define-public nvc
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k"))))
> +                "1r6ba5jw4ja0hv366686d8haakm57h3fl95w81hda8haq6g0dj0q"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list #:out-of-source? #t
> -           #:configure-flags #~(list "--enable-vhpi")
> +           #:configure-flags #~(list "--enable-vhpi" "--enable-tcl" "--enable-gcov"
> +                                     "--enable-llvm")
>             #:phases #~(modify-phases %standard-phases
>                          (add-after 'unpack 'clean-up
>                            (lambda _
> @@ -550,8 +551,10 @@ (define-public nvc
>             check)) ; for the tests
>      (inputs
>       (list elfutils
> -           llvm-9
> +           llvm
>             libffi
> +           readline
> +           tcl
>             `(,zstd "lib")))
>      (synopsis "VHDL compiler and simulator")
>      (description "This package provides a VHDL compiler and simulator.")
>
> base-commit: cd3a45a5eca855f43ee3520d07f4ab560daa98c6
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Wed, 26 Mar 2025 09:05:03 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Wed, 26 Mar 2025 09:05:03 GMT) Full text and rfc822 format available.

This bug report was last modified 10 days ago.

Previous Next


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