Search Criteria
Package Details: horizon-eda 2.6.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/horizon-eda.git (read-only, click to copy) |
---|---|
Package Base: | horizon-eda |
Description: | free EDA package written in C++ |
Upstream URL: | https://horizon-eda.org |
Licenses: | GPL |
Submitter: | luk4s |
Maintainer: | luk4s |
Last Packager: | luk4s |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-01 11:27 (UTC) |
Last Updated: | 2024-09-14 19:08 (UTC) |
Dependencies (16)
- cairomm
- cppzmq (cppzmq-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gtkmm3
- libarchive (libarchive-gitAUR)
- libgit2 (libgit2-gitAUR)
- librsvg (librsvg-gitAUR)
- libspnav (libspnav-gitAUR)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- podofo (podofo-gitAUR)
- sqlite3 (sqlite)
- zeromq (zeromq-gitAUR)
- cmake (cmake-gitAUR) (make)
- glm (glm-gitAUR) (make)
- meson (meson-gitAUR) (make)
- python3 (python) (make)
Latest Comments
aperez commented on 2024-09-14 11:54 (UTC)
Applying locally the patch from this PR made it possible to build Horizon against OpenCascade 7.8
aperez commented on 2024-05-01 12:12 (UTC)
I needed to apply this patch to be able to solve a build issue related to libgit2. After applying it, the build succeeded and Horizon works :)
miffe commented on 2023-06-13 18:02 (UTC)
Seems like
zmq.hpp
has moved to thecppzmq
package.danshick commented on 2023-06-13 03:54 (UTC) (edited on 2023-06-13 03:55 (UTC) by danshick)
@ahkneipp I've shifted my attention to getting it running from horizon-git with a modified PKGBUILD and Makefile.
A PR with some documentation updates is here: https://github.com/horizon-eda/horizon-docs/pull/26
podofo-0.9 still needs special treatment in the Makefile.
You'll also need to set a custom PKG_CONFIG_PATH which will include the "unlisted"
.pc
file from podofo-0.9.ahkneipp commented on 2023-06-13 03:30 (UTC) (edited on 2023-06-13 03:31 (UTC) by ahkneipp)
cppzmq should be added as a build dependency for the <zmq.hpp> header, additionally there seem to be build errors from a potential update in PDFPainer?
...
luk4s commented on 2023-06-12 20:43 (UTC)
I applied the patch, version 2.5.0 will also come soon
danshick commented on 2023-06-12 06:38 (UTC)
This may need a bump to 2.4.90 now that gcc 13 is out.
https://github.com/horizon-eda/horizon/commit/0f77716239dee9a77f2fd1476e0a77323823de57
luk4s commented on 2022-01-09 18:12 (UTC)
Thanks for the notice, just fixed it.
metafex commented on 2022-01-09 18:07 (UTC)
I think it's missing python3 as a build-time dependency. without it fails at "python3 scripts/make_color_presets.py" in the Makefile.