me
/
guix
Archived
1
0
Fork 0

gnu: ngspice: Enable tests.

* gnu/packages/engineering.scm (ngspice)[arguments]: Pass #t to #:tests?.
[native-inputs]: Add perl.

Change-Id: I209999b5685865e9c7a17106da8ffab9fad1367b
master
Vinicius Monego 2024-07-14 11:58:02 -03:00
parent 0c3fd900cf
commit 92993da382
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 0 deletions

View File

@ -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