mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libngspice: Fix --enable-cider flag.
* gnu/packages/engineering(libngspice)[arguments]<#:configure-flags>: Replace "--enable-ciderlib" with "--enable-cider". Change-Id: I6c5428c172d52460ccfaffd4ffcd9e82a3f53c74
This commit is contained in:
parent
930c48bd2b
commit
d9a25a19e4
1 changed files with 1 additions and 1 deletions
|
@ -2260,7 +2260,7 @@ high-performance parallel differential evolution (DE) optimization algorithm.")
|
|||
(delete-file-recursively
|
||||
(string-append #$output
|
||||
"/share/ngspice/scripts")))))
|
||||
#:configure-flags #~(list "--enable-openmp" "--enable-ciderlib"
|
||||
#:configure-flags #~(list "--enable-openmp" "--enable-cider"
|
||||
"--enable-xspice" "--with-ngshared")))
|
||||
(native-inputs (list bison flex))
|
||||
(inputs (list libxaw openmpi))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue