There was an error while loading. Please reload this page.
1 parent 24e246f commit fef6d59Copy full SHA for fef6d59
1 file changed
outputs/basics.sh
@@ -82,7 +82,7 @@ example basics/uninstall-zlib "spack uninstall -y zlib-ng %gcc@10"
82
83
example basics/find-lf-zlib "spack find -lf zlib-ng"
84
85
-zlib_hash="$(spack find --format '{hash:3}' zlib-ng@2.0.7 %clang ^gmake%gcc@10.5)"
+zlib_hash="$(spack find --format '{hash:3}' zlib-ng@2.0.7 %clang)"
86
example --expect-error basics/uninstall-needed "spack uninstall zlib-ng/$zlib_hash"
87
example basics/uninstall-r-needed "spack uninstall -y -R zlib-ng/$zlib_hash"
88
0 commit comments