* update mimalloc to 2.1.7-1
This commit is contained in:
parent
48ca9cda42
commit
d1610651e6
15
mimalloc/.SRCINFO
Normal file
15
mimalloc/.SRCINFO
Normal 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
4
mimalloc/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[mimalloc]
|
||||
source = "git"
|
||||
git = "https://github.com/microsoft/mimalloc.git"
|
||||
prefix = "v"
|
@ -4,7 +4,7 @@
|
||||
# Contributor: Diab Neiroukh <lazerl0rd@thezest.dev>
|
||||
|
||||
pkgname=mimalloc
|
||||
pkgver=2.1.2
|
||||
pkgver=2.1.7
|
||||
pkgrel=1
|
||||
pkgdesc='General-purpose allocator with excellent performance characteristics'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -12,15 +12,9 @@ url='https://github.com/microsoft/mimalloc'
|
||||
license=('MIT')
|
||||
depends=('glibc')
|
||||
makedepends=('git' 'cmake')
|
||||
_commit='43ce4bd7fd34bcc730c1c7471c99995597415488'
|
||||
source=("$pkgname::git+$url#commit=$_commit")
|
||||
b2sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
|
||||
git describe --tags | sed 's/^v//'
|
||||
}
|
||||
source=("$pkgname::git+$url#tag=v$pkgver")
|
||||
sha512sums=('75d1ee7c25b6e53d1da25ab21b4140331cad4af72f7ff19e72f2a7c57715dfd3cbd4642b8f7cd5ae5a8695ed6a9592cb4cc20c340e09fb42abc619b245203c51')
|
||||
b2sums=('afa823bee649bce039f9cb70ab5e222dd17b967fcefaf215b43fa55bbed11d5369add2a1471f8d5f606c2d62b1c4fd9b2e5c0a7a924ea390cc7d321ab2f15e53')
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
|
Loading…
x
Reference in New Issue
Block a user