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")
|
(name "ngspice")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments libngspice)
|
(substitute-keyword-arguments (package-arguments libngspice)
|
||||||
|
((#:tests? _ #f) #t)
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
#~(cons "--with-readline=yes"
|
#~(cons "--with-readline=yes"
|
||||||
(delete "--with-ngshared"
|
(delete "--with-ngshared"
|
||||||
|
@ -2031,6 +2032,7 @@ an embedded event driven algorithm.")
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(delete 'delete-scripts)))))
|
(delete 'delete-scripts)))))
|
||||||
|
(native-inputs (list perl))
|
||||||
(inputs (list libngspice readline))))
|
(inputs (list libngspice readline))))
|
||||||
|
|
||||||
(define trilinos-serial-xyce
|
(define trilinos-serial-xyce
|
||||||
|
|
Reference in New Issue