Skip to content

Commit 5c99cfc

Browse files
Update generated outputs on behalf of [@alecbcs]
1 parent 1b2661e commit 5c99cfc

68 files changed

Lines changed: 5372 additions & 4407 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

outputs/basics/clone.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
$ git clone --depth=2 --branch=releases/v0.23 https://github.com/spack/spack.git ~/spack
1+
$ git clone --depth=2 --branch=releases/v1.0 https://github.com/spack/spack.git ~/spack
22
Cloning into '/home/spack/spack'...
3-
remote: Enumerating objects: 20971, done.K
4-
remote: Counting objects: 100% (20971/20971), done.K
5-
remote: Compressing objects: 100% (11448/11448), done.K
6-
remote:nTotale20971 (delta01801),9reused014170i(delta.1509),/pack-reused 0 (from 0)K
7-
Receiving objects: 100% (20971/20971), 14.78 MiB | 20.70 MiB/s, done.
8-
Resolving deltas: 100% (1801/1801), done.
3+
remote: Enumerating objects: 2294, done.K
4+
remote: Counting objects: 100% (2294/2294), done.K
5+
remote: Compressing objects: 100% (1547/1547), done.K
6+
remote:nTotale2294 (delta2305),2reused 1263 (delta 235), pack-reused 0 (from 0)K
7+
Receiving objects: 100% (2294/2294), 5.29 MiB | 18.24 MiB/s, done.
8+
Resolving deltas: 100% (305/305), done.
99
$ cd ~/spack

outputs/basics/compiler-list.out

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
$ spack compilers
2+
==> Available compilers
3+
-- gcc ubuntu22.04-x86_64 ---------------------------------------
4+
[e] gcc@11.4.0 [e] gcc@10.5.0
5+
6+
-- llvm ubuntu22.04-x86_64 --------------------------------------
7+
[e] llvm@14.0.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
$ spack uninstall gcc@12
2+
y
3+
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@11.4.0 --------------
4+
fmxnit5 gcc@12.5.0
5+
6+
==> 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

outputs/basics/compilers-2.out

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
$ spack compilers
2+
==> Available compilers
3+
-- gcc ubuntu22.04-x86_64 ---------------------------------------
4+
[e] gcc@11.4.0 [e] gcc@10.5.0 [+] gcc@12.5.0
5+
6+
-- llvm ubuntu22.04-x86_64 --------------------------------------
7+
[e] llvm@14.0.0

outputs/basics/compilers.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ spack compilers
22
==> Available compilers
3-
-- clang ubuntu22.04-x86_64 -------------------------------------
4-
clang@14.0.0
5-
63
-- gcc ubuntu22.04-x86_64 ---------------------------------------
7-
gcc@11.4.0 gcc@10.5.0
4+
[e] gcc@11.4.0 [e] gcc@10.5.0
5+
6+
-- llvm ubuntu22.04-x86_64 --------------------------------------
7+
[e] llvm@14.0.0

outputs/basics/find-O3.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$ spack find cflags=-O3
2-
-- linux-ubuntu22.04-x86_64_v3 / gcc@11.4.0 ---------------------
2+
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@11.4.0 --------------
33
zlib-ng@2.0.7
44
==> 1 installed package

outputs/basics/find-d-tcl.out

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
$ spack find -d tcl
2-
-- linux-ubuntu22.04-x86_64_v3 / clang@14.0.0 -------------------
2+
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx=clang@14.0.0 ------------
33
tcl@8.6.12
4+
compiler-wrapper@1.0
45
glibc@2.35
56
gmake@4.4.1
7+
llvm@14.0.0
68
zlib-ng@2.0.7
79

810

9-
-- linux-ubuntu22.04-x86_64_v3 / gcc@11.4.0 ---------------------
11+
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@11.4.0 --------------
1012
tcl@8.6.12
13+
compiler-wrapper@1.0
14+
gcc@11.4.0
1115
gcc-runtime@11.4.0
1216
glibc@2.35
1317
gmake@4.4.1
1418
zlib-ng@2.0.7
1519

1620
tcl@8.6.12
21+
compiler-wrapper@1.0
22+
gcc@11.4.0
1723
gcc-runtime@11.4.0
1824
glibc@2.35
1925
gmake@4.4.1
20-
zlib-ng@2.2.1
26+
zlib-ng@2.2.4
2127

2228
==> 3 installed packages

outputs/basics/find-d-trilinos.out

Lines changed: 57 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,103 @@
11
$ spack find -d trilinos
2-
-- linux-ubuntu22.04-x86_64_v3 / gcc@11.4.0 ---------------------
3-
trilinos@16.0.0
4-
cmake@3.30.5
5-
curl@8.10.1
6-
nghttp2@1.63.0
2+
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx,fortran=gcc@11.4.0 ------
3+
trilinos@16.1.0
4+
cmake@3.31.8
5+
curl@8.11.1
6+
nghttp2@1.65.0
77
diffutils@3.10
8-
openssl@3.4.0
9-
ca-certificates-mozilla@2023-05-30
8+
openssl@3.4.1
9+
ca-certificates-mozilla@2025-05-20
1010
ncurses@6.5
11-
zlib-ng@2.2.1
11+
zlib-ng@2.2.4
12+
compiler-wrapper@1.0
13+
gcc@11.4.0
1214
gcc-runtime@11.4.0
1315
glibc@2.35
1416
gmake@4.4.1
1517
hwloc@2.11.1
1618
libpciaccess@0.17
1719
util-macros@1.20.1
18-
libxml2@2.13.4
19-
libiconv@1.17
20-
xz@5.4.6
21-
pkgconf@2.2.0
22-
kokkos@4.3.01
23-
openblas@0.3.28
24-
openmpi@5.0.5
20+
libxml2@2.13.5
21+
libiconv@1.18
22+
xz@5.6.3
23+
pkgconf@2.3.0
24+
kokkos@4.5.01
25+
kokkos-kernels@4.5.01
26+
openblas@0.3.29
27+
openmpi@5.0.8
2528
autoconf@2.72
26-
m4@1.4.19
29+
m4@1.4.20
2730
libsigsegv@2.14
2831
automake@1.16.5
2932
libevent@2.1.12
3033
libtool@2.4.7
31-
findutils@4.9.0
34+
findutils@4.10.0
35+
gettext@0.23.1
36+
tar@1.35
37+
pigz@2.8
38+
zstd@1.5.7
3239
numactl@2.0.18
3340
openssh@9.9p1
3441
krb5@1.21.3
3542
bison@3.8.2
36-
gettext@0.22.5
37-
tar@1.34
38-
pigz@2.8
39-
zstd@1.5.6
4043
libedit@3.1-20240808
41-
libxcrypt@4.4.35
44+
libxcrypt@4.4.38
4245
perl@5.40.0
4346
berkeley-db@18.1.40
4447
bzip2@1.0.8
4548
gdbm@1.23
4649
readline@8.2
47-
pmix@5.0.3
50+
pmix@5.0.5
4851

49-
trilinos@16.0.0
50-
cmake@3.30.5
51-
curl@8.10.1
52-
nghttp2@1.63.0
52+
trilinos@16.1.0
53+
cmake@3.31.8
54+
curl@8.11.1
55+
nghttp2@1.65.0
5356
diffutils@3.10
54-
openssl@3.4.0
55-
ca-certificates-mozilla@2023-05-30
57+
openssl@3.4.1
58+
ca-certificates-mozilla@2025-05-20
5659
perl@5.40.0
5760
berkeley-db@18.1.40
5861
ncurses@6.5
59-
zlib-ng@2.2.1
62+
zlib-ng@2.2.4
63+
compiler-wrapper@1.0
64+
gcc@11.4.0
6065
gcc-runtime@11.4.0
6166
glibc@2.35
6267
gmake@4.4.1
63-
hdf5@1.14.5
64-
pkgconf@2.2.0
68+
hdf5@1.14.6
69+
pkgconf@2.3.0
6570
hwloc@2.11.1
6671
libpciaccess@0.17
6772
util-macros@1.20.1
68-
libxml2@2.13.4
69-
libiconv@1.17
70-
xz@5.4.6
71-
kokkos@4.3.01
72-
mpich@4.2.3
73-
findutils@4.9.0
74-
libfabric@1.22.0
73+
libxml2@2.13.5
74+
libiconv@1.18
75+
xz@5.6.3
76+
kokkos@4.5.01
77+
kokkos-kernels@4.5.01
78+
mpich@4.3.0
79+
findutils@4.10.0
80+
gettext@0.23.1
81+
bzip2@1.0.8
82+
tar@1.35
83+
pigz@2.8
84+
zstd@1.5.7
85+
libfabric@2.2.0
7586
yaksa@0.3
7687
autoconf@2.72
7788
automake@1.16.5
7889
libtool@2.4.7
79-
m4@1.4.19
90+
m4@1.4.20
8091
libsigsegv@2.14
81-
python@3.13.0
82-
bzip2@1.0.8
83-
expat@2.6.4
92+
python@3.13.5
93+
expat@2.7.1
8494
libbsd@0.12.2
85-
libmd@1.0.4
95+
libmd@1.1.0
8696
gdbm@1.23
87-
gettext@0.22.5
88-
tar@1.34
89-
pigz@2.8
90-
zstd@1.5.6
91-
libffi@3.4.6
97+
libffi@3.4.8
9298
readline@8.2
9399
sqlite@3.46.0
94-
util-linux-uuid@2.40.2
95-
openblas@0.3.28
100+
util-linux-uuid@2.41
101+
openblas@0.3.29
96102

97103
==> 2 installed packages

outputs/basics/find-dep-mpich.out

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
$ spack find ^mpich
2-
-- linux-ubuntu22.04-x86_64_v3 / gcc@11.4.0 ---------------------
3-
hdf5@1.14.5 trilinos@16.0.0
2+
-- linux-ubuntu22.04-x86_64_v3 / %c,cxx,fortran=gcc@11.4.0 ------
3+
trilinos@16.1.0
4+
5+
-- linux-ubuntu22.04-x86_64_v3 / %c=gcc@11.4.0 ------------------
6+
hdf5@1.14.6
47
==> 2 installed packages

0 commit comments

Comments
 (0)