mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ngspice: Enable tests.
* gnu/packages/engineering.scm (ngspice)[arguments]: Pass #t to #:tests?. [native-inputs]: Add perl. Change-Id: I209999b5685865e9c7a17106da8ffab9fad1367b
This commit is contained in:
parent
0c3fd900cf
commit
92993da382
1 changed files with 2 additions and 0 deletions
|
@ -2024,6 +2024,7 @@ (define-public ngspice
|
|||
(name "ngspice")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments libngspice)
|
||||
((#:tests? _ #f) #t)
|
||||
((#:configure-flags flags)
|
||||
#~(cons "--with-readline=yes"
|
||||
(delete "--with-ngshared"
|
||||
|
@ -2031,6 +2032,7 @@ (define-public ngspice
|
|||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'delete-scripts)))))
|
||||
(native-inputs (list perl))
|
||||
(inputs (list libngspice readline))))
|
||||
|
||||
(define trilinos-serial-xyce
|
||||
|
|
Loading…
Reference in a new issue