-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ded1498
commit a8c657a
Showing
22 changed files
with
734 additions
and
715 deletions.
There are no files selected for viewing
68 changes: 33 additions & 35 deletions
68
docs/buildtest_tutorial_examples/build/env_create_directory.txt
Large diffs are not rendered by default.
Oops, something went wrong.
75 changes: 37 additions & 38 deletions
75
docs/buildtest_tutorial_examples/build/env_create_manifest.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
91 changes: 45 additions & 46 deletions
91
docs/buildtest_tutorial_examples/build/mirror_example.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
119 changes: 59 additions & 60 deletions
119
docs/buildtest_tutorial_examples/build/remove_environment_example.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
71 changes: 35 additions & 36 deletions
71
docs/buildtest_tutorial_examples/build/spack_test_specs.txt
Large diffs are not rendered by default.
Oops, something went wrong.
78 changes: 39 additions & 39 deletions
78
docs/buildtest_tutorial_examples/inspect/env_create_directory.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
$ buildtest inspect query -o -t spack_env_directory | ||
───────────────────────────────────────────────────────── spack_env_directory/16d94d57-7569-44fa-a2e9-5bfb78d8079c ───────────────────────────────────────────────────────── | ||
───────────────────────────────────────────────────────────────── spack_env_directory/ac1c31ec-ed31-499d-80f3-bc4a98a8e780 ────────────────────────────────────────────────────────────────── | ||
executor: generic.local.bash | ||
description: create spack environment in directory | ||
state: PASS | ||
returncode: 0 | ||
runtime: 2.482572 | ||
starttime: 2021/10/21 16:28:27 | ||
endtime: 2021/10/21 16:28:29 | ||
──────────────────────── Output File: /home/spack/runs/generic.local.bash/env_create_directory/spack_env_directory/16d94d57/spack_env_directory.out ──────────────────────── | ||
==> Updating view at /home/spack/spack-envs/m4/.spack-env/view | ||
==> Created environment in /home/spack/spack-envs/m4 | ||
==> You can activate this environment with: | ||
==> spack env activate /home/spack/spack-envs/m4 | ||
==> Adding m4 to environment /home/spack/spack-envs/m4 | ||
==> Updating view at /home/spack/spack-envs/m4/.spack-env/view | ||
==> Concretized m4 | ||
[+] mkc3u4x m4@1.4.18%gcc@7.5.0+sigsegv patches=3877ab548f88597ab2327a2230ee048d2d07ace1062efe81fc92e91b7f39cd00,fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d79 | ||
[+] lbrx7ln ^libsigsegv@2.12%gcc@7.5.0 arch=linux-ubuntu18.04-x86_64 | ||
==> Installing environment /home/spack/spack-envs/m4 | ||
==> All of the packages are already installed | ||
==> Updating view at /home/spack/spack-envs/m4/.spack-env/view | ||
==> In environment /home/spack/spack-envs/m4 | ||
==> Root specs | ||
m4 | ||
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 ------------------------- | ||
libsigsegv@2.12 | ||
m4@1.4.18 | ||
|
||
───────────────────────── Test File: /home/spack/runs/generic.local.bash/env_create_directory/spack_env_directory/16d94d57/spack_env_directory.sh ────────────────────────── | ||
1 #!/bin/bash | ||
2 source /home/spack/spack/share/spack/setup-env.sh | ||
3 spack env create -d /home/spack/spack-envs/m4 | ||
4 spack env activate -d /home/spack/spack-envs/m4 | ||
5 spack add m4 | ||
6 spack install | ||
7 | ||
8 | ||
9 ######## START OF POST COMMANDS ######## | ||
10 spack find | ||
11 rm -rf $HOME/spack-envs/m4 | ||
12 ######## END OF POST COMMANDS ######## | ||
13 | ||
14 | ||
runtime: 3.679445 | ||
starttime: 2021/10/21 19:52:41 | ||
endtime: 2021/10/21 19:52:45 | ||
──────────────────────────────── Output File: /home/spack/runs/generic.local.bash/env_create_directory/spack_env_directory/ac1c31ec/spack_env_directory.out ───────────────────────────────── | ||
==> Updating view at /home/spack/spack-envs/m4/.spack-env/view | ||
==> Created environment in /home/spack/spack-envs/m4 | ||
==> You can activate this environment with: | ||
==> spack env activate /home/spack/spack-envs/m4 | ||
==> Adding m4 to environment /home/spack/spack-envs/m4 | ||
==> Updating view at /home/spack/spack-envs/m4/.spack-env/view | ||
==> Concretized m4 | ||
[+] mkc3u4x m4@1.4.18%gcc@7.5.0+sigsegv patches=3877ab548f88597ab2327a2230ee048d2d07ace1062efe81fc92e91b7f39cd00,fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d793b853c8 arch=linu | ||
[+] lbrx7ln ^libsigsegv@2.12%gcc@7.5.0 arch=linux-ubuntu18.04-x86_64 | ||
==> Installing environment /home/spack/spack-envs/m4 | ||
==> All of the packages are already installed | ||
==> Updating view at /home/spack/spack-envs/m4/.spack-env/view | ||
==> In environment /home/spack/spack-envs/m4 | ||
==> Root specs | ||
m4 | ||
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 ------------------------- | ||
libsigsegv@2.12 | ||
m4@1.4.18 | ||
────────────────────────────────── Test File: /home/spack/runs/generic.local.bash/env_create_directory/spack_env_directory/ac1c31ec/spack_env_directory.sh ────────────────────────────────── | ||
1 #!/bin/bash | ||
2 source /home/spack/spack/share/spack/setup-env.sh | ||
3 spack env create -d /home/spack/spack-envs/m4 | ||
4 spack env activate -d /home/spack/spack-envs/m4 | ||
5 spack add m4 | ||
6 spack install | ||
7 | ||
8 | ||
9 ######## START OF POST COMMANDS ######## | ||
10 spack find | ||
11 rm -rf $HOME/spack-envs/m4 | ||
12 ######## END OF POST COMMANDS ######## | ||
13 | ||
14 |
Oops, something went wrong.