yosys: update to 0.9.
This commit is contained in:
parent
bcd4e7c43b
commit
5a742749cd
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'yosys'
|
||||
pkgname=yosys
|
||||
version=0.8
|
||||
version=0.9
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${pkgname}-${version}
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="python3 bison flex pkg-config clang git tcl"
|
||||
hostmakedepends="python3 bison flex pkg-config clang git tcl readline"
|
||||
makedepends="tcl-devel readline-devel libffi-devel"
|
||||
depends="graphviz xdot"
|
||||
short_desc="Verilog RTL Synthesis Suite"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.clifford.at/yosys/about.html"
|
||||
distfiles="https://github.com/cliffordwolf/yosys/archive/yosys-${version}.tar.gz"
|
||||
checksum=07760fe732003585b26d97f9e02bcddf242ff7fc33dbd415446ac7c70e85c66f
|
||||
checksum=f2e31371f9cf1b36cb4f57b23fd6eb849adc7d935dcf49f3c905aa5136382c2f
|
||||
|
||||
pre_build() {
|
||||
vsed -e "s,CXX = gcc,CXX = ${CC}," -e "s,LD = gcc, LD = ${CC}," -i Makefile
|
||||
|
|
Loading…
Reference in a new issue