mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
MoarVM: update to 2024.06, build with mimalloc.
This commit is contained in:
parent
0eb701c796
commit
4ddaa158fc
1 changed files with 7 additions and 4 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'MoarVM'
|
# Template file for 'MoarVM'
|
||||||
pkgname=MoarVM
|
pkgname=MoarVM
|
||||||
version=2024.04
|
version=2024.06
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="perl Configure.pl"
|
configure_script="perl Configure.pl"
|
||||||
configure_args="--prefix=/usr --c11-atomics --has-libffi --has-libtommath
|
configure_args="--prefix=/usr --c11-atomics --has-libffi --has-libtommath
|
||||||
--has-libuv"
|
--has-libuv --has-mimalloc --mimalloc"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="libffi-devel libtommath-devel libuv-devel libzstd-devel"
|
makedepends="libffi-devel libtommath-devel libuv-devel libzstd-devel
|
||||||
|
mimalloc-devel"
|
||||||
short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
|
short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
|
||||||
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="https://moarvm.org"
|
homepage="https://moarvm.org"
|
||||||
changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
|
changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
|
||||||
distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||||
checksum=499f2aa1d8b85db5b4335a1b5ae72b0bf8d80534c9a3b663f2c3a04a75c975ee
|
checksum=24ecedd1220e215742cbfa9228797812f6f281ba87bf5dc58e8caac0c0d404d0
|
||||||
nocross=yes
|
nocross=yes
|
||||||
shlib_provides="libmoar.so"
|
shlib_provides="libmoar.so"
|
||||||
|
|
||||||
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/mimalloc-2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue