Passing through full arch instead of just operating sysystem so that we can use the platform to get the operating system
This commit is contained in:
parent
c7b48f6fef
commit
5b023bb0a1
@ -682,7 +682,7 @@ def compiler(self):
|
||||
if not self.spec.concrete:
|
||||
raise ValueError("Can only get a compiler for a concrete package.")
|
||||
return spack.compilers.compiler_for_spec(self.spec.compiler,
|
||||
self.spec.architecture.platform_os)
|
||||
self.spec.architecture)
|
||||
|
||||
def url_version(self, version):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user