38 lines
946 B
TOML
38 lines
946 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = [
|
|
"--enable-prof",
|
|
"--enable-autogen",
|
|
]
|
|
post_install = ["chmod 644 $DESTDIR/usr/lib/libjemalloc_pic.a"]
|
|
skip_tests = true
|
|
no-delete-static = true
|
|
|
|
[dependencies]
|
|
optional = ["perl"]
|
|
runtime = [
|
|
"glibc",
|
|
"libunwind",
|
|
"libcxx",
|
|
]
|
|
|
|
[[manual_sources]]
|
|
file = "jemalloc-0001-default-page-size-on-Aarch64.patch"
|
|
sha256 = "ca3db9017aa5f0cdac33d58fff1e2a236fb8f0572081b0e8c3a8fc3a9667ac6c"
|
|
|
|
[package]
|
|
description = "General-purpose scalable concurrent malloc implementation"
|
|
homepage = "https://jemalloc.net/"
|
|
license = "BSD-2-Clause"
|
|
name = "jemalloc"
|
|
version = "5.3.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
patches = ["jemalloc-0001-default-page-size-on-Aarch64.patch"]
|
|
post_extract = ["autoconf"]
|
|
sha256 = "2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa"
|
|
url = "https://github.com/jemalloc/jemalloc/releases/download/$version/jemalloc-$version.tar.bz2"
|