summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZes4null2023-06-14 17:28:31 +0800
committerZes4null2023-06-14 17:28:31 +0800
commitdf856793988a6a33fb7852b36bd5a903fabbac00 (patch)
treeefb7a068599e9ab446f6b182bd03c1074602fa5b /PKGBUILD
parent5af2f1af1290f921d4cb31592d439e3c5b233a5f (diff)
downloadaur-df856793988a6a33fb7852b36bd5a903fabbac00.tar.gz
add openvaf as optional depends for Verilog-A support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad627b5e3c57..de9f4c58a240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,10 @@ depends=('qt6-svg' 'ngspice')
makedepends=('cmake' 'qt6-tools')
optdepends=('ngspice: recommended simulation backend'
'qucs: for Qucsator simulation backend'
- 'xyce-serial: a SPICE-compatible simulation backend'
- 'spiceopus: a general purpose simulation backend for optimization loops'
- 'octave: a high-level language for post-simulation data processing'
+ 'xyce-serial: SPICE-compatible simulation backend'
+ 'spiceopus: general purpose simulation backend for optimization loops'
+ 'openvaf: compiler for Verilog-A devices support'
+ 'octave: high-level language for post-simulation data processing'
)
source=(https://github.com/ra3xdh/qucs_s/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('15aa734db9be6d8a8fc87a0782bf1be418c7bf59dfe06a957c904ff8f7d5f096')