Search Criteria
Package Details: moarvm 2024.09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/moarvm.git (read-only, click to copy) |
---|---|
Package Base: | moarvm |
Description: | A VM with adaptive optimization and JIT compilation, built for Rakudo |
Upstream URL: | http://moarvm.com/ |
Licenses: | PerlArtistic |
Submitter: | spider-mario |
Maintainer: | hurufu |
Last Packager: | hurufu |
Votes: | 32 |
Popularity: | 0.024699 |
First Submitted: | 2014-02-05 20:38 (UTC) |
Last Updated: | 2024-10-10 17:35 (UTC) |
Dependencies (2)
- zstd (zstd-gitAUR, zstd-staticAUR)
- perl (perl-gitAUR) (make)
Latest Comments
hurufu commented on 2021-12-03 08:01 (UTC)
Hello, I've tested your package on a PinePhone and it looks like moarvm, nqp and rakudo all work well on arm devices. Can you please add
aarch64
to anarch
array in the PKGBUILD file?spider-mario commented on 2021-03-03 23:58 (UTC) (edited on 2021-03-03 23:59 (UTC) by spider-mario)
Yes, that’s what I meant. It indeed won’t run if it was built with it and it’s missing at runtime.
jonathon commented on 2021-03-02 12:37 (UTC) (edited on 2021-03-02 12:38 (UTC) by jonathon)
Something like this:
would work for an optional dependency required at build time, assuming MoarVM will actually run without zstd being compiled in but not present at runtime. If it won't run then it's a plain
depends
.spider-mario commented on 2020-12-20 08:46 (UTC) (edited on 2020-12-20 08:48 (UTC) by spider-mario)
My understanding of
optdepends
is that it’s supposed to be for packages that are optional at runtime, given the package that has been built. Sincezstd
is an indirect dependency ofpacman
, most people will likely build the package withzstd
installed, and in this case, the package depends non-optionally on it.To my knowledge,
makepkg
doesn’t really have a mechanism to facilitate this sort of dependency that is optional at build time but becomes mandatory at runtime if it was there at build time.MasterDuke commented on 2020-12-19 20:46 (UTC)
FYI, zstd is only an optional dependency of MoarVM.