You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove bootstrap from schema
remove compilers.yaml
add squashfs-mount for base-uenvs
cleanup
cleanup
change order
typo
typo
typo
skip compiler target
convert to string
fix path
skip base uenvs in post-install
loop.last
tab
look for squashfs in global tree
always install squashfs
add dependency
do not generate {{env}}/compilers.yaml
skip {{env}}/compilers.yaml in envvars.py
skip -C /user-environment/config
do not find compilers
cleanup deps
remove compilers.yaml
install squashfs to bind mounted /tmp
do not use filesystem locks
remove dependency
remove -d
install squashfs in an env
fix
fix
cleanup
install -D
the mount point doesn't need to exist
base-uenv.json is optional
wip
fix squashfs-mount-wrapper
allow to use a non-existent directory for STORE
comment
add padded_length for cache
add missing file
undo
use padded_lenght in env
do not use self.mount for mirror path
use same sandbox in stack-debug.sh
Revert "do not use self.mount for mirror path"
This reverts commit f187450.
ignore store/mountpath for build cache
fix stack-debug.sh
fix bwrap-store
Revert "ignore store/mountpath for build cache"
This reverts commit a13fc2b.
remove padded_length
remove stdout
add generation of packages.yaml for externals
fix chmod
wip
avoid spack --color
fix structure
set buildable false
fix gen packages.yaml
update
do not use -all-root
remove unused compiler target
v2.0 repo format
path must contain spack_repo
repo -> spack_repo
repo path must include namespace
repo -> spack_repo
update base-uenv.json schema
compilers.yaml -> packages.yaml
fix sandbox
fix path, version doesn't belong here
add missing version to packages.yaml
set extra_attributes for compilers
fix
fix split
debug
Revert "debug"
This reverts commit 4172a0a.
fix find command
cleanup
update the schema
remove compilers.yaml and the bits related to it from recipe.py
remove more occurences of compilers.yaml
avoid empty packages.all in environments.spack.yaml
update for new base_uenv.json schema
typo in schema
base_uenv schema, default null for optional entries
fix schema
wip schema
fix schema
typo
fix environments.spack.yaml
typo
fix environment.spack.yaml
include exports from the gpu sub uenv
fix schema
change title
remove compiler from env schema
remove compiler from _internal_utils
Copy file name to clipboardExpand all lines: docs/interfaces.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ For example, the Spack configuration is in the following files when a stack has
12
12
```
13
13
/user-environment
14
14
├─ config
15
-
│ ├─ compilers.yaml
16
15
│ ├─ repos.yaml
17
16
│ ├─ packages.yaml
18
17
│ └─ upstreams.yaml
@@ -31,7 +30,6 @@ Notes on the configuration files:
31
30
system:
32
31
install_tree: /user-environment
33
32
```
34
-
* `compilers.yaml`: includes all compilers that were installed in the `gcc:` and `llvm:` sections of the `compilers.yaml` recipe file. Note that the `bootstrap` compiler is not included.
35
33
* `packages.yaml`: refers to the external packages that were used to configure the recipe: both the defaults in the cluster configuration, and any additional packages that were set in the recipe.
36
34
* `repos.yaml`: points to the custom Spack repository:
0 commit comments