* update mimalloc to 2.1.7-1

This commit is contained in:
Alexander Baldeck 2024-08-18 09:00:02 +02:00
parent 48ca9cda42
commit d1610651e6
3 changed files with 23 additions and 10 deletions

15
mimalloc/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = mimalloc
pkgdesc = General-purpose allocator with excellent performance characteristics
pkgver = 2.1.7
pkgrel = 1
url = https://github.com/microsoft/mimalloc
arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
depends = glibc
source = mimalloc::git+https://github.com/microsoft/mimalloc#tag=v2.1.7
sha512sums = 75d1ee7c25b6e53d1da25ab21b4140331cad4af72f7ff19e72f2a7c57715dfd3cbd4642b8f7cd5ae5a8695ed6a9592cb4cc20c340e09fb42abc619b245203c51
b2sums = afa823bee649bce039f9cb70ab5e222dd17b967fcefaf215b43fa55bbed11d5369add2a1471f8d5f606c2d62b1c4fd9b2e5c0a7a924ea390cc7d321ab2f15e53
pkgname = mimalloc

4
mimalloc/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[mimalloc]
source = "git"
git = "https://github.com/microsoft/mimalloc.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
# Contributor: Diab Neiroukh <lazerl0rd@thezest.dev> # Contributor: Diab Neiroukh <lazerl0rd@thezest.dev>
pkgname=mimalloc pkgname=mimalloc
pkgver=2.1.2 pkgver=2.1.7
pkgrel=1 pkgrel=1
pkgdesc='General-purpose allocator with excellent performance characteristics' pkgdesc='General-purpose allocator with excellent performance characteristics'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -12,15 +12,9 @@ url='https://github.com/microsoft/mimalloc'
license=('MIT') license=('MIT')
depends=('glibc') depends=('glibc')
makedepends=('git' 'cmake') makedepends=('git' 'cmake')
_commit='43ce4bd7fd34bcc730c1c7471c99995597415488' source=("$pkgname::git+$url#tag=v$pkgver")
source=("$pkgname::git+$url#commit=$_commit") sha512sums=('75d1ee7c25b6e53d1da25ab21b4140331cad4af72f7ff19e72f2a7c57715dfd3cbd4642b8f7cd5ae5a8695ed6a9592cb4cc20c340e09fb42abc619b245203c51')
b2sums=('SKIP') b2sums=('afa823bee649bce039f9cb70ab5e222dd17b967fcefaf215b43fa55bbed11d5369add2a1471f8d5f606c2d62b1c4fd9b2e5c0a7a924ea390cc7d321ab2f15e53')
pkgver() {
cd "$pkgname"
git describe --tags | sed 's/^v//'
}
build() { build() {
cmake \ cmake \