Description of problem: There is no ngspice, ngnutmeg, etc binary in the ngspice package, only cmpp. Version-Release number of selected component (if applicable): ngspice-31-3.mga8 or ngspice-30-1.mga7 How reproducible: Always Steps to Reproduce: 1. install package or list content 2. 3.
It's because ngspice is build as a shared library (--with-ngshared): http://ngspice.sourceforge.net/shared.html src/Makefile.am adds ngspice to files to be compile only if SHARED_MODULE is not set, i.e. no --with-ngshared is used with ./configure. ngnutmeg needs --enable-oldapps configure option and no --with-ngshared.
Hi, thanks for reporting this bug. Thanks Jani to your wisdom on this. So, if we build it as a shared library but OP want binaries, is this possible? $ urpmq --whatrequires-recursive ngspice ngspice So what app we ship require it? Obvious.
CC: (none) => ouaurelienSeverity: major => normalKeywords: (none) => TriagedTarget Milestone: --- => Mageia 8
I see no reason not to assign this to zezinho, the registered maintainer.
Assignee: bugsquad => lists.jjorge
https://blog.mageia.org/en/2020/09/14/we-are-very-sad-to-announce-that-jose-jorge-who-used-the-login-zezinho-passed-away-on-september-the-11th/ It'll just be adding another bug to the list that has to be mass reassigned to others.
CC: (none) => davidwhodgins
Assignee: lists.jjorge => pkg-bugsKeywords: Triaged => (none)
See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=31717
FWIW, testing in cauldron with KiCAD 7.0.1: The only ngspice package needed to run simulation in KiCAD, is lib64ngspice0 This newbie know no other way to use ngspice yet. But so far it works.
CC: (none) => fri