Search Criteria
Package Details: opensta-git r926.bb50746-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opensta-git.git (read-only, click to copy) |
---|---|
Package Base: | opensta-git |
Description: | A gate level static timing verifier. |
Upstream URL: | https://github.com/The-OpenROAD-Project/OpenSTA |
Licenses: | GPL |
Provides: | opensta |
Submitter: | Sequencer |
Maintainer: | Forty-Bot |
Last Packager: | Forty-Bot |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-06 07:46 (UTC) |
Last Updated: | 2022-09-02 04:25 (UTC) |
Dependencies (8)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flex (flex-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- swig (swig-gitAUR) (make)
- tcl (tcl-fossilAUR, tcl84AUR) (make)
- cudd (optional) – a binary decision diageram package for improving conditional timing arc handling
- libzip (libzip-gitAUR) (optional) – read Verilog, SDF, SPF, and SPEF files compressed with gzip
Required by (1)
- qflow-git (requires opensta) (optional)
Latest Comments
bluebearblue commented on 2022-04-13 08:23 (UTC)
The PKGBUILD needs to be updated:
source=("git+https://github.com/The-OpenROAD-Project/OpenSTA.git")
-> change 'git' to 'git+https'killruana commented on 2020-04-12 08:51 (UTC)
Thanks for the modifications :)
killruana commented on 2020-04-10 13:23 (UTC)
the following makedepends are missing: git, cmake
killruana commented on 2020-01-19 12:19 (UTC)
Can you set the provides variable in the PKGBUILD ? provides=("opensta")
It would be great for packages depending on any version of opensta since your package it's actually the only one who provides OpenSTA, like AUR package qflow-git.
thx