mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: libngspice: Update to 37.
* gnu/packages/engineering.scm (libngspice): Update to 37. [arguments]: Remove old "--with-readline=no" work-around from #:configure-flags.
This commit is contained in:
parent
47b371b613
commit
a170622d20
1 changed files with 3 additions and 6 deletions
|
@ -1782,7 +1782,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 "36")
|
(version "37")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1793,7 +1793,7 @@ (define-public libngspice
|
||||||
"old-releases/" version
|
"old-releases/" version
|
||||||
"/ngspice-" version ".tar.gz")))
|
"/ngspice-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "133za6m9grpnnlb46sijkda7ky41mrbvfdb60i0m695sxy3q50ag"))))
|
(base32 "1gpcic6b6xk3g4956jcsqljf33kj5g43cahmydq6m8rn39sadvlv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; No tests for libngspice exist.
|
`(;; No tests for libngspice exist.
|
||||||
|
@ -1819,10 +1819,7 @@ (define-public libngspice
|
||||||
(list "--enable-openmp"
|
(list "--enable-openmp"
|
||||||
"--enable-ciderlib"
|
"--enable-ciderlib"
|
||||||
"--enable-xspice"
|
"--enable-xspice"
|
||||||
"--with-ngshared"
|
"--with-ngshared")))
|
||||||
;; Readline must be disabled to build KiCad with ngspice 34. See
|
|
||||||
;; https://bugs.archlinux.org/task/70563 for reference.
|
|
||||||
"--with-readline=no")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison flex))
|
(list bison flex))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue