gentoo
cmake-init-conan-example
gentoo | cmake-init-conan-example | |
---|---|---|
52 | 12 | |
2,059 | 16 | |
0.5% | - | |
10.0 | 5.7 | |
2 days ago | 3 months ago | |
Shell | CMake | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gentoo
-
Orphaning Bcachefs-Tools in Debian
Still, if you include transitive dependencies you end up with a total of 90 dependencies[0] which is unheard of in systems programming. This for some reason includes stuff like "winapi-i686-pc-windows-gnu" which really has no place for a set of linux software tools.
[0]:https://github.com/gentoo/gentoo/blob/master/sys-fs/bcachefs...
- Backdoor in upstream xz/liblzma leading to SSH server compromise
-
Vulkan Video Extensions for Accelerated H.264 and H.265 Encode
Whilst Firefox may support hardware video decoding, Mesa since March 2022 disables patent encumbered codecs by default[1], and distributions such as Fedora and OpenSuse do not explicitly enable these patent encumbered codecs to avoid possible legal problems. Even Gentoo (built from source code by the user) requires the user to explicitly enable a USE flag (proprietary-codes) to use patent encumbered codecs.[2]
The thought process is that AMD, NVIDIA, Intel and the likes are not providing a patent license with their hardware.[3] They are instead just supplying part of an overall system that together with operating system kernel, display manager software, video player software, etc allows the decoding and encoding of patent encumbered video files. Open source software projects and distributions are concerned they'd be found to be infringing patents by enabling a complete solution out-of-the-box. Hence they put some hurdles in place so that a user has to go out of their way to separately piece together the various parts to form a complete system capable of encoding and decoding patent encumbered codecs.
[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15...
[2] https://github.com/gentoo/gentoo/commit/1265a159743d7f07185a...
[3] https://lists.fedoraproject.org/archives/list/[email protected]...
-
I like gentoo's package deprecation process
Thank you! I don't live in git and this helps! Normally under gentoo I shouldn't have to. This actual git https://github.com/gentoo/gentoo (as opposed to the gentoo browser view) plus this "checkout the commit" should get me much further. ... And probably deserve some space in the gentoo docs.
- Great news java people: Gradle eclass is in the works!
- LLVM stages
-
Is gentoo difficult to maintain as a daily driver?
You choose - here's a list
- Error 2124 when trying to interact with super-block (show-super, set-option)
- HTTP-Tiny: verify_SSL (Draft PR)
-
My CNCF LFX Mentorship Spring 2023 Project at Kubescape
(pending) gentoo/gentoo #30595 sys-cluster/kubescape: new package, add 2.2.6
cmake-init-conan-example
-
Conan and cmake library problems
I haven't really used conan but you should not use the cmake generator, you should use the CMakeDeps and CMakeToolchain generators instead. That might solve your problem, after all there is a reason why the cmake generator is being deprecated. Check this for an example: https://github.com/friendlyanon/cmake-init-conan-example
-
If I want to import a library/module from github into my C program where do I git clone it?
Use a package manager. This example shows how to use vcpkg to get json-c. You can do the same using Conan as well.
-
How do I add a configure step to cmake?
You ought to call Conan before configuring. Take a look at this example.
-
Best way to manage dependencies with c++?
Conan and vcpkg are the only options. I use them both, depends on what kinds of dependencies I want to pull. vcpkg is easier to setup custom one-off dependencies with using overlay ports, while Conan is faster at things if your profile fits one that has a pre-built binary in CCI. Both are trivial to integrate with a CMake project, see these examples for Conan and vcpkg.
-
How to build libvpx as a shared library for my project?
More details in this example project.
-
3rd party library delivery
I have an example for Conan integration that I'm planning on revisiting, since it was made when I knew less about Conan. If you are interested in a concrete example, you can check it out later.
-
CMake 3.22.0 available for download - Kitware Blog
Integrating with Conan is already pretty straightforward, you just need a short script to glue things together via the Conan provided CMake utility.
-
Some GithubCI (and not only) help needed
You can check out the CI for this example project. It doesn't yet have caching for Conan setup, but Qt has prebuilt binaries in the CCI anyway, so that's not really that big of a deal.
-
Make your commits prettier with Catify, a C++ project
The CMake scripts could definitely use improvement. Here is an example using Conan that also installs fmt. The shell scripts can also be entirely replaced with CMake presets, also examplified in the earlier link.
-
what can I say, lol
Or Conan + CMake. In fact, I would much prefer to use Conan in a company environment, but vcpkg is top notch for open source. Not to say Conan is bad at that, not even close, but its features are excellent to get companies to move to package managers.
What are some alternatives?
gentooLTO - A Gentoo Portage configuration for building with -O3, Graphite, and LTO optimizations
icecream - Distributed compiler with a central scheduler to share build load
torbrowser-overlay - Gentoo overlay for Tor Browser related ebuilds
Geany - A fast and lightweight IDE
llvm-overlay - Unofficial experimental gentoo overlay for compiling llvm with additional components
cache - Cache dependencies and build outputs in GitHub Actions
cmake-init-vcpkg-example - cmake-init generated executable project with vcpkg integration
lcd - An LCD module simulator based on HD44780 microcontroller simulation
cmake-init - The missing CMake project initializer
small - C++ small containers
gentoo-install - A gentoo installer with a TUI interface that supports systemd and OpenRC, EFI and BIOS, as well as variable disk layouts using ext4, zfs, btrfs, luks and mdraid.
Boost-Pretty-Printer - GDB Pretty Printers for Boost