gnu: fplll: Update to 5.3.2.
* gnu/packages/algebra.scm (fplll): Update to 5.3.2.
This commit is contained in:
parent
d9461f688c
commit
b9ef00258c
1 changed files with 7 additions and 2 deletions
|
@ -151,7 +151,12 @@ line applications.")
|
||||||
(define-public fplll
|
(define-public fplll
|
||||||
(package
|
(package
|
||||||
(name "fplll")
|
(name "fplll")
|
||||||
(version "5.2.1")
|
;; The most recent version 5.3.3 fails in the configure phase:
|
||||||
|
;; ./configure: line 12956: syntax error near unexpected token `LIBQD,'
|
||||||
|
;; ./configure: line 12956: ` PKG_CHECK_MODULES(LIBQD, qd, have_libqd="yes",'
|
||||||
|
;; The error disappears when adding qd as an input; but this is
|
||||||
|
;; supposed to be an optional input.
|
||||||
|
(version "5.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -160,7 +165,7 @@ line applications.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"015qmrd7nfaysbv1hbwiprz9g6hnww1y1z1xw8f43ysb7k1b5nbg"))))
|
"00iyz218ywspizjiimrjdcqvdqmrsb2367zyy3vkmypnf9i9l680"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue