Search Criteria
Package Details: darkhelp-git 1.9.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/darkhelp-git.git (read-only, click to copy) |
---|---|
Package Base: | darkhelp-git |
Description: | DarkHelp: C++ helper class for Darknet's C API |
Upstream URL: | https://github.com/stephanecharette/DarkHelp |
Licenses: | MIT |
Submitter: | Seed |
Maintainer: | Seed |
Last Packager: | Seed |
Votes: | 1 |
Popularity: | 0.079934 |
First Submitted: | 2025-02-28 07:30 (UTC) |
Last Updated: | 2025-03-18 21:13 (UTC) |
Latest Comments
conan commented on 2025-07-03 02:50 (UTC)
I downloaded the PKGBUILD and modified it to add a patch that removes the
-Werror
from the compilation flags. Now it builds. Also I had to installvtk
andhdf5
packages to fix linker issues during build, those should be made hard dependencies. Also I installedcuda
andcudnn
, but sadly I don't recall if I was having linker issues those two solved too.The modified PKGBUILD excerpt:
And the diff for file
CM_definitions.cmake
:BTW, the other related package you maintain,
darkmark-git
, has the exact same problem.conan commented on 2025-07-02 12:07 (UTC)
This is failing to build with the following message: