ZPM
ZPM copied to clipboard
The C++ package manager based on premake5
Looks like a good project. Sad it seems abandoned. I really hate CMake solutions.
When linking static libraries that are not compiled during `make`, the `x86` are correctly linked, but `x86_64` libraries are not exported. See example in the MKL definition: https://github.com/Zefiros-Software/MKL/blob/master/.export.lua#L114 https://github.com/Zefiros-Software/MKL/blob/master/.export.lua#L145
If post-extract fails, then it is still marked as extracted. Maybe we can cache the failure somewhere (touch a file or something) and retry if the file exists
When using a library definition that uses a command that requires permission, the name is not displayed correctly on some commands, but instead shows `table: ` where the name should...