Added ARM/aarch64 conflict to Eddy/Rivas lab tools (#34190)
This commit is contained in:
parent
c1d11975f5
commit
88f2f59d92
@ -30,6 +30,9 @@ class Hmmer(Package):
|
|||||||
depends_on("mpi", when="+mpi")
|
depends_on("mpi", when="+mpi")
|
||||||
depends_on("gsl", when="+gsl")
|
depends_on("gsl", when="+gsl")
|
||||||
|
|
||||||
|
# https://github.com/EddyRivasLab/hmmer/issues/283
|
||||||
|
conflicts("target=aarch64:", msg="hmmer is only available for x86_64 and PowerPC")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure_args = ["--prefix={0}".format(prefix)]
|
configure_args = ["--prefix={0}".format(prefix)]
|
||||||
|
|
||||||
|
@ -23,6 +23,9 @@ class Infernal(AutotoolsPackage):
|
|||||||
|
|
||||||
depends_on("mpi", when="+mpi")
|
depends_on("mpi", when="+mpi")
|
||||||
|
|
||||||
|
# https://github.com/EddyRivasLab/infernal/issues/30
|
||||||
|
conflicts("target=aarch64:", msg="infernal is only available for x86_64 and PowerPC")
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = []
|
args = []
|
||||||
if "+mpi" in self.spec:
|
if "+mpi" in self.spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user