Search Criteria
Package Details: qucs-s 24.4.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/qucs-s.git (read-only, click to copy) |
---|---|
Package Base: | qucs-s |
Description: | A spin-off of Qucs that supports other free SPICE circuit simulators like ngspice with the same Qucs GUI |
Upstream URL: | https://ra3xdh.github.io |
Licenses: | GPL-2.0 |
Submitter: | sytabaresa |
Maintainer: | Zes4Null |
Last Packager: | Zes4Null |
Votes: | 28 |
Popularity: | 0.016693 |
First Submitted: | 2017-03-27 19:14 (UTC) |
Last Updated: | 2024-11-27 12:07 (UTC) |
Dependencies (13)
- ngspice (ngspice-gitAUR)
- qt6-charts
- qt6-svg
- cmake (cmake-gitAUR) (make)
- dos2unix (dos2unix-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- qt6-tools (make)
- ngspice (ngspice-gitAUR) (optional) – recommended simulation backend
- octave (octave-hgAUR) (optional) – high-level language for post-simulation data processing
- openvafAUR (optional) – compiler for Verilog-A devices support
- qucsAUR (optional) – for Qucsator simulation backend
- spiceopusAUR (optional) – general purpose simulation backend for optimization loops
- xyce-serialAUR (optional) – SPICE-compatible simulation backend
Required by (1)
- qucs-rflayout (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
moshiur_rahman commented on 2024-03-27 11:13 (UTC)
build fails without qt5. It seems you are not using the -DWITH_QT6=ON flag?
Zes4Null commented on 2023-08-23 01:32 (UTC) (edited on 2023-08-23 01:47 (UTC) by Zes4Null)
Hello, @denilsonsa, thank you for letting me know. According to https://wiki.archlinux.org/title/Makepkg#Usage, I assume that you have installed the base-devel meta package before building the AUR packages. The
flex
andbison
packages are included in base-devel, there is no need to add these asmakedepends
.denilsonsa commented on 2023-08-22 13:53 (UTC)
It requires both
flex
andbison
during compilation. Can you please add those asmakedepends
?GPereira commented on 2023-05-29 08:37 (UTC)
Sounds like a version mismatch between qt libraries. Nothing to worry about if you got it fixed but updating your system. Of the problem comes up again ping us!
Sphaela commented on 2023-05-29 07:31 (UTC) (edited on 2023-05-29 07:38 (UTC) by Sphaela)
Build was smooth but I got this error while launching it:
Cannot mix incompatible Qt library (6.5.1) with this library (6.5.0)
update: It worked after I did a full system update(pacman -Syu). I'm not exactly sure what's the cause.
GPereira commented on 2023-02-25 11:34 (UTC)
@Zes4Null it doesn't have an impact. please remove that directive. The build takes way too long with just one job.
I've performed sufficient tests to validate this
Zes4Null commented on 2023-02-06 06:52 (UTC) (edited on 2023-05-29 09:28 (UTC) by Zes4Null)
@loqy, this is intentional. Delete the line "
options=(!makeflags)
" in PKGBUILD can enable parallel building. I took over this package maintenance before several versions. I didn't notice that the option disabled parallel compiling, and I don't know why previous maintainer set it. If this option has no impact on programs, I will enable it.loqy commented on 2023-02-06 06:28 (UTC)
This is building using only one core, even though I have
MAKEFLAGS="-j$(nproc)"
set in/etc/makepkg.conf
. Is this normal/intentional?Zes4Null commented on 2023-02-05 14:38 (UTC)
@MrClon, thanks for your info. BTW, I decided to switch to Qt6 due to upstream supported it. The Arch official repository has not updated ngspice to version 39, so OpenVAF is not supported yet. Please waiting for maintainer updating it, version 38 is still working properly by my simple test.
MrClon commented on 2023-02-05 08:35 (UTC)
1.0.1 is there, Ngspice >=39 and OpenVAF required
« First ‹ Previous 1 2 3 4 Next › Last »