Merge branch 'features/newarch' of https://github.com/NERSC/spack into features/newarch
This commit is contained in:
@@ -1307,7 +1307,7 @@ def satisfies(self, other, deps=True, strict=False):
|
||||
if not self.compiler.satisfies(other.compiler, strict=strict):
|
||||
return False
|
||||
elif strict and (other.compiler and not self.compiler):
|
||||
return True
|
||||
return False
|
||||
|
||||
if not self.variants.satisfies(other.variants, strict=strict):
|
||||
return False
|
||||
|
Reference in New Issue
Block a user