diff options
Diffstat (limited to 'repos/extra/mimalloc')
| -rw-r--r-- | repos/extra/mimalloc/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/mimalloc/.files | 21 | ||||
| -rw-r--r-- | repos/extra/mimalloc/abuild | 6 |
3 files changed, 0 insertions, 28 deletions
diff --git a/repos/extra/mimalloc/.checksum b/repos/extra/mimalloc/.checksum deleted file mode 100644 index 023ca999..00000000 --- a/repos/extra/mimalloc/.checksum +++ /dev/null @@ -1 +0,0 @@ -fde85d777b185a12918f47caee83bc09a9e0583fcab0ee319eabc2c8b1b30073 mimalloc-v2.1.9.tar.gz diff --git a/repos/extra/mimalloc/.files b/repos/extra/mimalloc/.files deleted file mode 100644 index 950077f4..00000000 --- a/repos/extra/mimalloc/.files +++ /dev/null @@ -1,21 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/mimalloc-2.1/ --rw-r--r-- root/root usr/include/mimalloc-2.1/mimalloc-new-delete.h --rw-r--r-- root/root usr/include/mimalloc-2.1/mimalloc-override.h --rw-r--r-- root/root usr/include/mimalloc-2.1/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-2.1/ --rw-r--r-- root/root usr/lib/cmake/mimalloc-2.1/mimalloc-config-version.cmake --rw-r--r-- root/root usr/lib/cmake/mimalloc-2.1/mimalloc-config.cmake --rw-r--r-- root/root usr/lib/cmake/mimalloc-2.1/mimalloc-release.cmake --rw-r--r-- root/root usr/lib/cmake/mimalloc-2.1/mimalloc.cmake -lrwxrwxrwx root/root usr/lib/libmimalloc.so -> libmimalloc.so.2 -lrwxrwxrwx root/root usr/lib/libmimalloc.so.2 -> libmimalloc.so.2.1 --rwxr-xr-x root/root usr/lib/libmimalloc.so.2.1 -drwxr-xr-x root/root usr/lib/mimalloc-2.1/ --rw-r--r-- root/root usr/lib/mimalloc-2.1/libmimalloc.a --rw-r--r-- root/root usr/lib/mimalloc-2.1/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 deleted file mode 100644 index 923a2228..00000000 --- a/repos/extra/mimalloc/abuild +++ /dev/null @@ -1,6 +0,0 @@ -name=mimalloc -version=2.1.9 -release=1 -source="https://github.com/microsoft/${name}/archive/v${version}/${name}-v${version}.tar.gz" -keep_static=1 -build_opt="-DMI_OVERRIDE=true -DMI_LIBC_MUSL=true -DMI_BUILD_STATIC=true -DMI_BUILD_OBJECT=true -DMI_BUILD_SHARED=true" |