spack/lib/spack/spack
Seth R Johnson 6cdbc33c90 Hide some variables in spack-build.env file
Don't arbitrarily reset PWD and OLDPWD when sourcing, as well as other
session-specific IDs
2019-05-08 06:36:52 +09:00
..
build_systems intel: optionally take gcc executable from cflags (#11136) 2019-04-11 12:33:59 -07:00
cmd Fix spack flake8 to use Travis's target as base when needed 2019-05-01 04:44:02 +09:00
compilers Fix detection of LLVM-enabled PGI compilers (#10704) 2019-04-20 17:52:55 -05:00
hooks Bug Fix in permission setter (#10584) 2019-02-13 11:18:36 -08:00
modules _valid_tokens list is missing intended comma (#11271) 2019-04-24 08:55:20 +09:00
operating_systems copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
platforms Unload altd and darshan (#11162) 2019-04-10 13:19:41 -07:00
reporters improvements to our CDash reporter (#11168) 2019-04-18 09:39:35 -07:00
schema Maintain a view for an environment (#10017) 2019-04-10 16:00:12 -07:00
test Environment path sanitization and sourcing (#8476) 2019-05-07 11:29:18 +09:00
util Hide some variables in spack-build.env file 2019-05-08 06:36:52 +09:00
__init__.py version bump: v0.12.1 2019-01-13 14:26:39 -08:00
abi.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
architecture.py Features: Improve Spec format strings (#10556) 2019-04-17 18:21:40 -07:00
binary_distribution.py This fixes a problem where the placeholder path was not in the first rpath entry. 2019-03-01 07:47:26 -06:00
build_environment.py Move NoLibrariesError/NoHeadersError into error.py (#10997) 2019-04-20 14:08:05 -07:00
caches.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
compiler.py Added tests on compiler's version detection (#10931) 2019-04-02 12:52:47 -07:00
concretize.py Added a function that concretizes specs together (#11158) 2019-05-04 03:04:38 +09:00
config.py spack chain (#8772) 2019-03-27 13:06:46 -07:00
database.py Features: Improve Spec format strings (#10556) 2019-04-17 18:21:40 -07:00
dependency.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
directives.py Consistent patch ordering (#10879) 2019-03-28 11:25:44 -07:00
directory_layout.py Features: Improve Spec format strings (#10556) 2019-04-17 18:21:40 -07:00
environment.py fix error when adding package to env in container (#11321) 2019-05-02 11:04:21 -05:00
error.py Move NoLibrariesError/NoHeadersError into error.py (#10997) 2019-04-20 14:08:05 -07:00
extensions.py Spack can be extended with external commands (#8612) 2019-03-28 16:56:36 -07:00
fetch_strategy.py Allow tty output to be timestamped (#10554) 2019-02-13 10:14:35 -08:00
filesystem_view.py Features: Improve Spec format strings (#10556) 2019-04-17 18:21:40 -07:00
graph.py Add missing code block (#10243) 2019-01-03 09:41:14 -06:00
main.py spack chain (#8772) 2019-03-27 13:06:46 -07:00
mirror.py Features: Improve Spec format strings (#10556) 2019-04-17 18:21:40 -07:00
mixins.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
multimethod.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
package_prefs.py Create option to build compilers as needed (#10761) 2019-03-07 17:30:48 -08:00
package_test.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
package.py Features: Improve Spec format strings (#10556) 2019-04-17 18:21:40 -07:00
parse.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
patch.py Consistent patch ordering (#10879) 2019-03-28 11:25:44 -07:00
paths.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
pkgkit.py Multi-valued variants: better support for combinations (#9481) 2019-01-04 19:02:34 -08:00
provider_index.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
relocate.py Don't use buildcache to install patchelf (#11343) 2019-05-02 10:02:25 -05:00
repo.py Added a function that concretizes specs together (#11158) 2019-05-04 03:04:38 +09:00
report.py copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08: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
spec_set.py add CombinatorialSpecSet class for taking cross-products of Specs. 2019-02-21 15:37:35 -06:00
spec.py Move NoLibrariesError/NoHeadersError into error.py (#10997) 2019-04-20 14:08:05 -07:00
stage.py bug fix: copy permissions when staging (#10285) 2019-01-08 17:56:16 -08: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 flake8: fix flake8 issues with invalid escapes 2019-01-01 00:44:28 -08:00
variant.py Multi-valued variants: better support for combinations (#9481) 2019-01-04 19:02:34 -08:00
version.py extend Version class so that 2.0 > 1.develop > 1.1 and develop > master > head > trunk > 9999 (#1983) 2019-05-03 03:32:40 +09:00