This uses https://github.com/JuliaBinaryWrappers/polymake_jll.jl and its dependencies to build a self-contained polymake binary tarball, using JLLPrefixes.jl.
./create_tarball.sh [-a arch] [-j julia] [-p prefix] [-o os]
arch
:x86_64
oraarch64
.os
:linux
ormacos
.julia
: should point to a julia binary, this is only needed for building the tarball.prefix
: temporary installation prefix (default:/tmp/pmjll
).
Other architectures or operating systems might work as well if supported by polymake_jll.