gnu: fplll: Update to 5.3.3.
* gnu/packages/algebra.scm (fplll): Update to 5.3.3. [native-inputs]: Add pkg-config.master
parent
2606d947c2
commit
82f983da35
|
@ -151,12 +151,7 @@ line applications.")
|
||||||
(define-public fplll
|
(define-public fplll
|
||||||
(package
|
(package
|
||||||
(name "fplll")
|
(name "fplll")
|
||||||
;; The most recent version 5.3.3 fails in the configure phase:
|
(version "5.3.3")
|
||||||
;; ./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
|
||||||
|
@ -165,12 +160,13 @@ line applications.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00iyz218ywspizjiimrjdcqvdqmrsb2367zyy3vkmypnf9i9l680"))))
|
"06nyfidagp8pc2kfcw88ldgb2b1xm0a8z31n0sln7j72ihlmd8zj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gmp" ,gmp)
|
`(("gmp" ,gmp)
|
||||||
("mpfr" ,mpfr)))
|
("mpfr" ,mpfr)))
|
||||||
|
|
Reference in New Issue