Replace lzma with xz dependency (#39404)
This commit is contained in:
parent
93a0c0eafd
commit
1c843b99ae
@ -31,7 +31,7 @@ class Angsd(MakefilePackage):
|
|||||||
conflicts("^htslib@1.6:", when="@0.919")
|
conflicts("^htslib@1.6:", when="@0.919")
|
||||||
|
|
||||||
depends_on("zlib-api")
|
depends_on("zlib-api")
|
||||||
depends_on("lzma")
|
depends_on("xz")
|
||||||
depends_on("curl")
|
depends_on("curl")
|
||||||
|
|
||||||
depends_on("r", type="run", when="+r")
|
depends_on("r", type="run", when="+r")
|
||||||
|
@ -22,7 +22,7 @@ class Eagle(MakefilePackage):
|
|||||||
|
|
||||||
depends_on("curl")
|
depends_on("curl")
|
||||||
depends_on("zlib-api")
|
depends_on("zlib-api")
|
||||||
depends_on("lzma")
|
depends_on("xz")
|
||||||
depends_on("htslib")
|
depends_on("htslib")
|
||||||
|
|
||||||
def edit(self, spec, prefix):
|
def edit(self, spec, prefix):
|
||||||
|
@ -28,7 +28,7 @@ class Kmod(AutotoolsPackage):
|
|||||||
depends_on("automake", type="build")
|
depends_on("automake", type="build")
|
||||||
depends_on("libtool", type="build")
|
depends_on("libtool", type="build")
|
||||||
depends_on("pkgconfig", type="build")
|
depends_on("pkgconfig", type="build")
|
||||||
depends_on("lzma")
|
depends_on("xz")
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
bash = which("bash")
|
bash = which("bash")
|
||||||
|
@ -94,7 +94,6 @@ class Rpm(AutotoolsPackage):
|
|||||||
depends_on("bzip2")
|
depends_on("bzip2")
|
||||||
depends_on("gzip")
|
depends_on("gzip")
|
||||||
depends_on("xz")
|
depends_on("xz")
|
||||||
depends_on("lzma")
|
|
||||||
with when("+zstd"):
|
with when("+zstd"):
|
||||||
depends_on("zstd")
|
depends_on("zstd")
|
||||||
depends_on("zstd@1.3.8:", when="@4.17:")
|
depends_on("zstd@1.3.8:", when="@4.17:")
|
||||||
|
@ -20,7 +20,7 @@ class SrcmlIdentifierGetterTool(CMakePackage):
|
|||||||
|
|
||||||
depends_on("libxml2")
|
depends_on("libxml2")
|
||||||
depends_on("zlib-api")
|
depends_on("zlib-api")
|
||||||
depends_on("lzma")
|
depends_on("xz")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
super().install(spec, prefix)
|
super().install(spec, prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user