mpfr: missing dependency for version 4.0.1 (#43012)
* mpfr: missing dependency for version 4.0.1 mpfr 4.0.1 (like 4.0.2) needs autoconf-archive where it takes the AX_PHREAD macro from * autoconf-archive is also required for mpfr@4.0.0
This commit is contained in:
parent
fa8fb7903b
commit
5ca0dcecb2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Mpfr(AutotoolsPackage, GNUMirrorPackage):
|
||||||
depends_on("automake", type="build")
|
depends_on("automake", type="build")
|
||||||
depends_on("libtool", type="build")
|
depends_on("libtool", type="build")
|
||||||
depends_on("m4", type="build")
|
depends_on("m4", type="build")
|
||||||
depends_on("autoconf-archive", when="@4.0.2:", type="build")
|
depends_on("autoconf-archive", when="@4.0.0:", type="build")
|
||||||
depends_on("texinfo", when="@4.1.0:", type="build")
|
depends_on("texinfo", when="@4.1.0:", type="build")
|
||||||
|
|
||||||
variant(
|
variant(
|
||||||
|
|
Loading…
Reference in a new issue