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

@@ -100,7 +100,7 @@ def install(self, spec, prefix):
# in the environment, then this will override what is set in the
# Makefile, leading to build errors.
env.pop('APPS', None)
if spec.satisfies("arch=darwin-x86_64") or spec.satisfies("arch=ppc64"):
if spec.satisfies("target=x86_64") or spec.satisfies("target=ppc64"):
# This needs to be done for all 64-bit architectures (except Linux,
# where it happens automatically?)
env['KERNEL_BITS'] = '64'