gnu: kicad: Build with ngspice support.
* gnu/packages/engineering.scm (kicad): [arguments] <configure-flags>: Add KICAD_SPICE flag. [inputs]: Add libngspice. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c48799c0a5
commit
50942a690e
|
@ -664,6 +664,7 @@ language.")
|
|||
(assoc-ref %build-inputs "wxpython")
|
||||
"/include/wx-3.0")
|
||||
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE"
|
||||
"-DKICAD_SPICE=TRUE"
|
||||
;; TODO: Enable this when CA certs are working with curl.
|
||||
"-DBUILD_GITHUB_PLUGIN=OFF")
|
||||
#:phases
|
||||
|
@ -704,6 +705,7 @@ language.")
|
|||
("glew" ,glew)
|
||||
("glm" ,glm)
|
||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||
("libngspice" ,libngspice)
|
||||
("libsm" ,libsm)
|
||||
("mesa" ,mesa)
|
||||
("openssl" ,openssl)
|
||||
|
|
Loading…
Reference in New Issue