mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: libngspice: Update to 36.
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 36. (libngspice)[inputs]: Remove labels.
This commit is contained in:
parent
c054e025a3
commit
7e3b63ce5e
1 changed files with 3 additions and 4 deletions
|
@ -1744,7 +1744,7 @@ (define-public libngspice
|
||||||
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
|
;; See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27344#236>.
|
||||||
(package
|
(package
|
||||||
(name "libngspice")
|
(name "libngspice")
|
||||||
(version "35")
|
(version "36")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1755,7 +1755,7 @@ (define-public libngspice
|
||||||
"old-releases/" version
|
"old-releases/" version
|
||||||
"/ngspice-" version ".tar.gz")))
|
"/ngspice-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v3ra9p2sc6ash1bbjm6i4i3dd6ymxjgnyha7z5rlmyvfv1gbdy1"))))
|
(base32 "133za6m9grpnnlb46sijkda7ky41mrbvfdb60i0m695sxy3q50ag"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; No tests for libngspice exist.
|
`(;; No tests for libngspice exist.
|
||||||
|
@ -1788,8 +1788,7 @@ (define-public libngspice
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison flex))
|
(list bison flex))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxaw" ,libxaw)
|
(list libxaw openmpi))
|
||||||
("mpi" ,openmpi)))
|
|
||||||
(home-page "http://ngspice.sourceforge.net/")
|
(home-page "http://ngspice.sourceforge.net/")
|
||||||
(synopsis "Mixed-level/mixed-signal circuit simulator")
|
(synopsis "Mixed-level/mixed-signal circuit simulator")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue