mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
cad/verilator: Add the run-tim dependency on gmake
This commit is contained in:
parent
0c111629c9
commit
682057a1e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548756
2 changed files with 8 additions and 1 deletions
|
@ -2,9 +2,13 @@
|
||||||
|
|
||||||
PORTNAME= verilator
|
PORTNAME= verilator
|
||||||
DISTVERSION= 4.100
|
DISTVERSION= 4.100
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= https://www.veripool.org/ftp/
|
MASTER_SITES= https://www.veripool.org/ftp/
|
||||||
|
|
||||||
|
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||||
|
PATCHFILES= d750a54e90df1161cfe9502ca56f298005283372.diff:-p1 # make->gmake patch
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Synthesizable Verilog to C++ compiler
|
COMMENT= Synthesizable Verilog to C++ compiler
|
||||||
|
|
||||||
|
@ -12,6 +16,7 @@ LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libsystemc.so:devel/systemc
|
LIB_DEPENDS= libsystemc.so:devel/systemc
|
||||||
|
RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen
|
||||||
|
|
||||||
USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,test tar:tgz
|
USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,test tar:tgz
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
TIMESTAMP = 1600148259
|
TIMESTAMP = 1600224270
|
||||||
SHA256 (verilator-4.100.tgz) = 22db8132209849bc09f567c48fe1eebea272102aa7b8eb1e39df520cc37ce16d
|
SHA256 (verilator-4.100.tgz) = 22db8132209849bc09f567c48fe1eebea272102aa7b8eb1e39df520cc37ce16d
|
||||||
SIZE (verilator-4.100.tgz) = 2747140
|
SIZE (verilator-4.100.tgz) = 2747140
|
||||||
|
SHA256 (d750a54e90df1161cfe9502ca56f298005283372.diff) = 27454dbaa502d0cd2e815416e659062a408a760d48604e18d8401499cebfa1de
|
||||||
|
SIZE (d750a54e90df1161cfe9502ca56f298005283372.diff) = 500
|
||||||
|
|
Loading…
Add table
Reference in a new issue