From 6f4f5be2ba24aa181137a5993c54f15c6b2a2ce0 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Tue, 2 Aug 2022 22:16:33 +1000 Subject: [PATCH] MoarVM: update to 2022.07. replace `libatomic_ops` with C11 atomics see - https://github.com/MoarVM/MoarVM/pull/1640#issuecomment-1013062486 --- srcpkgs/MoarVM/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template index a2f9c159754..de365240c60 100644 --- a/srcpkgs/MoarVM/template +++ b/srcpkgs/MoarVM/template @@ -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 " 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"