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:
Mario Melara 2016-06-06 09:05:14 -07:00
parent c7b48f6fef
commit 5b023bb0a1

View File

@ -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):
"""