Package Details: ieda 1.0.3e8373a-1

Git Clone URL: https://aur.archlinux.org/ieda.git (read-only, click to copy)
Package Base: ieda
Description: An open-source EDA infracstrucutre and tools from netlist to GDS for ASIC design.
Upstream URL: https://github.com/OSCC-Project/iEDA/
Licenses: custom:MulanPSL2
Provides: iEDA, iPower, iSTA
Submitter: LingWang
Maintainer: LingWang
Last Packager: LingWang
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-03 12:14 (UTC)
Last Updated: 2024-04-07 18:18 (UTC)

Dependencies (1)

Required by (0)

Sources (0)

Latest Comments

taotieren commented on 2024-06-29 04:09 (UTC) (edited on 2024-06-29 04:17 (UTC) by taotieren)

==> 正在检查运行时依赖关系...
==> 正在检查编译时依赖关系
==> 警告: 使用现存的 $srcdir/ 树
==> 正在删除现存的 $pkgdir/ 目录...
==> 正在开始 build()...
Error: statfs /home/taotieren/.tmp/ieda/src/bin: no such file or directory
==> 错误: 在 build() 中发生一个错误。
正在放弃...
-> 生成时出错: ieda-exit status 4
-> 无法安装以下软件包, 需要手动介入处理:
ieda - exit status 4

本地编译的时候提示没有 bin 这个目录,如下修改后正常。

build() {
  mkdir -pv $srcdir/bin
  podman run -it -v $srcdir/bin:/opt/iEDA/bin --rm docker.io/iedaopensource/base:latest bash build.sh
  podman rmi iedaopensource/base
}
❯ iEDA
iEDA: error while loading shared libraries: libyaml-cpp.so.0.6: cannot open shared object file: No such file or directory