Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

and then set Spack up like this::

git clone --depth=2 --branch=releases/v1.0 https://github.com/spack/spack
git clone --depth=2 --branch=releases/v1.1 https://github.com/spack/spack
. spack/share/spack/setup-env.sh
spack repo update builtin --tag v2025.07.0
spack tutorial -y
Expand Down
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get remove -y gcc-12

# Download the buildcache
RUN mkdir /mirror
RUN rclone copy :s3:spack-binaries/v2025.07.0/tutorial /mirror
RUN rclone copy :s3:spack-binaries/releases/v2025.11/tutorial /mirror

RUN chmod -R go+r /mirror

Expand Down
2 changes: 1 addition & 1 deletion outputs/basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ example basics/uninstall-zlib "spack uninstall -y zlib-ng %gcc@10"

example basics/find-lf-zlib "spack find -lf zlib-ng"

zlib_hash="$(spack find --format '{hash:3}' zlib-ng@2.0.7 %clang)"
zlib_hash="$(spack find --format '{hash:3}' zlib-ng@2.0.7 %clang ^gmake%gcc@10.5)"
example --expect-error basics/uninstall-needed "spack uninstall zlib-ng/$zlib_hash"
example basics/uninstall-r-needed "spack uninstall -y -R zlib-ng/$zlib_hash"

Expand Down
14 changes: 7 additions & 7 deletions outputs/basics/clone.out
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ git clone --depth=2 --branch=releases/v1.0 https://github.com/spack/spack.git ~/spack
$ git clone --depth=2 --branch=releases/v1.1 https://github.com/spack/spack.git ~/spack
Cloning into '/home/spack/spack'...
remote: Enumerating objects: 2296, done.K
remote: Counting objects: 100% (2296/2296), done.K
remote: Compressing objects: 100% (1549/1549), done.K
remote:nTotale2296 (delta2304),2reused 1307 (delta 234), pack-reused 0 (from 0)K
Receiving objects: 100% (2296/2296), 5.30 MiB | 12.56 MiB/s, done.
Resolving deltas: 100% (304/304), done.
remote: Enumerating objects: 2340, done.K
remote: Counting objects: 100% (2340/2340), done.K
remote: Compressing objects: 100% (1583/1583), done.K
remote:nTotale2340 (delta2312),3reused 1328 (delta 237), pack-reused 0 (from 0)K
Receiving objects: 100% (2340/2340), 5.30 MiB | 18.45 MiB/s, done.
Resolving deltas: 100% (312/312), done.
$ cd ~/spack
4 changes: 2 additions & 2 deletions outputs/basics/compiler-uninstall.out
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ spack uninstall gcc@12
y
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@11.4.0 --------------
fmxnit5 gcc@12.5.0
fmnvqo4 gcc@12.3.0

==> 1 packages will be uninstalled. Do you want to proceed? [y/N] ==> Successfully uninstalled gcc@12.5.0~binutils+bootstrap~graphite~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' arch=linux-ubuntu22.04-x86_64_v3/fmxnit5
==> 1 packages will be uninstalled. Do you want to proceed? [y/N] ==> Successfully uninstalled gcc@12.3.0~binutils+bootstrap~graphite~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu22.04 target=x86_64_v3/fmnvqo4
2 changes: 1 addition & 1 deletion outputs/basics/compilers-2.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ spack compilers
==> Available compilers
-- gcc ubuntu22.04-x86_64 ---------------------------------------
[e] gcc@11.4.0 [e] gcc@10.5.0 [+] gcc@12.5.0
[e] gcc@11.4.0 [e] gcc@10.5.0 [+] gcc@12.3.0

-- llvm ubuntu22.04-x86_64 --------------------------------------
[e] llvm@14.0.0
8 changes: 5 additions & 3 deletions outputs/basics/find-d-tcl.out
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
$ spack find -d tcl
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx=clang@14.0.0 ------------
tcl@8.6.12
tcl@8.6.17
compiler-wrapper@1.0
glibc@2.35
gmake@4.4.1
gcc@10.5.0
gcc-runtime@10.5.0
llvm@14.0.0
zlib-ng@2.0.7


-- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@11.4.0 --------------
tcl@8.6.12
tcl@8.6.17
compiler-wrapper@1.0
gcc@11.4.0
gcc-runtime@11.4.0
glibc@2.35
gmake@4.4.1
zlib-ng@2.0.7

tcl@8.6.12
tcl@8.6.17
compiler-wrapper@1.0
gcc@11.4.0
gcc-runtime@11.4.0
Expand Down
91 changes: 53 additions & 38 deletions outputs/basics/find-d-trilinos.out
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
$ spack find -d trilinos
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx,fortran=gcc@11.4.0 ------
trilinos@16.1.0
cmake@3.31.8
curl@8.11.1
nghttp2@1.65.0
diffutils@3.10
openssl@3.4.1
ca-certificates-mozilla@2025-05-20
ncurses@6.5
zlib-ng@2.2.4
cmake@3.31.9
curl@8.15.0
libssh2@1.11.1
mbedtls@2.28.9
nghttp2@1.48.0
diffutils@3.12
ncurses@6.5-20250705
zlib-ng@2.0.7
compiler-wrapper@1.0
gcc@11.4.0
gcc-runtime@11.4.0
glibc@2.35
gmake@4.4.1
hwloc@2.11.1
hwloc@2.12.2
libpciaccess@0.17
util-macros@1.20.1
libxml2@2.13.5
libiconv@1.18
xz@5.6.3
pkgconf@2.3.0
pkgconf@2.5.1
kokkos@4.5.01
kokkos-kernels@4.5.01
openblas@0.3.29
openblas@0.3.30
openmpi@5.0.8
autoconf@2.72
m4@1.4.20
libsigsegv@2.14
automake@1.16.5
libevent@2.1.12
openssl@3.6.0
ca-certificates-mozilla@2025-08-12
libtool@2.4.7
findutils@4.10.0
gettext@0.23.1
Expand All @@ -42,62 +44,75 @@ trilinos@16.1.0
bison@3.8.2
libedit@3.1-20240808
libxcrypt@4.4.38
perl@5.40.0
perl@5.42.0
berkeley-db@18.1.40
bzip2@1.0.8
gdbm@1.23
readline@8.2
pmix@5.0.5
gdbm@1.25
readline@8.3
pmix@6.0.0
prrte@4.0.0
flex@2.6.3

trilinos@16.1.0
cmake@3.31.8
curl@8.11.1
nghttp2@1.65.0
diffutils@3.10
openssl@3.4.1
ca-certificates-mozilla@2025-05-20
perl@5.40.0
berkeley-db@18.1.40
ncurses@6.5
cmake@3.31.9
curl@8.15.0
nghttp2@1.48.0
diffutils@3.12
openssl@3.6.0
ca-certificates-mozilla@2025-08-12
perl@5.42.0
berkeley-db@18.1.40
bzip2@1.0.8
gdbm@1.25
ncurses@6.5-20250705
zlib-ng@2.2.4
compiler-wrapper@1.0
gcc@11.4.0
gcc-runtime@11.4.0
glibc@2.35
gmake@4.4.1
hdf5@1.14.6
pkgconf@2.3.0
hwloc@2.11.1
pkgconf@2.5.1
hwloc@2.12.2
libpciaccess@0.17
util-macros@1.20.1
libxml2@2.13.5
libiconv@1.18
xz@5.6.3
kokkos@4.5.01
cmake@3.31.9
curl@8.15.0
libssh2@1.11.1
mbedtls@2.28.9
openssl@3.6.0
perl@5.42.0
zlib-ng@2.0.7
kokkos-kernels@4.5.01
mpich@4.3.0
mpich@4.3.2
findutils@4.10.0
gettext@0.23.1
bzip2@1.0.8
libxml2@2.13.5
tar@1.35
pigz@2.8
zstd@1.5.7
libfabric@2.2.0
yaksa@0.3
libfabric@2.3.1
yaksa@0.4
autoconf@2.72
automake@1.16.5
libtool@2.4.7
m4@1.4.20
libsigsegv@2.14
python@3.13.5
expat@2.7.1
python@3.14.0
expat@2.7.3
libbsd@0.12.2
libmd@1.1.0
gdbm@1.23
libffi@3.4.8
readline@8.2
sqlite@3.46.0
gettext@0.23.1
tar@1.35
pigz@2.8
libffi@3.5.2
readline@8.3
sqlite@3.50.4
util-linux-uuid@2.41
openblas@0.3.29
zstd@1.5.7
openblas@0.3.30

==> 2 installed packages
Loading