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
1 changed files with 4 additions and 4 deletions

View File

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