whitespace and formatting
This commit is contained in:
parent
048c406f49
commit
1fe196f95c
@ -33,7 +33,7 @@ def __init__(self):
|
|||||||
self.preferred = spack.config.get_config('packages')
|
self.preferred = spack.config.get_config('packages')
|
||||||
self._spec_for_pkgname_cache = {}
|
self._spec_for_pkgname_cache = {}
|
||||||
|
|
||||||
#Given a package name, sort component (e.g, version, compiler, ...), and
|
# Given a package name, sort component (e.g, version, compiler, ...), and
|
||||||
# a second_key (used by providers), return the list
|
# a second_key (used by providers), return the list
|
||||||
def _order_for_package(self, pkgname, component, second_key, test_all=True):
|
def _order_for_package(self, pkgname, component, second_key, test_all=True):
|
||||||
pkglist = [pkgname]
|
pkglist = [pkgname]
|
||||||
|
@ -34,8 +34,9 @@ def install(self, spec, prefix):
|
|||||||
env['PYTHONHOME'] = prefix
|
env['PYTHONHOME'] = prefix
|
||||||
env['MACOSX_DEPLOYMENT_TARGET'] = '10.6'
|
env['MACOSX_DEPLOYMENT_TARGET'] = '10.6'
|
||||||
|
|
||||||
# Rest of install is pretty standard except setup.py needs to be able to read the CPPFLAGS
|
# Rest of install is pretty standard except setup.py needs to
|
||||||
# and LDFLAGS as it scans for the library and headers to build
|
# be able to read the CPPFLAGS and LDFLAGS as it scans for the
|
||||||
|
# library and headers to build
|
||||||
configure_args= [
|
configure_args= [
|
||||||
"--prefix=%s" % prefix,
|
"--prefix=%s" % prefix,
|
||||||
"--with-threads",
|
"--with-threads",
|
||||||
|
Loading…
Reference in New Issue
Block a user