MoarVM: update to 2022.07.
replace `libatomic_ops` with C11 atomics see - https://github.com/MoarVM/MoarVM/pull/1640#issuecomment-1013062486
This commit is contained in:
parent
b80b93fd5f
commit
6f4f5be2ba
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'MoarVM'
|
||||
pkgname=MoarVM
|
||||
version=2022.06
|
||||
version=2022.07
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --has-libatomic_ops --has-libffi
|
||||
--has-libtommath --has-libuv"
|
||||
configure_args="--prefix=/usr --c11-atomics --has-libffi --has-libtommath
|
||||
--has-libuv"
|
||||
hostmakedepends="perl"
|
||||
makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
|
||||
libzstd-devel"
|
||||
makedepends="libffi-devel libtommath-devel libuv-devel libzstd-devel"
|
||||
short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
|
||||
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
||||
license="Artistic-2.0"
|
||||
homepage="https://moarvm.org"
|
||||
changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
|
||||
distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||
checksum=598ddf88c18f4d3825970cd391eebcaf66984d43ebf1ef43116356365b6bfe60
|
||||
checksum=337ef04d16f826f99465c653b92006028fe220be68d3dcfd0729612f4f6b5b46
|
||||
nocross=yes
|
||||
shlib_provides="libmoar.so"
|
||||
|
|
Loading…
Reference in New Issue