Yes, now the static libs are built too.
Search Criteria
Package Details: mingw-w64-yaml-cpp 0.6.2-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-yaml-cpp.git (read-only) |
---|---|
Package Base: | mingw-w64-yaml-cpp |
Description: | YAML parser and emitter in C++, written around the YAML 1.2 spec (mingw-w64) |
Upstream URL: | https://github.com/jbeder/yaml-cpp |
Licenses: | |
Submitter: | dariost |
Maintainer: | dariost |
Last Packager: | dariost |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-17 22:31 |
Last Updated: | 2018-04-12 18:27 |
Dependencies (3)
- mingw-w64-crt (mingw-w64-crt-git, mingw-w64-crt-bin)
- mingw-w64-cmake (make)
- mingw-w64-gcc (mingw-w64-gcc-bin) (make)
Required by (1)
Sources (1)
Latest Comments
cdkitching commented on 2017-03-14 16:34
dariost commented on 2016-02-18 13:38
osfans commented on 2016-02-18 03:30
Could you make static libs at the same time?
mingw-w64-libpng, mingw-w64-libtiff, etc have static libs.
Instead of deleting the *.exe files during package(), you could just pass the cmake build option "-DYAML_CPP_BUILD_TOOLS=OFF" to avoid building them in the first place. Would save a nice bit of time, too.
https://github.com/jbeder/yaml-cpp/blob/master/CMakeLists.txt#L41