Package Details: qucs-s 24.4.1-2

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.037680
First Submitted: 2017-03-27 19:14 (UTC)
Last Updated: 2024-11-27 12:07 (UTC)

Dependencies (13)

Required by (1)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

Zes4Null commented on 2024-11-27 12:09 (UTC)

Parallel building has been enabled again, @bobach thanks for your comment.

bobach commented on 2024-11-26 15:45 (UTC)

@Zes4Null @Freakness109 Unfortunately, be6a3d635751 breaks parallel builds, package only builds on a single core and takes forever.

Fix

cmake --build . -j $(nproc)

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 . and make 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.