spack/lib/spack/spack
Michael Kuhn 10016a34e0
autotools: Fix config.guess detection, take two (#17333)
The previous fix from #17149 contained a thinko that produced errors for
packages that overwrite configure_directory.
2020-07-02 00:45:41 -07:00
..
build_systems autotools: Fix config.guess detection, take two (#17333) 2020-07-02 00:45:41 -07:00
cmd Add fish shell support (#9279) 2020-06-30 14:26:27 -05:00
compilers Don't detect "classic" on Cray to avoid a compiler bug (#17314) 2020-06-30 15:45:29 -05:00
container bump version number 2020-06-30 18:21:32 -05:00
hooks modules: make the module hook more robust 2019-12-31 13:48:01 -08:00
modules Module index should not be unconditionally overwritten (#14837) 2020-06-23 15:38:04 -05:00
operating_systems Don't detect "classic" on Cray to avoid a compiler bug (#17314) 2020-06-30 15:45:29 -05:00
platforms Cray: fix Blue Waters support and user-built MPIs on Cray (#16593) 2020-06-08 16:44:07 -07:00
reporters Use spack commands --format=bash to generate shell completion (#14393) 2020-01-22 21:31:12 -08:00
schema bump version number 2020-06-30 18:21:32 -05:00
test Moved flake8, shell and documentation tests to Github Action (#17328) 2020-07-01 11:58:53 -05:00
util Fix hashlib function capitalization (#17323) 2020-07-01 09:46:20 -05:00
__init__.py bump version number 2020-06-30 18:21:32 -05:00
abi.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
architecture.py cray platform: support cray Cluster and XC type machines (#12989) 2020-05-05 13:58:46 -07:00
binary_distribution.py Use json for buildcache index (#15002) 2020-06-26 17:05:56 -05:00
build_environment.py build_environment: verify compiler executables exist are are accessible (#17260) 2020-06-26 16:12:22 -05:00
caches.py Only use stable versions for public mirror (#15100) 2020-03-07 13:38:08 +01:00
ci_needs_workaround.py add workaround for gitlab ci needs limit (#17219) 2020-06-25 14:27:20 -04:00
ci_optimization.py fix sorting issue with ci workarounds (#17277) 2020-06-26 14:24:08 -05:00
ci.py env: no automatic activation (#17258) 2020-06-26 17:20:15 -05:00
compiler.py Cray compiler: fix implicit rpaths for classic versions (#17310) 2020-06-30 12:46:20 -05:00
concretize.py Update error message when UnavailableCompilerVersionError is triggered (#16838) 2020-05-29 10:53:43 +02:00
config.py spack config: new subcommands add/remove (#13920) 2020-06-25 09:38:01 +02:00
database.py Use json for buildcache index (#15002) 2020-06-26 17:05:56 -05:00
dependency.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
directives.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
directory_layout.py bugfix: config:install_hash_length ignored (#15919) 2020-05-04 23:10:25 -07:00
environment.py Add fish shell support (#9279) 2020-06-30 14:26:27 -05:00
error.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
extensions.py Spack command extensions: error-handling (#13635) 2020-04-29 18:18:48 -07:00
fetch_strategy.py Fetching from urls: Error Message (#16434) 2020-06-18 10:37:32 +02:00
filesystem_view.py view remove: directly check whether specs own files before removing from view (#16955) 2020-06-08 06:43:52 +02:00
graph.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
hash_types.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
installer.py features: Add install failure tracking removal through spack clean (#15314) 2020-06-24 20:28:53 -05:00
main.py spack module_cmd: set LD_LIBRARY_PATH for python in subshell. (#16827) 2020-05-29 11:57:21 +02:00
mirror.py Only use stable versions for public mirror (#15100) 2020-03-07 13:38:08 +01:00
mixins.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
multimethod.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
package_prefs.py externals: allow package prefs to configure default not buildable (#16735) 2020-05-20 17:09:07 -07:00
package_test.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
package.py Fix global activation check for upstream extendees (#17231) 2020-06-25 08:27:27 -05:00
parse.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
patch.py Show the packaga name for a missing patch sha256 (#15441) 2020-03-20 11:39:04 -05:00
paths.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
pkgkit.py SourceForge: Mirror Mixin (#16112) 2020-04-16 21:35:30 -07:00
projections.py modules: use projections format for naming schemes (#16629) 2020-05-15 11:12:52 -07:00
provider_index.py provider index: removed import from + refactored a few parts (#15570) 2020-03-25 09:48:05 -07:00
relocate.py Buildcache: Fix bug in binary string replacement (#17075) 2020-06-12 13:38:33 -05:00
repo.py repo: fix construction of UnknownPackageError (#16865) 2020-05-29 20:07:44 +02:00
report.py Distributed builds (#13100) 2020-02-19 00:04:22 -08:00
reporter.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
resource.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
s3_handler.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
spec_list.py SpecList: fix recursion for references (#16897) 2020-06-09 08:52:46 -07:00
spec.py prevent multiple version sigils in the same spec (#17246) 2020-06-25 12:34:09 -05:00
stage.py "spack checksum" QoL (#14311) 2020-05-07 18:34:36 -05:00
store.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
tengine.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
url.py Fix parsing of EvtGen URL (#16883) 2020-06-03 22:09:22 -05:00
user_environment.py macos: use DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH 2020-04-16 17:23:33 -07:00
variant.py Fix satisfaction checks for excluding variants from matrices (#16893) 2020-06-02 11:02:28 +02:00
verify.py copyright: update copyright dates for 2020 (#14328) 2019-12-30 22:36:56 -08:00
version.py prevent multiple version sigils in the same spec (#17246) 2020-06-25 12:34:09 -05:00