ghdl: update to 4.1.0.

This commit is contained in:
Daniel Martinez 2024-07-09 22:14:13 -04:00 committed by classabbyamp
parent 14071b33f7
commit 4a9ec79fcb

View file

@ -6,8 +6,8 @@
# #
pkgname=ghdl pkgname=ghdl
reverts="20181129_1" reverts="20181129_1"
version=3.0.0 version=4.1.0
revision=2 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr --srcdir=.. --disable-werror" configure_args="--prefix=/usr --srcdir=.. --disable-werror"
makedepends="zlib-devel" makedepends="zlib-devel"
@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
homepage="https://github.com/ghdl/ghdl" homepage="https://github.com/ghdl/ghdl"
changelog="https://raw.githubusercontent.com/ghdl/ghdl/master/NEWS.md" changelog="https://raw.githubusercontent.com/ghdl/ghdl/master/NEWS.md"
distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz" distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
checksum=c1ed4d2095df80131260a48c55bb53409ce8d4c38bba42618ca040115faf08b9 checksum=0aab531b45a6613b0918f3ac6ec717b8acfad051d1abb1c39eb7490590c7a324
nocross=yes nocross=yes
# testsuite is big and long # testsuite is big and long
make_check=extended make_check=extended
@ -39,7 +39,7 @@ case "$XBPS_TARGET_MACHINE" in
esac esac
if [ "$build_option_llvm" ]; then if [ "$build_option_llvm" ]; then
makedepends+=" llvm12" makedepends+=" llvm18-devel"
fi fi
do_configure() { do_configure() {