From 53e0c3360054ac1195d3ab2c52c6f6303df6168a Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 13 Jan 2025 07:52:56 +0800 Subject: mimalloc: new added --- repos/extra/mimalloc/.checksum | 1 + repos/extra/mimalloc/.files | 20 ++++++++++++++++++++ repos/extra/mimalloc/abuild | 4 ++++ 3 files changed, 25 insertions(+) create mode 100755 repos/extra/mimalloc/.checksum create mode 100755 repos/extra/mimalloc/.files create mode 100755 repos/extra/mimalloc/abuild diff --git a/repos/extra/mimalloc/.checksum b/repos/extra/mimalloc/.checksum new file mode 100755 index 00000000..d7c00a86 --- /dev/null +++ b/repos/extra/mimalloc/.checksum @@ -0,0 +1 @@ +e842fdab4fd8ff032c46e6f2386d6ab4daae35946a2e35f05be251fbda9306b8 mimalloc-v3.0.1.tar.gz diff --git a/repos/extra/mimalloc/.files b/repos/extra/mimalloc/.files new file mode 100755 index 00000000..dc0bef3a --- /dev/null +++ b/repos/extra/mimalloc/.files @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/mimalloc-3.0/ +-rw-r--r-- root/root usr/include/mimalloc-3.0/mimalloc-new-delete.h +-rw-r--r-- root/root usr/include/mimalloc-3.0/mimalloc-override.h +-rw-r--r-- root/root usr/include/mimalloc-3.0/mimalloc.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/mimalloc-3.0/ +-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc-config.cmake +-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc-release.cmake +-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc.cmake +lrwxrwxrwx root/root usr/lib/libmimalloc.so -> libmimalloc.so.3 +lrwxrwxrwx root/root usr/lib/libmimalloc.so.3 -> libmimalloc.so.3.0 +-rwxr-xr-x root/root usr/lib/libmimalloc.so.3.0 +drwxr-xr-x root/root usr/lib/mimalloc-3.0/ +-rw-r--r-- root/root usr/lib/mimalloc-3.0/mimalloc.o +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/mimalloc.pc diff --git a/repos/extra/mimalloc/abuild b/repos/extra/mimalloc/abuild new file mode 100755 index 00000000..482a3b94 --- /dev/null +++ b/repos/extra/mimalloc/abuild @@ -0,0 +1,4 @@ +name=mimalloc +version=3.0.1 +release=1 +source="https://github.com/microsoft/${name}/archive/v${version}/${name}-v${version}.tar.gz" -- cgit v1.2.3