* [PR PATCH] verilator: update to 5.030.
@ 2024-11-20 3:14 Aloz1
2024-11-20 6:10 ` [PR PATCH] [Closed]: " Aloz1
2024-11-20 6:10 ` Aloz1
0 siblings, 2 replies; 4+ messages in thread
From: Aloz1 @ 2024-11-20 3:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 587 bytes --]
There is a new pull request by Aloz1 against master on the void-packages repository
https://github.com/Aloz1/void-packages update-verilator
https://github.com/void-linux/void-packages/pull/53151
verilator: update to 5.030.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/53151.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-verilator-53151.patch --]
[-- Type: text/x-diff, Size: 1190 bytes --]
From 6cb0bb6414f7a7b091f85e3b7d7b5e228a87ee34 Mon Sep 17 00:00:00 2001
From: Aloz1 <kno0001@gmail.com>
Date: Wed, 20 Nov 2024 13:37:54 +1100
Subject: [PATCH] verilator: update to 5.030.
---
srcpkgs/verilator/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/verilator/template b/srcpkgs/verilator/template
index 3864a6ed8147fe..b86a5573fb3f72 100644
--- a/srcpkgs/verilator/template
+++ b/srcpkgs/verilator/template
@@ -1,16 +1,17 @@
# Template file for 'verilator'
pkgname=verilator
-version=4.222
+version=5.030
revision=1
build_style=gnu-configure
-hostmakedepends="autoconf flex python3"
+make_check_target="test"
+hostmakedepends="autoconf flex python3 help2man"
makedepends="libfl-devel"
short_desc="SystemVerilog simulator and lint system"
maintainer="Sasha Krassovsky <krassovskysasha@gmail.com>"
license="LGPL-3.0-only"
homepage="https://veripool.org/wiki/verilator"
distfiles="https://github.com/verilator/verilator/archive/v${version}.tar.gz"
-checksum=15c60175807c0f3536c3c5b435f131c2b1e8725aefd30645efd946bf401b4c84
+checksum=b9e7e97257ca3825fcc75acbed792b03c3ec411d6808ad209d20917705407eac
pre_configure() {
autoconf
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PR PATCH] verilator: update to 5.030.
@ 2024-11-17 3:11 zakvf
0 siblings, 0 replies; 4+ messages in thread
From: zakvf @ 2024-11-17 3:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]
There is a new pull request by zakvf against master on the void-packages repository
https://github.com/zakvf/void-packages verilator
https://github.com/void-linux/void-packages/pull/53101
verilator: update to 5.030.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
A patch file from https://github.com/void-linux/void-packages/pull/53101.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-verilator-53101.patch --]
[-- Type: text/x-diff, Size: 1188 bytes --]
From c723e563cce505fc76541d91a2aa427aaecd174b Mon Sep 17 00:00:00 2001
From: Zakariyya Von Forslun <zakariyyavf@protonmail.com>
Date: Sun, 17 Nov 2024 13:20:03 +1100
Subject: [PATCH] verilator: update to 5.030.
---
srcpkgs/verilator/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/verilator/template b/srcpkgs/verilator/template
index 3864a6ed8147fe..5e650eb0a00973 100644
--- a/srcpkgs/verilator/template
+++ b/srcpkgs/verilator/template
@@ -1,16 +1,16 @@
# Template file for 'verilator'
pkgname=verilator
-version=4.222
+version=5.030
revision=1
build_style=gnu-configure
-hostmakedepends="autoconf flex python3"
+hostmakedepends="autoconf flex help2man python3"
makedepends="libfl-devel"
short_desc="SystemVerilog simulator and lint system"
maintainer="Sasha Krassovsky <krassovskysasha@gmail.com>"
license="LGPL-3.0-only"
homepage="https://veripool.org/wiki/verilator"
distfiles="https://github.com/verilator/verilator/archive/v${version}.tar.gz"
-checksum=15c60175807c0f3536c3c5b435f131c2b1e8725aefd30645efd946bf401b4c84
+checksum=b9e7e97257ca3825fcc75acbed792b03c3ec411d6808ad209d20917705407eac
pre_configure() {
autoconf
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-20 6:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20 3:14 [PR PATCH] verilator: update to 5.030 Aloz1
2024-11-20 6:10 ` [PR PATCH] [Closed]: " Aloz1
2024-11-20 6:10 ` Aloz1
-- strict thread matches above, loose matches on Subject: below --
2024-11-17 3:11 [PR PATCH] " zakvf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).