Skip to content

Commit 8eb56af

Browse files
committed
mypkgs -> my_pkgs
Signed-off-by: tldahlgren <dahlgren1@llnl.gov>
1 parent 75e86a6 commit 8eb56af

11 files changed

Lines changed: 9 additions & 14 deletions

outputs/packaging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Source definitions
4-
dir="mypkgs"
4+
dir="my_pkgs"
55
# Use \$HOME to make copying-and-pasting from the examples easier in most cases
66
repo_root="\$HOME/$dir"
77
name="tutorial"

outputs/packaging/build-env-configure.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$ ./configure --prefix=/home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/mpileaks-1.0-wl3kx4o4bgegghl4u7hb3jk4toina3fx
1+
$ ./configure --prefix=$HOME/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/mpileaks-1.0-wl3kx4o4bgegghl4u7hb3jk4toina3fx
22
checking metadata... no
33
checking installation directory variables... yes
44
checking for a BSD-compatible install... /usr/bin/install -c

outputs/packaging/cleanup.out

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
$ spack uninstall -ay tutorial-mpileaks
2-
==> Warning: /home/spack/repos/spack_repo/tutorial/packages/tutorial_mpileaks/package.py:23: default value for variant 'stackstart' is not a boolean or string: default=0. Did you mean default='0'?
32
==> Successfully uninstalled tutorial-mpileaks@1.0 build_system=autotools stackstart=0 arch=linux-ubuntu22.04-x86_64_v3/ep6rrka
43
$ spack repo remove tutorial
54
==> Removed repository 'tutorial'.
6-
$ rm -rf /home/spack/repos/spack_repo/tutorial
5+
$ rm -rf $HOME/my_pkgs/spack_repo/tutorial

outputs/packaging/create.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ $ spack create --name tutorial-mpileaks https://github.com/LLNL/mpileaks/archive
44
[100%] 339.70 KB @ 791.4 MB/s
55
==> This package looks like it uses the autoreconf build system
66
==> Created template for tutorial-mpileaks package
7-
==> Created package file: /home/spack/repos/spack_repo/tutorial/packages/tutorial_mpileaks/package.py
7+
==> Created package file: /home/spack/my_pkgs/spack_repo/tutorial/packages/tutorial_mpileaks/package.py

outputs/packaging/install-mpileaks-4.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
$ spack install --verbose tutorial-mpileaks stackstart=4
2-
==> Warning: /home/spack/repos/spack_repo/tutorial/packages/tutorial_mpileaks/package.py:21: default value for variant 'stackstart' is not a boolean or string: default=0. Did you mean default='0'?
32
[+] /usr (external glibc-2.35-epwvtixhoxdeufu6kbbrpaigv2p6iav4)
43
[+] /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-rwnqblirwn5aenlmsbvsieo7mzw672ee
54
[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-10.5.0-ekeebbieporufbv2ersvvhgqxsljzqpg

outputs/packaging/install-mpileaks-5.out

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
$ spack uninstall -ay tutorial-mpileaks
2-
==> Warning: /home/spack/repos/spack_repo/tutorial/packages/tutorial_mpileaks/package.py:21: default value for variant 'stackstart' is not a boolean or string: default=0. Did you mean default='0'?
32
==> Successfully uninstalled tutorial-mpileaks@1.0 build_system=autotools stackstart=4 arch=linux-ubuntu22.04-x86_64_v3/mu62jl5
43
==> Successfully uninstalled tutorial-mpileaks@1.0 build_system=autotools arch=linux-ubuntu22.04-x86_64_v3/7mg6z5o
54
$ spack install --test=root tutorial-mpileaks
6-
==> Warning: /home/spack/repos/spack_repo/tutorial/packages/tutorial_mpileaks/package.py:23: default value for variant 'stackstart' is not a boolean or string: default=0. Did you mean default='0'?
75
[+] /usr (external glibc-2.35-epwvtixhoxdeufu6kbbrpaigv2p6iav4)
86
[+] /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-rwnqblirwn5aenlmsbvsieo7mzw672ee
97
[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-11.4.0-3c5xh7dqudxmyorlsrsfmjyggqk57vnr

outputs/packaging/install-mpileaks-6.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
$ spack install --test=root tutorial-mpileaks
2-
==> Warning: /home/spack/repos/spack_repo/tutorial/packages/tutorial_mpileaks/package.py:23: default value for variant 'stackstart' is not a boolean or string: default=0. Did you mean default='0'?
32
[+] /usr (external glibc-2.35-epwvtixhoxdeufu6kbbrpaigv2p6iav4)
43
[+] /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-rwnqblirwn5aenlmsbvsieo7mzw672ee
54
[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-11.4.0-3c5xh7dqudxmyorlsrsfmjyggqk57vnr

outputs/packaging/repo-config.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ spack config get repos
22
repos:
3-
tutorial: /home/spack/mypkgs/spack_repo/tutorial
3+
tutorial: $HOME/my_pkgs/spack_repo/tutorial
44
builtin:
55
tag: v2025.07.0
66
git: https://github.com/spack/spack-packages.git

outputs/packaging/repo-create.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$ spack repo create /home/spack/repos tutorial
1+
$ spack repo create $HOME/my_pkgs tutorial
22
==> Created repo with namespace 'tutorial'.
33
==> To register it with spack, run this command:
4-
spack repo add /home/spack/repos/spack_repo/tutorial
4+
spack repo add /home/spack/my_pkgs/spack_repo/tutorial

outputs/packaging/repo-list.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
$ spack repo list
2-
[+] tutorial v2.2 /home/spack/mypkgs/spack_repo/tutorial
2+
[+] tutorial v2.2 /home/spack/my_pkgs/spack_repo/tutorial
33
[+] builtin v2.2 /home/spack/.spack/package_repos/fncqgg4/repos/spack_repo/builtin

0 commit comments

Comments
 (0)