Search Criteria
Package Details: mingw-w64-gtest 1.14.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-gtest.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-gtest |
Description: | Google Test - C++ testing utility based on the xUnit framework (like JUnit) (mingw-w64) |
Upstream URL: | https://github.com/google/googletest |
Licenses: | custom:BSD3 |
Submitter: | chenxiaolong |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-26 20:08 (UTC) |
Last Updated: | 2024-04-05 16:14 (UTC) |
Latest Comments
patlefort commented on 2023-12-23 22:05 (UTC)
I've bumped the version, however checks are not going to work until
mingw-w64-python
is fixed.patlefort commented on 2021-09-24 23:26 (UTC)
Will it be updated? I'd like to request to take over this package if the current maintainer doesn't want to do it.
Martchus commented on 2019-11-21 17:09 (UTC)
By the way, for rapidjson I needed to specify the source path explicitly in any case anyways, e.g. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mingw-w64-rapidjson#n41
I also needed to create symlinks, e.g.
ln -s unittest.exe unittest
. Maybe there's a better way to do it?Martchus commented on 2019-11-21 17:02 (UTC)
Seems like this misses some sources. Compared to the regular gtest package the line
install -Dm 644 src/* -t "${pkgdir}/usr/src/gtest/src"
is missing. I could workaround the problem by simply using the source directory from the regular gtest package. Maybe it makes actually sense to just reuse that and drop the source directory here completely. Otherwise it would be nice if the source directory would be complete.xantares commented on 2018-11-22 12:37 (UTC)
hello,
CMAKE_BUILD_TYPE, BUILD_SHARED_LIBS are already set by arch-cmake
Also CMAKE_SKIP_RPATH is useless with mingw builds