metacollin / homebrew-kicad

Homebrew tap for KiCad, the electronic design automation suite.
MIT License
19 stars 5 forks source link

Compiling with --with-libngspice switch does not work #20

Open fabiangeissler opened 7 years ago

fabiangeissler commented 7 years ago

The --with-libngspice switch has no effect. KiCad is always built with KICAD_SPICE=OFF.

I am not familiar with ruby, but on line 149 of kicad.rb the build arguments are checked for "ngspice" but the initial check (which works) at line 38 checks for "libngspice".