gnu: ngspice: Enable tests.
* gnu/packages/engineering.scm (ngspice)[arguments]: Pass #t to #:tests?. [native-inputs]: Add perl. Change-Id: I209999b5685865e9c7a17106da8ffab9fad1367bmaster
parent
0c3fd900cf
commit
92993da382
|
@ -2024,6 +2024,7 @@ an embedded event driven algorithm.")
|
|||
(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 @@ an embedded event driven algorithm.")
|
|||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'delete-scripts)))))
|
||||
(native-inputs (list perl))
|
||||
(inputs (list libngspice readline))))
|
||||
|
||||
(define trilinos-serial-xyce
|
||||
|
|
Reference in New Issue