yosys: update to 0.35.

This commit is contained in:
Bnyro 2023-11-07 13:23:09 +01:00 committed by Chocimier
parent 23147c30e9
commit 6cfd3f4ef4

View file

@ -1,8 +1,8 @@
# Template file for 'yosys' # Template file for 'yosys'
pkgname=yosys pkgname=yosys
# Remember to correct _gitrev on updating # Remember to correct _gitrev on updating
_gitrev=1979e0b _gitrev=cc31c6e
version=0.22 version=0.35
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_use_env=yes make_use_env=yes
@ -12,9 +12,9 @@ depends="graphviz xdot berkeley-abc"
short_desc="Verilog RTL Synthesis Suite" short_desc="Verilog RTL Synthesis Suite"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC, MIT" license="ISC, MIT"
homepage="http://www.clifford.at/yosys/about.html" homepage="https://yosyshq.net/yosys/"
distfiles="https://github.com/cliffordwolf/yosys/archive/yosys-${version}.tar.gz" distfiles="https://github.com/cliffordwolf/yosys/archive/yosys-${version}.tar.gz"
checksum=2a0c29b6f66b3ee70316dd734eceb14f452445a83ccac600b97100ffd7c7a7aa checksum=a00643cf4cf83701bfa2b358066eb9d360393d30e8f5a8e65f619ab1fd10474a
post_patch() { post_patch() {
vsed -i -e 's,-I[$](PREFIX)/include,,' \ vsed -i -e 's,-I[$](PREFIX)/include,,' \