Search Criteria
Package Details: mingw-w64-cmocka 1.1.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-cmocka.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-cmocka |
Description: | Elegant unit testing framework for C with support for mock objects (mingw-w64) |
Upstream URL: | https://cmocka.org/ |
Licenses: | Apache |
Submitter: | kfg |
Maintainer: | kfg |
Last Packager: | kfg |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-26 07:25 (UTC) |
Last Updated: | 2023-06-02 19:29 (UTC) |
Dependencies (4)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
- mingw-w64-wineAUR (make)
Required by (1)
- mingw-w64-libssh (make)
Latest Comments
szanni commented on 2022-07-01 20:31 (UTC)
Could you add a line to package() that renames
libcmocka-static.a
to the standardlibcmocka.a
so that build systems (like meson) can discover the static library automatically?Something like:
mv "${pkgdir}"/usr/${_arch}/lib/cmocka-static.a "${pkgdir}"/usr/${_arch}/lib/cmocka.a
Or more generic:
find "${pkgdir}"/usr/${_arch}/lib/ -name "*-static.a" -exec sh -c 'mv "$1" "${1%-static.a}.a"' _ {} \;
These fix things for me.
Thanks.
nicman23 commented on 2019-01-14 09:36 (UTC)
-DDOXYGEN_GENERATE_LATEX=NO -DDOXYGEN_LATEX_MAKEINDEX_CMD=a add this if you having an error with \m