Search Criteria
Package Details: mingw-w64-cmocka 1.1.8-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: | 2025-12-13 17:10 (UTC) |
Dependencies (4)
- mingw-w64-crt (mingw-w64-crt-msvcrtAUR, llvm-mingwAUR)
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
- mingw-w64-gcc (llvm-mingwAUR) (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.ato the standardlibcmocka.aso 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.aOr 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