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")
|
(assoc-ref %build-inputs "wxpython")
|
||||||
"/include/wx-3.0")
|
"/include/wx-3.0")
|
||||||
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE"
|
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE"
|
||||||
|
"-DKICAD_SPICE=TRUE"
|
||||||
;; TODO: Enable this when CA certs are working with curl.
|
;; TODO: Enable this when CA certs are working with curl.
|
||||||
"-DBUILD_GITHUB_PLUGIN=OFF")
|
"-DBUILD_GITHUB_PLUGIN=OFF")
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -704,6 +705,7 @@ language.")
|
||||||
("glew" ,glew)
|
("glew" ,glew)
|
||||||
("glm" ,glm)
|
("glm" ,glm)
|
||||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||||
|
("libngspice" ,libngspice)
|
||||||
("libsm" ,libsm)
|
("libsm" ,libsm)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
|
|
Loading…
Reference in New Issue