Add libxcb dependencies. Fix up packages to get py-basemap and stat to build.

This commit is contained in:
Todd Gamblin
2016-06-16 00:56:53 -07:00
parent f3d6818d5c
commit 40d25d9062
8 changed files with 170 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ def url_for_version(self, version):
dots, underscores)
def determine_toolset(self, spec):
if spec.satisfies("arch=darwin-x86_64"):
if spec.satisfies("platform=darwin"):
return 'darwin'
toolsets = {'g++': 'gcc',