spack/lib/spack/spack
Tim Fuller 3dbafb5ee7 Fix for issue #13754 (#13755)
* remove reference to `spack.store` in method definition

Referencing `spack.store` in method definition will cache the `spack.config.config` singleton variable too early, before we have a chance to add command line and environment scopes.
2019-11-15 13:32:58 -08:00
..
build_systems cuda: fix conflict statements for x86-64 targets (#13472) 2019-10-30 09:25:46 -07:00
cmd Document use of the maintainers field (#12270) 2019-11-15 13:58:24 -06:00
compilers Users can configure use of RPATH or RUNPATH (#9168) 2019-10-23 13:22:24 -07:00
hooks sbang: use utf-8 for encoding when patching (#13490) 2019-11-01 03:39:45 -07:00
modules Preserve comments for Spack YAML objects (#11602) 2019-10-23 06:29:49 -07:00
operating_systems Add macOS Catalina support (#13070) 2019-10-07 23:59:33 -07:00
platforms targets: Spack targets can now be fine-grained microarchitectures 2019-09-20 00:51:37 -07:00
reporters Do not report on packages installed from the cache (#12336) 2019-08-16 10:19:11 -07:00
schema Config option to allow gpg warning suppression (#13743) 2019-11-14 16:22:01 -08:00
test bugfix: mirror path works for unknown versions (#13626) 2019-11-07 17:13:51 -07:00
util Config option to allow gpg warning suppression (#13743) 2019-11-14 16:22:01 -08:00
__init__.py version bump: 0.13.0 2019-10-25 21:53:52 -07:00
abi.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
architecture.py microarchitectures: fix custom compiler versions (#13222) 2019-10-21 10:24:57 -07:00
binary_distribution.py Config option to allow gpg warning suppression (#13743) 2019-11-14 16:22:01 -08:00
build_environment.py Users can configure use of RPATH or RUNPATH (#9168) 2019-10-23 13:22:24 -07:00
caches.py mirror create --all can mirror everything (#12940) 2019-10-25 21:47:28 -07:00
compiler.py Users can configure use of RPATH or RUNPATH (#9168) 2019-10-23 13:22:24 -07:00
concretize.py targets: print a warning message before downgrading (#13513) 2019-11-01 03:36:28 -07:00
config.py Preserve comments for Spack YAML objects (#11602) 2019-10-23 06:29:49 -07:00
database.py Documentation: Database.query methods share docstrings (#13515) 2019-10-30 16:47:48 -07:00
dependency.py package: make possible_dependencies consider deptypes 2019-06-05 06:11:18 -07:00
directives.py Spack BundlePackage: a group of other packages (#11981) 2019-08-22 11:08:23 -07:00
directory_layout.py commands: add spack deprecate command (#12933) 2019-10-23 13:11:35 -07:00
environment.py environments: don't try to modify run-env if a spec is not installed (#13589) 2019-11-11 13:02:36 +01:00
error.py Move NoLibrariesError/NoHeadersError into error.py (#10997) 2019-04-20 14:08:05 -07:00
extensions.py Command extensions can import code from modules in root or cmd folder (#11209) 2019-05-16 17:27:42 -07:00
fetch_strategy.py bugfix: fetch prefers to fetch local mirrors over remote resources (#13545) 2019-11-03 17:11:30 -08:00
filesystem_view.py Preserve comments for Spack YAML objects (#11602) 2019-10-23 06:29:49 -07:00
graph.py graph: refactor static graphs 2019-06-05 06:11:18 -07:00
hash_types.py hashing: fix caching of dependency hashes in to_node_dict 2019-07-23 08:58:49 -07:00
main.py Bootstrap environment modules optimizing for generic architectures (#13105) 2019-10-21 11:20:05 -07:00
mirror.py bugfix: mirror path works for unknown versions (#13626) 2019-11-07 17:13:51 -07:00
mixins.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
multimethod.py multimethods: avoid calling caller_locals() in Python 3 (#13238) 2019-10-17 06:40:23 -07:00
package_prefs.py targets: Spack targets can now be fine-grained microarchitectures 2019-09-20 00:51:37 -07:00
package_test.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
package.py mirror create --all can mirror everything (#12940) 2019-10-25 21:47:28 -07:00
parse.py Support yaml paths anywhere specs are handled on CLI (#12561) 2019-09-17 19:45:37 -07:00
patch.py mirror create --all can mirror everything (#12940) 2019-10-25 21:47:28 -07:00
paths.py features: Remove stage symlinks (#12072) 2019-08-19 10:31:24 -07:00
pkgkit.py Spack BundlePackage: a group of other packages (#11981) 2019-08-22 11:08:23 -07:00
provider_index.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
relocate.py Fix for issue #13754 (#13755) 2019-11-15 13:32:58 -08:00
repo.py Support yaml paths anywhere specs are handled on CLI (#12561) 2019-09-17 19:45:37 -07:00
report.py Do not report on packages installed from the cache (#12336) 2019-08-16 10:19:11 -07:00
reporter.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
resource.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
s3_handler.py fetching: S3 upload and download (#11117) 2019-10-22 00:32:04 -07:00
spec_list.py bugfix: nested matrices in spec lists (#12320) 2019-08-08 20:53:31 -07:00
spec.py commands: add spack deprecate command (#12933) 2019-10-23 13:11:35 -07:00
stage.py Improve spack checksum formatting (#13666) 2019-11-10 16:47:56 -06:00
store.py spack chain (#8772) 2019-03-27 13:06:46 -07:00
tengine.py Spack can be extended with external commands (#8612) 2019-03-28 16:56:36 -07:00
url.py Update URL parsing regexes and tests (#13411) 2019-10-28 20:27:54 -05:00
variant.py bugfix: nested matrices in spec lists (#12320) 2019-08-08 20:53:31 -07:00
verify.py verify.py: os.path.exists exception handling (#13656) 2019-11-11 17:47:47 -06:00
version.py Spack BundlePackage: a group of other packages (#11981) 2019-08-22 11:08:23 -07:00