spack/lib/spack/spack
2023-06-01 13:36:42 -07:00
..
bootstrap deprecate buildcache create --rel, buildcache install --allow-root (#37285) 2023-05-05 09:51:53 +02:00
build_systems CachedCMakePackage: add CUDA/HIP options and improve independent builds (#37592) 2023-05-31 17:35:11 -07:00
cmd Bugfix: cray manifest parsing regression (#37909) 2023-05-30 18:03:44 -07:00
compilers Simplify implementation of "get_compiler_config" (#37989) 2023-05-30 15:11:33 -07:00
container Improve error message for missing "command" entry in containerize (#37590) 2023-05-11 10:33:51 +02:00
detection Windows: Fix external detection for service accounts (#37293) 2023-05-10 18:12:58 -04:00
environment bugfix: env concretize after remove (#37877) 2023-05-24 15:41:57 +02:00
hooks Disable module file generation by default (#37258) 2023-05-02 10:28:27 +02:00
modules Memoize a few hot functions during module file generation (#37739) 2023-06-01 13:36:42 -07:00
operating_systems Fix compiler version issues (concrete vs range) (#37572) 2023-05-10 17:26:22 +02:00
platforms Bugfix: cray manifest parsing regression (#37909) 2023-05-30 18:03:44 -07:00
reporters Stand-alone testing: make recipe support and processing spack-/pytest-like (#34236) 2023-05-10 11:34:54 +02:00
schema gitlab ci: release fixes and improvements (#37601) 2023-05-12 15:22:42 -05:00
solver fix InternalConcretizerError msg (#37791) 2023-05-29 11:24:43 +02:00
test Memoize a few hot functions during module file generation (#37739) 2023-06-01 13:36:42 -07:00
util Windows: fix "spack build-env" (#37923) 2023-05-25 17:08:15 -07:00
__init__.py Bump Spack version on develop to 0.21.0.dev0 (#37760) 2023-05-18 12:47:55 +02:00
abi.py Split satisfies(..., strict=True/False) into two functions (#35681) 2023-03-08 13:00:53 +01:00
audit.py Stand-alone testing: make recipe support and processing spack-/pytest-like (#34236) 2023-05-10 11:34:54 +02:00
binary_distribution.py Allow buildcache specs to be referenced by hash (#35042) 2023-05-12 10:27:42 -07:00
build_environment.py Bugfix/tests: add slash to test log message (#37874) 2023-05-29 10:36:36 +02:00
builder.py Stand-alone testing: make recipe support and processing spack-/pytest-like (#34236) 2023-05-10 11:34:54 +02:00
caches.py typehint a few globals (#36544) 2023-03-31 08:32:56 +02:00
ci_needs_workaround.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
ci_optimization.py Style: black 23, skip magic trailing comma (#35351) 2023-02-16 23:06:12 -06:00
ci.py CI: Use relative path in default script (#36649) 2023-05-26 14:28:48 -06:00
compiler.py windows: use sys.platform == "win32" instead of is_windows (#35640) 2023-03-05 07:58:05 -08:00
concretize.py Improve version, version range, and version list syntax and behavior (#36273) 2023-05-05 22:04:41 -06:00
config.py Update vendored ruamel.yaml to v0.17.21 (#37008) 2023-05-04 08:00:38 -07:00
cray_manifest.py Bugfix: cray manifest parsing regression (#37909) 2023-05-30 18:03:44 -07:00
database.py Improve error message for buildcaches (#37626) 2023-05-12 11:55:13 +02:00
dependency.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
directives.py Add a "requires" directive, extend functionality of package requirements (#36286) 2023-05-08 10:12:26 -07:00
directory_layout.py windows: use sys.platform == "win32" instead of is_windows (#35640) 2023-03-05 07:58:05 -08:00
error.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
extensions.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
fetch_strategy.py Improve version, version range, and version list syntax and behavior (#36273) 2023-05-05 22:04:41 -06:00
filesystem_view.py spack view copy: relocate symlinks (#32306) 2023-05-09 12:17:16 +02:00
gcs_handler.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
graph.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
hash_types.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
install_test.py Bugfix/tests: write not append stand-alone test status (#37841) 2023-05-25 12:36:24 -07:00
installer.py Stand-alone testing: make recipe support and processing spack-/pytest-like (#34236) 2023-05-10 11:34:54 +02:00
main.py Environments: store spack version/commit in spack.lock (#32801) 2023-05-11 23:13:36 -04:00
mirror.py Update vendored ruamel.yaml to v0.17.21 (#37008) 2023-05-04 08:00:38 -07:00
mixins.py netcdf: fix bugs introduced with multiple build systems split (#36825) 2023-04-14 10:59:12 +02:00
multimethod.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
package_base.py Improve package source code context display on error (#37655) 2023-05-15 13:38:11 -07:00
package_prefs.py Improve version, version range, and version list syntax and behavior (#36273) 2023-05-05 22:04:41 -06:00
package_test.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
package.py Remove references to gmake executable, only use make (#37280) 2023-05-18 19:03:03 +00:00
parser.py Allow buildcache specs to be referenced by hash (#35042) 2023-05-12 10:27:42 -07:00
patch.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
paths.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
projections.py Split satisfies(..., strict=True/False) into two functions (#35681) 2023-03-08 13:00:53 +01:00
provider_index.py Split satisfies(..., strict=True/False) into two functions (#35681) 2023-03-08 13:00:53 +01:00
relocate_text.py macos: set new ad-hoc signature with codesign after binary string replacement (#35585) 2023-03-28 00:33:35 -04:00
relocate.py Remove patchelf self-relocation (#33834) 2023-05-29 13:14:24 +02:00
repo.py deleted package.py better error message (#37814) 2023-05-22 09:59:07 -07:00
report.py Stand-alone testing: make recipe support and processing spack-/pytest-like (#34236) 2023-05-10 11:34:54 +02:00
resource.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
rewiring.py modules: correctly detect explicit installation (#36533) 2023-04-03 11:19:18 +02:00
s3_handler.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
spec_list.py Improve version, version range, and version list syntax and behavior (#36273) 2023-05-05 22:04:41 -06:00
spec.py Spec.format: print false attributes if requested (#37932) 2023-06-01 09:08:45 +02:00
stage.py Allow configurable stage names (#36509) 2023-03-31 11:46:47 -07:00
store.py typehint a few globals (#36544) 2023-03-31 08:32:56 +02:00
subprocess_context.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
tag.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
target.py Remove handling of deprecated target names (graviton) (#35537) 2023-03-01 11:03:12 +01:00
tengine.py Memoize a few hot functions during module file generation (#37739) 2023-06-01 13:36:42 -07:00
traverse.py Allow buildcache specs to be referenced by hash (#35042) 2023-05-12 10:27:42 -07:00
url.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
user_environment.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
variant.py Split satisfies(..., strict=True/False) into two functions (#35681) 2023-03-08 13:00:53 +01:00
verify.py Stand-alone testing: make recipe support and processing spack-/pytest-like (#34236) 2023-05-10 11:34:54 +02:00
version.py Improve version, version range, and version list syntax and behavior (#36273) 2023-05-05 22:04:41 -06:00