add expression optimization library

This commit is contained in:
Fabian Posch 2024-06-06 16:14:23 +02:00
parent 3e515f60fa
commit ab0b2c0c8b
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = act-flow-git-meta
pkgdesc = Meta package to install the git version of the ACT AVLSI tool flow.
pkgver = 0.4
pkgver = 0.5
pkgrel = 1
url = https://avlsi.csl.yale.edu/act
arch = x86_64
@ -10,6 +10,7 @@ pkgbase = act-flow-git-meta
depends = act-sky130-git
depends = act-tracelib-git
depends = act-actsim-git
depends = act-expropt-git
provides = act-flow-meta
conflicts = act-flow-meta

View file

@ -1,7 +1,9 @@
# Maintainer: Fabian Posch <aur@posch.tech>
pkgname=act-flow-git-meta
pkgver=0.4
_baserver=0
_patchlvl=5
pkgver=${_baserver}.${_patchlvl}
pkgrel=1
pkgdesc="Meta package to install the git version of the ACT AVLSI tool flow."
arch=('x86_64')
@ -13,6 +15,7 @@ depends=(
'act-sky130-git'
'act-tracelib-git'
'act-actsim-git'
'act-expropt-git'
)
conflicts=('act-flow-meta')
provides=('act-flow-meta')