We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a83de0 commit 9228547Copy full SHA for 9228547
outputs/packaging.sh
@@ -29,7 +29,7 @@ example packaging/repo-config "spack config get repos"
29
30
# make the editor automatically exit
31
export EDITOR=true
32
-example packaging/create "spack create --name tutorial-mpileaks https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
+example packaging/create "spack create --name tutorial-mpileaks --namespace $name https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
33
34
example packaging/checksum-mpileaks-1 "spack checksum tutorial-mpileaks 1.0"
35
0 commit comments