Search Criteria
Package Details: qucs-s 24.4.1-1
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.069496 |
First Submitted: | 2017-03-27 19:14 (UTC) |
Last Updated: | 2024-11-16 03:16 (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
Latest Comments
1 2 3 4 Next › Last »
Zes4Null commented on 2024-11-01 10:42 (UTC)
Hi, @Bens85, labels and text missing are fixed in version 24.4.0. This is a Qt bug and fixed in Qt 6.8.1. Due to the Qt is 6.8.0 in Arch now, Qucs-S has fixed the issue in https://github.com/ra3xdh/qucs_s/pull/995 .
Bens85 commented on 2024-10-28 21:47 (UTC)
Hi, recently the qucs-s AUR package stopped showing labels and text in the main window, which is annoying because you can't see the values and names of the components. Probably a system update broke something but I don't know what. I also tried the AppImage version and it works fine, so I think it's a dependency issue.
Zes4Null commented on 2024-09-10 06:48 (UTC)
Thanks for your proposal, @Freakness109, the build command has been changed to cmake. BTW, I am not sure if qucs-s supports other build systems like Ninja, the default build system generator of cmake is Unix Makefiles, so I think that should be ok.
Freakness109 commented on 2024-09-09 09:20 (UTC)
Hi @Zes4Null, Would you mind adding support for other build tools apart from make?
The changes needed would be:
make -j$(nproc)
->cmake --build .
andmake DESTDIR="$pkgdir" install
->DESTDIR="$pkgdir" cmake --install .
Thanks!
Zes4Null commented on 2024-05-15 02:30 (UTC)
Hi, @mmt84, I think that qucs-s still can use qucs's backend for qucsator, so I did not remove qucs from optdepends.
mmt84 commented on 2024-05-14 07:43 (UTC)
qucs is not needed for qucsator.
See: https://github.com/ra3xdh/qucs_s/releases/tag/24.2.0
Zes4Null commented on 2024-03-27 13:20 (UTC)
Thank you, @moshiur_rahman. The PKGBUILD has been fixed. Sorry for my mistakes that I did not build new version in clean environment.
moshiur_rahman commented on 2024-03-27 12:05 (UTC) (edited on 2024-03-27 13:07 (UTC) by moshiur_rahman)
Also, please add the following makedepends: dos2unix. otherwise the build fails. and it seems gperf is a build dependency, it's not needed after compilation.
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
.1 2 3 4 Next › Last »