Search Criteria
Package Details: reproc 14.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/reproc.git (read-only, click to copy) |
---|---|
Package Base: | reproc |
Description: | Cross-platform library that simplifies working with external CLI applications from C and C++ |
Upstream URL: | https://github.com/DaanDeMeyer/reproc |
Keywords: | c c++ cross-platform library |
Licenses: | MIT |
Submitter: | jetm |
Maintainer: | jetm |
Last Packager: | jetm |
Votes: | 4 |
Popularity: | 0.000994 |
First Submitted: | 2018-09-29 20:05 (UTC) |
Last Updated: | 2021-12-16 19:16 (UTC) |
Latest Comments
1 2 Next › Last »
eclairevoyant commented on 2023-03-16 02:54 (UTC)
gcc
should be removed frommakedepends
. As per https://wiki.archlinux.org/title/PKGBUILD#makedepends:jetm commented on 2021-03-22 03:12 (UTC)
@gdolle, I have added
-DREPROC++=ON
. Now I can see the C++ library and headers. Thank you!gdolle commented on 2021-03-15 11:18 (UTC)
Hi @jetm, reproc++ isn't generated currently, the cmake option should be
-DREPROC++=ON
instead of-DREPROCXX
.Maybe split the package to provide
reproc
andreproc-cpp
?jetm commented on 2019-07-21 15:08 (UTC)
@DaanDeMeyer: Using the new cmake feature. Thank you for the changes!
DaanDeMeyer commented on 2019-07-20 15:00 (UTC)
With the latest CMake release, a generator agnostic PKGBUILD can be made:
-S indicates the source directory (where the CMakeLists.txt) is located. -B indicates the build directory.
jetm commented on 2019-07-06 23:26 (UTC)
@DaanDeMeyer: run it the test now. Thanks, for the suggestion!
DaanDeMeyer commented on 2019-07-06 23:01 (UTC)
Currently, the PKGBUILD only builds the tests but does not execute them. The tests are executed by running the
build/test
binary. There should be no need to build the tests manually as they are built automatically whenREPROC_TEST
is enabled.jetm commented on 2018-12-03 21:27 (UTC)
@DaanDeMeyer: Yes, my bad. Fixed submitted. Thank you!
DaanDeMeyer commented on 2018-12-03 21:08 (UTC)
You made a small mistake (
-REPROC++=ON
should be-DREPROC++=ON
)jetm commented on 2018-12-03 21:00 (UTC) (edited on 2018-12-03 21:26 (UTC) by jetm)
@DaanDeMeyer: Thank you. I have updated the package updating to
REPROC++
andREPROC_EXAMPLES
.1 2 Next › Last »