Search Criteria
Package Details: openroad-git r34136.5114b0e881-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openroad-git.git (read-only, click to copy) |
|---|---|
| Package Base: | openroad-git |
| Description: | A framework for RTL synthesis |
| Upstream URL: | https://theopenroadproject.org/ |
| Keywords: | eda |
| Licenses: | BSD-3-Clause |
| Conflicts: | openroad, opensta |
| Provides: | openroad |
| Submitter: | Sequencer |
| Maintainer: | foobat |
| Last Packager: | foobat |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-03-17 07:34 (UTC) |
| Last Updated: | 2025-10-29 15:05 (UTC) |
Dependencies (19)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, blas-openblas-gitAUR, openblas-lapackAUR, blas-gitAUR, aocl-blisAUR, blas-openblas)
- boost-libs
- coin-or-lemon
- cudd
- gtest (googletest-gitAUR)
- or-toolsAUR
- python
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-chartsAUR (qt5-charts-gitAUR)
- spdlog (spdlog-gitAUR)
- tcl (tcl-fossilAUR, tcl84AUR, tcl84AUR)
- yaml-cpp
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- flex (flex-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- swig (swig-gitAUR) (make)
Latest Comments
1 2 Next › Last »
gonsolo commented on 2026-01-13 22:34 (UTC)
And don't
rm -rf /usr/include/gtestwhich totally borks gtest!gonsolo commented on 2026-01-13 22:34 (UTC)
Please apply this diff:
SameLeni commented on 2025-11-30 03:13 (UTC)
I recently tried building this on an updated Arch system and ran into a couple of issues that I managed to resolve locally. I wanted to share my findings to see if they could be incorporated into the PKGBUILD.
SWIG Version: It appears that the latest swig (4.4.0) in the official repo causes build failures (likely due to issues with
$functionrecognition). I found that downgrading to 4.3.1 resolves this problem.C++20 Compatibility: The system-provided coin-or-lemon (1.3.1) triggers compilation errors under C++20 (specifically regarding
allocator::construct/destroy in array_map.h). I noticed that the OpenROAD project internally uses a forked version to fix this exact issue: https://github.com/The-OpenROAD-Project/lemon-graph.Would it be possible to update the PKGBUILD to use the bundled (or forked) lemon source instead of the system one to avoid this error?
vani2620 commented on 2025-02-03 05:27 (UTC)
I keep getting file ownership conflicts with a package called "gtest" installed on my system. I'm running EndeavourOS. How would I go about resolving the conflict? I've never run into this issue before.
fansp commented on 2024-04-18 14:04 (UTC)
The issue seems to be introduced in https://github.com/swig/swig/commit/b91ffa5631eb049293d3478744606148c9726521
May you try the following patch as a quick workaround?
sebinho commented on 2024-04-16 17:08 (UTC)
It seems to be related to the latest update of Swig. I am now at 6.1.2 and reverting back to 6.1.0 solves the issue.
sebinho commented on 2024-04-16 09:34 (UTC)
FYI, I get the same type of error when trying to manually build from sources...
sebinho commented on 2024-04-16 09:33 (UTC)
I have used this package to install OpenROAD like a month ago without issues. I had to reinstall the package after it started to fail for some odd reason.
Now I cannot reinstall OpenROAD using this package as I get the following errors.
Any clue what the problem is? Thanks
fansp commented on 2023-12-29 15:08 (UTC)
Thanks everyone! Now it works again.
CircuitCoder commented on 2023-12-27 01:00 (UTC)
I've made a PR to OpenROAD to fix its compatibility with fmtv10, which have been merged: https://github.com/The-OpenROAD-Project/OpenROAD/pull/4351
Now it should be possible to build from master without the patch.
1 2 Next › Last »