Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Nolan Poe
aafbc5153d Only enable CCWARN on arm64 and amd64 2025-08-31 00:57:10 -07:00
Packit
a3e6557801 Update to 5.040 upstream release
- Resolves: rhbz#2378999

Upstream tag: v5.040
Upstream commit: 51cdf52d

Commit authored by Packit automation (https://packit.dev/)
2025-08-31 04:29:38 +00:00
Nolan Poe
b12a9b1d2c Merge #12 Stop building for 32-bit x86 2025-08-05 15:07:15 +00:00
Fedora Release Engineering
a6ee74841b Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:03:08 +00:00
Jerry James
8d599b3407 Stop building for 32-bit x86 2025-07-16 16:22:18 -06:00
Nolan Poe
b45a9349fa
Add python3-distro 2025-04-27 20:31:27 -07:00
Packit
37db271241 Update to 5.036 upstream release
- Resolves: rhbz#2362594

Upstream tag: v5.036
Upstream commit: eca2b4c9

Commit authored by Packit automation (https://packit.dev/)
2025-04-27 22:27:17 +00:00
Packit
e76a9731a0 Update to 5.034 upstream release
- Resolves: rhbz#2347446

Upstream tag: v5.034
Upstream commit: 436d3d76

Commit authored by Packit automation (https://packit.dev/)
2025-02-25 01:52:58 +00:00
4 changed files with 16 additions and 3 deletions

3
.gitignore vendored
View file

@ -10,3 +10,6 @@ verilator-3.803.tgz
/verilator-5.028.tar.gz
/verilator-5.030.tar.gz
/verilator-5.032.tar.gz
/verilator-5.034.tar.gz
/verilator-5.036.tar.gz
/verilator-5.040.tar.gz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.106.0.
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.

View file

@ -1 +1 @@
SHA512 (verilator-5.032.tar.gz) = a250c1a85bc5e17ec0d3dbf4cbc95e66d6389ac44866c6846b0ded50db77e912b9ab53bb97b5b8da9ed399d08d73d5980ce1807042c810aaa84c554168f32b63
SHA512 (verilator-5.040.tar.gz) = 3997791963305f4556a8f3b87e050eba5ad9952c0eb041c5ac981276ef385219e5c162a01e1ec966e5e814a334caa4e92f8e939e9cfbc068b30935f5ee6e9804

View file

@ -1,6 +1,12 @@
# Universal build flags
%bcond longtests 0
# Only enable extended warnings on supported platforms
%ifarch x86_64 aarch64
%bcond ccwarn 1
%else
%bcond ccwarn 0
%endif
# tcmalloc and z3 are not available on EL
%if 0%{?rhel}%{?centos}
@ -16,13 +22,16 @@
%bcond mold 0
Name: verilator
Version: 5.032
Version: 5.040
Release: %autorelease
Summary: A fast simulator for synthesizable Verilog
License: LGPL-3.0-only OR Artistic-2.0
URL: https://veripool.org/verilator/
Source: https://github.com/verilator/verilator/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz
# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
BuildRequires: autoconf
BuildRequires: bison
BuildRequires: coreutils
@ -47,6 +56,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(vars)
BuildRequires: python3-devel
BuildRequires: python3-distro
BuildRequires: sed
%if %{with tcmalloc}
BuildRequires: gperftools-libs