add expression optimization library
This commit is contained in:
parent
3e515f60fa
commit
ab0b2c0c8b
2 changed files with 6 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = act-flow-git-meta
|
pkgbase = act-flow-git-meta
|
||||||
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
|
||||||
pkgver = 0.4
|
pkgver = 0.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://avlsi.csl.yale.edu/act
|
url = https://avlsi.csl.yale.edu/act
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
@ -10,6 +10,7 @@ pkgbase = act-flow-git-meta
|
||||||
depends = act-sky130-git
|
depends = act-sky130-git
|
||||||
depends = act-tracelib-git
|
depends = act-tracelib-git
|
||||||
depends = act-actsim-git
|
depends = act-actsim-git
|
||||||
|
depends = act-expropt-git
|
||||||
provides = act-flow-meta
|
provides = act-flow-meta
|
||||||
conflicts = act-flow-meta
|
conflicts = act-flow-meta
|
||||||
|
|
||||||
|
|
|
||||||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,7 +1,9 @@
|
||||||
# Maintainer: Fabian Posch <aur@posch.tech>
|
# Maintainer: Fabian Posch <aur@posch.tech>
|
||||||
|
|
||||||
pkgname=act-flow-git-meta
|
pkgname=act-flow-git-meta
|
||||||
pkgver=0.4
|
_baserver=0
|
||||||
|
_patchlvl=5
|
||||||
|
pkgver=${_baserver}.${_patchlvl}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
@ -13,6 +15,7 @@ depends=(
|
||||||
'act-sky130-git'
|
'act-sky130-git'
|
||||||
'act-tracelib-git'
|
'act-tracelib-git'
|
||||||
'act-actsim-git'
|
'act-actsim-git'
|
||||||
|
'act-expropt-git'
|
||||||
)
|
)
|
||||||
conflicts=('act-flow-meta')
|
conflicts=('act-flow-meta')
|
||||||
provides=('act-flow-meta')
|
provides=('act-flow-meta')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue