spack/lib/spack/spack
Greg Becker 59c7ff8683
Allow compilers to be configured in packages.yaml (#42016)
Co-authored-by: becker33 <becker33@users.noreply.github.com>
2024-03-15 11:01:49 +01:00
..
bootstrap Allow compilers to be configured in packages.yaml (#42016) 2024-03-15 11:01:49 +01:00
build_systems perl testing: refactor stand-alone testing into base class (#43044) 2024-03-12 15:39:18 +01:00
cmd Allow compilers to be configured in packages.yaml (#42016) 2024-03-15 11:01:49 +01:00
compilers Allow compilers to be configured in packages.yaml (#42016) 2024-03-15 11:01:49 +01:00
container container: don't map develop to latest (#42952) 2024-03-05 10:47:04 +01:00
detection Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
environment Allow compilers to be configured in packages.yaml (#42016) 2024-03-15 11:01:49 +01:00
hooks hooks: remove 7 unused hooks (#42575) 2024-02-09 20:52:09 +01:00
modules modules: allow autoload: run, like in environment views (#42743) 2024-03-04 08:49:45 +01:00
oci oci: when base image uses Image Manifest Version 2, follow suit (#42777) 2024-02-22 16:33:56 +01:00
operating_systems Windows registry: improve search efficiency & error reporting (#41720) 2024-02-07 13:26:07 -08:00
platforms Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
reporters Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
schema spack develop: stage build artifacts in same root as non-dev builds (#41373) 2024-03-14 13:32:01 -07:00
solver Improve error message when an unknown compiler is requested (#43143) 2024-03-14 13:47:56 -07:00
test Allow compilers to be configured in packages.yaml (#42016) 2024-03-15 11:01:49 +01:00
util Windows registry: improve search efficiency & error reporting (#41720) 2024-02-07 13:26:07 -08:00
version versions: fix typing problems (#42903) 2024-03-04 08:38:54 +01:00
__init__.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
abi.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
audit.py audit: detect self-referential depends_on (#42456) 2024-02-12 21:56:06 +01:00
binary_distribution.py oci: when base image uses Image Manifest Version 2, follow suit (#42777) 2024-02-22 16:33:56 +01:00
build_environment.py set_packge_py_globals: only set pure build related globals on the root in build context (#42215) 2024-01-24 10:14:13 +01:00
builder.py Fix callbacks accumulation when using mixins with builders (#43100) 2024-03-11 20:48:21 +01:00
caches.py Apply black 2024 style to Spack (#42317) 2024-01-27 16:15:35 +01:00
ci_needs_workaround.py Apply black 2024 style to Spack (#42317) 2024-01-27 16:15:35 +01:00
ci_optimization.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
ci.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
compiler.py Allow compilers to be configured in packages.yaml (#42016) 2024-03-15 11:01:49 +01:00
concretize.py Apply black 2024 style to Spack (#42317) 2024-01-27 16:15:35 +01:00
config.py Allow loading extensions through python entry-points (#42370) 2024-03-06 11:18:49 +01:00
context.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
cray_manifest.py Allow compilers to be configured in packages.yaml (#42016) 2024-03-15 11:01:49 +01:00
database.py spack gc: do not show uninstalled but needed specs (#42696) 2024-02-22 05:21:39 +01:00
dependency.py refactor: Index dependency metadata by when spec 2024-01-09 00:26:22 -08:00
deptypes.py traverse: w/o deptype (#42345) 2024-01-29 16:31:50 +01:00
directives.py spack.patch: support reversing patches (#43040) 2024-03-12 23:22:10 -07:00
directory_layout.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
error.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
extensions.py Allow loading extensions through python entry-points (#42370) 2024-03-06 11:18:49 +01:00
fetch_strategy.py allow packages to request no submodules be updated (#40409) 2024-02-15 22:36:37 -08:00
filesystem_view.py Environment views: dependents before dependencies, resolve identical file conflicts (#42350) 2024-02-03 11:05:45 +01:00
graph.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
hash_types.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
install_test.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
installer.py hooks: remove 7 unused hooks (#42575) 2024-02-09 20:52:09 +01:00
main.py Show extension commands with spack -h (#41726) 2024-02-29 16:51:42 -08:00
mirror.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
mixins.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
multimethod.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
package_base.py spack develop: stage build artifacts in same root as non-dev builds (#41373) 2024-03-14 13:32:01 -07:00
package_prefs.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
package_test.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
package.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
parser.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
patch.py spack.patch: support reversing patches (#43040) 2024-03-12 23:22:10 -07:00
paths.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
projections.py Support environment variable expansion inside module projections (#42917) 2024-02-29 16:49:37 -08:00
provider_index.py refactor: Index provided virtuals by when spec 2024-01-09 00:26:22 -08:00
relocate_text.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
relocate.py elf: relocate PT_INTERP (#42318) 2024-01-30 22:36:49 +01:00
repo.py repo.py: cleanup packages_with_tags (#42980) 2024-03-04 20:50:04 +01:00
report.py Reduce the size on disk for logs (#42122) 2024-01-18 16:02:11 -08:00
resource.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
rewiring.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
spec_list.py Environments: Fix environment configuration (#42058) 2024-01-23 13:01:40 -08:00
spec.py Remove dead code (#43114) 2024-03-11 00:47:55 -07:00
stage.py spack develop: stage build artifacts in same root as non-dev builds (#41373) 2024-03-14 13:32:01 -07:00
store.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
subprocess_context.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
tag.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
target.py Update archspec to v0.2.3 (#42854) 2024-03-12 09:31:15 +01:00
tengine.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
traverse.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
url.py Typing for spack checksum code paths (#42183) 2024-01-19 13:56:20 +00:00
user_environment.py generate modules of non-roots during spack install of env (#42147) 2024-01-24 09:45:58 -08:00
variant.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
verify.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00