diff --git a/_static/slides/spack-hpcic26-tutorial-slides.pdf b/_static/slides/spack-hpcic26-tutorial-slides.pdf
new file mode 100644
index 0000000000..b9648a3f64
Binary files /dev/null and b/_static/slides/spack-hpcic26-tutorial-slides.pdf differ
diff --git a/common/setup.rst b/common/setup.rst
index feaf7b2811..a93cfbb6d1 100644
--- a/common/setup.rst
+++ b/common/setup.rst
@@ -2,7 +2,7 @@
If you have not done the prior sections, you'll need to start the docker image::
- docker run -it ghcr.io/spack/tutorial:isc26
+ docker run -it ghcr.io/spack/tutorial:hpcic26
and then set Spack up like this::
diff --git a/container/Dockerfile b/container/Dockerfile
index 9396787732..f15db96ff0 100644
--- a/container/Dockerfile
+++ b/container/Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update -y && \
# Download the buildcache
RUN mkdir /mirror
-RUN rclone copy :s3:spack-binaries/releases/v2026.06/tutorial /mirror
+RUN rclone copy :s3:spack-binaries/v2026.06.0/tutorial /mirror
RUN chmod -R go+r /mirror
diff --git a/index.rst b/index.rst
index 6b773ecde1..efdf01e32e 100644
--- a/index.rst
+++ b/index.rst
@@ -9,8 +9,8 @@ Tutorial: Spack 101
===================
This is an introduction to Spack with lectures and live demos.
-It was last presented at the `ISC High Performance 2026 Conference `_ Conference on June 22, 2026.
-The event was a half day in-person tutorial.
+It was last presented virtually at the `HPCIC 2026 HPC Tutorials `_.
+The event was two online half-day tutorials.
You can use these materials to teach a course on Spack at your own site, or you can just skip ahead and read the live demo scripts to see how Spack is used in practice.
@@ -19,17 +19,16 @@ You can use these materials to teach a course on Spack at your own site, or you
.. rubric:: Slides
.. image:: tutorial/images/sc25-tutorial-slide-preview.png
- :target: _static/slides/./spack-isc26-tutorial-slides.pdf
+ :target: _static/slides/spack-hpcic26-tutorial-slides.pdf
:height: 72px
:align: left
:alt: Slide Preview
-:download:`Download Slides <_static/slides/./spack-isc26-tutorial-slides.pdf>`.
+:download:`Download Slides <_static/slides/spack-hpcic26-tutorial-slides.pdf>`.
-**Full citation:** Gregory Becker, Harmen Stoppels, Massimiliano Culpo, Alec Scott, Kathleen Shea, Adam Stewart, Michael Kuhn, and Todd Gamblin.
+**Full citation:** Greg Becker, Alec Scott, Caetano Melone, Kathleen Shea, and Todd Gamblin.
Managing HPC Software Complexity with Spack.
-ISC-HPC 2026 (ISC26).
-Hamburg, Germany, June 22-25, 2026.
+HPCIC Tutorials 2026, Livermore, California, July 7-8, 2026.
.. _video:
@@ -49,26 +48,26 @@ You can invoke
.. code-block:: console
- $ docker pull ghcr.io/spack/tutorial:isc26
- $ docker run -it ghcr.io/spack/tutorial:isc26
+ $ docker pull ghcr.io/spack/tutorial:hpcic26
+ $ docker run -it ghcr.io/spack/tutorial:hpcic26
to start using the container.
You should now be ready to run through our demo scripts:
#. :ref:`basics-tutorial`
#. :ref:`environments-tutorial`
-#. :ref:`packaging-tutorial`
+#. :ref:`configs-tutorial`
#. :ref:`stacks-tutorial`
+#. :ref:`packaging-tutorial`
#. :ref:`developer-workflows-tutorial`
#. :ref:`binary-cache-tutorial`
+#. :ref:`spack-scripting-tutorial`
Other sections from past tutorials are also available, although they may not be kept up-to-date as frequently:
-#. :ref:`configs-tutorial`
#. :ref:`modules-tutorial`
#. :ref:`build-systems-tutorial`
#. :ref:`advanced-packaging-tutorial`
-#. :ref:`spack-scripting-tutorial`
Full contents:
@@ -84,17 +83,17 @@ Full contents:
tutorial_basics
tutorial_environments
- tutorial_packaging
+ tutorial_configuration
tutorial_stacks
+ tutorial_packaging
tutorial_developer_workflows
tutorial_binary_cache
+ tutorial_scripting
.. toctree::
:maxdepth: 3
:caption: Additional sections
- tutorial_configuration
tutorial_modules
tutorial_buildsystems
tutorial_advanced_packaging
- tutorial_scripting
diff --git a/outputs/basics/clone.out b/outputs/basics/clone.out
index 1b9da32d52..205e3586e7 100644
--- a/outputs/basics/clone.out
+++ b/outputs/basics/clone.out
@@ -2,8 +2,8 @@ $ git clone --depth=2 --branch=releases/v1.2 https://github.com/spack/spack.git
Cloning into '/home/spack/spack'...
remote: Enumerating objects: 2411, done.K
remote: Counting objects: 100% (2411/2411), done.K
-remote: Compressing objects: 100% (1617/1617), done.K
-remote:nTotale2411 (delta2326),4reused 1328 (delta 249), pack-reused 0 (from 0)K
-Receiving objects: 100% (2411/2411), 5.48 MiB | 13.53 MiB/s, done.
-Resolving deltas: 100% (326/326), done.
+remote: Compressing objects: 100% (1616/1616), done.K
+remote:nTotale2411 (delta2325),4reused 1345 (delta 250), pack-reused 0 (from 0)K
+Receiving objects: 100% (2411/2411), 5.50 MiB | 16.20 MiB/s, done.
+Resolving deltas: 100% (325/325), done.
$ cd ~/spack
diff --git a/outputs/basics/compiler-list.out b/outputs/basics/compiler-list.out
index 820becc0eb..025c50b8f1 100644
--- a/outputs/basics/compiler-list.out
+++ b/outputs/basics/compiler-list.out
@@ -1,7 +1,7 @@
$ spack compilers
==> Available compilers
-- gcc ubuntu26.04-x86_64 ---------------------------------------
-[e] gcc@15.2.0 [e] gcc@14.3.0
+[e] gcc@15.2.0 [e] gcc@14.3.0
-- llvm ubuntu26.04-x86_64 --------------------------------------
[e] llvm@21.1.8
diff --git a/outputs/basics/compiler-uninstall.out b/outputs/basics/compiler-uninstall.out
index b545da5d52..91f45f79a5 100644
--- a/outputs/basics/compiler-uninstall.out
+++ b/outputs/basics/compiler-uninstall.out
@@ -1,2 +1,2 @@
$ spack uninstall -y gcc@16
-==> Successfully uninstalled gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3/vlwdxlj
+==> Successfully uninstalled gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3/hkkcdmj
diff --git a/outputs/basics/compilers-2.out b/outputs/basics/compilers-2.out
index 65ca4f9b96..00c8f9f5d2 100644
--- a/outputs/basics/compilers-2.out
+++ b/outputs/basics/compilers-2.out
@@ -1,7 +1,7 @@
$ spack compilers
==> Available compilers
-- gcc ubuntu26.04-x86_64 ---------------------------------------
-[e] gcc@15.2.0 [e] gcc@14.3.0 [+] gcc@16.1.0
+[e] gcc@15.2.0 [e] gcc@14.3.0 [+] gcc@16.1.0
-- llvm ubuntu26.04-x86_64 --------------------------------------
[e] llvm@21.1.8
diff --git a/outputs/basics/find-l.out b/outputs/basics/find-l.out
index 48868154c7..a1b1faea7a 100644
--- a/outputs/basics/find-l.out
+++ b/outputs/basics/find-l.out
@@ -12,16 +12,21 @@ kie72sp zlib-ng@2.0.7 5dji3nx zlib-ng@2.3.3
slhcf4i zlib-ng@2.3.3
-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@15.2.0 --------------
-sle3ix4 gettext@1.0 ldqeqfw krb5@1.22.2 m6yx5j3 openssh@10.3p1 53i7gbs tcl@8.6.17 g72d7i3 zlib-ng@2.3.3 6l3ycpy zlib-ng@2.3.3
-ujctyey hwloc@2.13.0 ekvivpv ncurses@6.6 33yozp5 openssl@3.6.1 aeoqp4e zlib-ng@2.0.7 t7jnrlg zlib-ng@2.3.3 63aruxk zstd@1.5.7
+sle3ix4 gettext@1.0 ekvivpv ncurses@6.6 53i7gbs tcl@8.6.17 t7jnrlg zlib-ng@2.3.3
+ujctyey hwloc@2.13.0 m6yx5j3 openssh@10.3p1 aeoqp4e zlib-ng@2.0.7 6l3ycpy zlib-ng@2.3.3
+ldqeqfw krb5@1.22.2 33yozp5 openssl@3.6.1 g72d7i3 zlib-ng@2.3.3 63aruxk zstd@1.5.7
-- linux-ubuntu26.04-x86_64_v3 / %c=gcc@15.2.0 ------------------
-cbtgjrh bzip2@1.0.8 jceyzq7 hdf5@1.14.6 vbwvgwx libiconv@1.18 2t2useu numactl@2.0.19 nldxmxw prrte@4.1.0
-cdyuto2 gmake@4.4.1 uwyh3xy libedit@3.1-20251016 qzkk5ym libpciaccess@0.17 afklka7 pigz@2.8 f5xe4px tar@1.35
-as6mmcj hdf5@1.14.6 oopqoag libevent@2.1.12 bkzcu2s libxcrypt@4.5.2 yvl6jpi pkgconf@2.5.1 hhjyyqy xz@5.8.3
-7cwv3st hdf5@1.14.6 itb4a2s libfabric@2.5.1 ujlg2ua libxml2@2.15.3 ycyqykw pmix@6.1.0
+cbtgjrh bzip2@1.0.8 itb4a2s libfabric@2.5.1 yvl6jpi pkgconf@2.5.1
+cdyuto2 gmake@4.4.1 vbwvgwx libiconv@1.18 ycyqykw pmix@6.1.0
+as6mmcj hdf5@1.14.6 qzkk5ym libpciaccess@0.17 nldxmxw prrte@4.1.0
+7cwv3st hdf5@1.14.6 bkzcu2s libxcrypt@4.5.2 f5xe4px tar@1.35
+jceyzq7 hdf5@1.14.6 ujlg2ua libxml2@2.15.3 hhjyyqy xz@5.8.3
+uwyh3xy libedit@3.1-20251016 2t2useu numactl@2.0.19
+oopqoag libevent@2.1.12 afklka7 pigz@2.8
-- linux-ubuntu26.04-x86_64_v3 / no compilers -------------------
-mmywg7x compiler-wrapper@1.1.0 yjlog5x gcc@15.2.0 xm76mt3 gcc-runtime@15.2.0 px4mv6l llvm@21.1.8
-5zrvmb3 gcc@14.3.0 yhhe2we gcc-runtime@15.2.0 yc4n2pp glibc@2.43
+mmywg7x compiler-wrapper@1.1.0 yhhe2we gcc-runtime@15.2.0 px4mv6l llvm@21.1.8
+5zrvmb3 gcc@14.3.0 xm76mt3 gcc-runtime@15.2.0
+yjlog5x gcc@15.2.0 yc4n2pp glibc@2.43
==> 45 installed packages
diff --git a/outputs/basics/find.out b/outputs/basics/find.out
index feb95365ba..f437e848c1 100644
--- a/outputs/basics/find.out
+++ b/outputs/basics/find.out
@@ -12,14 +12,16 @@ zlib-ng@2.0.7 zlib-ng@2.3.3
zlib-ng@2.3.3
-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@15.2.0 --------------
-gettext@1.0 krb5@1.22.2 openssh@10.3p1 tcl@8.6.17 zlib-ng@2.3.3 zlib-ng@2.3.3
-hwloc@2.13.0 ncurses@6.6 openssl@3.6.1 zlib-ng@2.0.7 zlib-ng@2.3.3 zstd@1.5.7
+gettext@1.0 krb5@1.22.2 openssh@10.3p1 tcl@8.6.17 zlib-ng@2.3.3 zlib-ng@2.3.3
+hwloc@2.13.0 ncurses@6.6 openssl@3.6.1 zlib-ng@2.0.7 zlib-ng@2.3.3 zstd@1.5.7
-- linux-ubuntu26.04-x86_64_v3 / %c=gcc@15.2.0 ------------------
-bzip2@1.0.8 hdf5@1.14.6 libevent@2.1.12 libpciaccess@0.17 numactl@2.0.19 pmix@6.1.0 xz@5.8.3
-gmake@4.4.1 hdf5@1.14.6 libfabric@2.5.1 libxcrypt@4.5.2 pigz@2.8 prrte@4.1.0
-hdf5@1.14.6 libedit@3.1-20251016 libiconv@1.18 libxml2@2.15.3 pkgconf@2.5.1 tar@1.35
+bzip2@1.0.8 hdf5@1.14.6 libiconv@1.18 numactl@2.0.19 prrte@4.1.0
+gmake@4.4.1 libedit@3.1-20251016 libpciaccess@0.17 pigz@2.8 tar@1.35
+hdf5@1.14.6 libevent@2.1.12 libxcrypt@4.5.2 pkgconf@2.5.1 xz@5.8.3
+hdf5@1.14.6 libfabric@2.5.1 libxml2@2.15.3 pmix@6.1.0
-- linux-ubuntu26.04-x86_64_v3 / no compilers -------------------
-compiler-wrapper@1.1.0 gcc@14.3.0 gcc@15.2.0 gcc-runtime@15.2.0 gcc-runtime@15.2.0 glibc@2.43 llvm@21.1.8
+compiler-wrapper@1.1.0 gcc@15.2.0 gcc-runtime@15.2.0 llvm@21.1.8
+gcc@14.3.0 gcc-runtime@15.2.0 glibc@2.43
==> 45 installed packages
diff --git a/outputs/basics/gmake.out b/outputs/basics/gmake.out
index 9151225bd8..e01a0d1ee1 100644
--- a/outputs/basics/gmake.out
+++ b/outputs/basics/gmake.out
@@ -10,4 +10,4 @@ $ spack install gmake
[+] yhhe2we gcc-runtime@15.2.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-15.2.0-yhhe2wecmh7n4qwwmqxictetytv2m6wo (0s)
[ ] cdyuto2 gmake@4.4.1 staging (0s)
[ ] cdyuto2 gmake@4.4.1 install (0s)
-[+] cdyuto2 gmake@4.4.1 /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-cdyuto2vcd73fdknitpbrk3mofaa6hw5 (19s)
+[+] cdyuto2 gmake@4.4.1 /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-cdyuto2vcd73fdknitpbrk3mofaa6hw5 (13s)
diff --git a/outputs/basics/hdf5-mpich.out b/outputs/basics/hdf5-mpich.out
index 0b3346d4af..623c1681a2 100644
--- a/outputs/basics/hdf5-mpich.out
+++ b/outputs/basics/hdf5-mpich.out
@@ -1,10 +1,10 @@
$ spack install hdf5 ^mpich
-[ ] itb4a2s libfabric@2.5.1 fetching from build cache (1s)
-[ ] itb4a2s libfabric@2.5.1 relocating (1s)
-[+] itb4a2s libfabric@2.5.1 /home/spack/spack/opt/spack/linux-x86_64_v3/libfabric-2.5.1-itb4a2swgfzelii4nbzmo3fzdnfq5rhy (1s)
+[ ] itb4a2s libfabric@2.5.1 fetching from build cache (0s)
+[ ] itb4a2s libfabric@2.5.1 relocating (0s)
+[+] itb4a2s libfabric@2.5.1 /home/spack/spack/opt/spack/linux-x86_64_v3/libfabric-2.5.1-itb4a2swgfzelii4nbzmo3fzdnfq5rhy (0s)
[ ] xkilhym mpich@5.0.1 fetching from build cache (0s)
[ ] xkilhym mpich@5.0.1 relocating (0s)
-[+] xkilhym mpich@5.0.1 /home/spack/spack/opt/spack/linux-x86_64_v3/mpich-5.0.1-xkilhym6dn2n7afhh5dtjskmj5jwjbhm (1s)
+[+] xkilhym mpich@5.0.1 /home/spack/spack/opt/spack/linux-x86_64_v3/mpich-5.0.1-xkilhym6dn2n7afhh5dtjskmj5jwjbhm (2s)
[ ] jceyzq7 hdf5@1.14.6 fetching from build cache (0s)
[ ] jceyzq7 hdf5@1.14.6 relocating (0s)
-[+] jceyzq7 hdf5@1.14.6 /home/spack/spack/opt/spack/linux-x86_64_v3/hdf5-1.14.6-jceyzq7qvavwbbfywa3dt3jfurkfk4ba (1s)
+[+] jceyzq7 hdf5@1.14.6 /home/spack/spack/opt/spack/linux-x86_64_v3/hdf5-1.14.6-jceyzq7qvavwbbfywa3dt3jfurkfk4ba (0s)
diff --git a/outputs/basics/hdf5.out b/outputs/basics/hdf5.out
index 2665d0d8db..956cdf4f38 100644
--- a/outputs/basics/hdf5.out
+++ b/outputs/basics/hdf5.out
@@ -2,69 +2,69 @@ $ spack install hdf5
[ ] g72d7i3 zlib-ng@2.3.3 fetching from build cache (0s)
[ ] yvl6jpi pkgconf@2.5.1 fetching from build cache (0s)
[ ] ekvivpv ncurses@6.6 fetching from build cache (0s)
-[ ] g72d7i3 zlib-ng@2.3.3 relocating (0s)
[ ] bkzcu2s libxcrypt@4.5.2 fetching from build cache (0s)
-[ ] yvl6jpi pkgconf@2.5.1 relocating (0s)
+[ ] g72d7i3 zlib-ng@2.3.3 relocating (1s)
+[ ] yvl6jpi pkgconf@2.5.1 relocating (1s)
+[ ] bkzcu2s libxcrypt@4.5.2 relocating (1s)
+[ ] ekvivpv ncurses@6.6 relocating (1s)
+[+] g72d7i3 zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-g72d7i3bvgfmroytbp2d6giv67ymputp (1s)
+[+] yvl6jpi pkgconf@2.5.1 /home/spack/spack/opt/spack/linux-x86_64_v3/pkgconf-2.5.1-yvl6jpilvkgopkrc2aanfhd3z7lz7r3l (1s)
+[+] bkzcu2s libxcrypt@4.5.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libxcrypt-4.5.2-bkzcu2s2hndgbhrkbhtlcnlvxg2em7e3 (1s)
[ ] hhjyyqy xz@5.8.3 fetching from build cache (0s)
[ ] 63aruxk zstd@1.5.7 fetching from build cache (0s)
[ ] vbwvgwx libiconv@1.18 fetching from build cache (0s)
-[ ] bkzcu2s libxcrypt@4.5.2 relocating (0s)
-[ ] cbtgjrh bzip2@1.0.8 fetching from build cache (0s)
-[ ] ekvivpv ncurses@6.6 relocating (0s)
-[ ] 63aruxk zstd@1.5.7 relocating (0s)
[ ] hhjyyqy xz@5.8.3 relocating (0s)
+[ ] 63aruxk zstd@1.5.7 relocating (0s)
[ ] vbwvgwx libiconv@1.18 relocating (0s)
-[ ] cbtgjrh bzip2@1.0.8 relocating (0s)
-[+] g72d7i3 zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-g72d7i3bvgfmroytbp2d6giv67ymputp (0s)
-[+] yvl6jpi pkgconf@2.5.1 /home/spack/spack/opt/spack/linux-x86_64_v3/pkgconf-2.5.1-yvl6jpilvkgopkrc2aanfhd3z7lz7r3l (0s)
-[ ] 2t2useu numactl@2.0.19 fetching from build cache (0s)
-[+] bkzcu2s libxcrypt@4.5.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libxcrypt-4.5.2-bkzcu2s2hndgbhrkbhtlcnlvxg2em7e3 (0s)
-[ ] qzkk5ym libpciaccess@0.17 fetching from build cache (0s)
[+] 63aruxk zstd@1.5.7 /home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-63aruxky3a4xfivh32jt676wmoftlzy6 (0s)
-[+] cbtgjrh bzip2@1.0.8 /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-cbtgjrhpwivtaewryhbkj6zxuukhoekx (0s)
-[ ] 2t2useu numactl@2.0.19 relocating (0s)
-[ ] qzkk5ym libpciaccess@0.17 relocating (0s)
-[ ] afklka7 pigz@2.8 fetching from build cache (0s)
+[ ] cbtgjrh bzip2@1.0.8 fetching from build cache (0s)
[+] vbwvgwx libiconv@1.18 /home/spack/spack/opt/spack/linux-x86_64_v3/libiconv-1.18-vbwvgwxvjrccmptlen3ebo555lk5wior (0s)
+[+] hhjyyqy xz@5.8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.8.3-hhjyyqygxtpzvdyoddyypk5sfyqdcmqe (0s)
+[ ] 2t2useu numactl@2.0.19 fetching from build cache (1s)
+[ ] qzkk5ym libpciaccess@0.17 fetching from build cache (1s)
+[ ] cbtgjrh bzip2@1.0.8 relocating (1s)
+[ ] qzkk5ym libpciaccess@0.17 relocating (1s)
+[ ] 2t2useu numactl@2.0.19 relocating (1s)
+[+] cbtgjrh bzip2@1.0.8 /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-cbtgjrhpwivtaewryhbkj6zxuukhoekx (1s)
+[ ] afklka7 pigz@2.8 fetching from build cache (0s)
+[+] qzkk5ym libpciaccess@0.17 /home/spack/spack/opt/spack/linux-x86_64_v3/libpciaccess-0.17-qzkk5ymbu3z37kjhgylrkdy7w3hixzna (1s)
+[+] 2t2useu numactl@2.0.19 /home/spack/spack/opt/spack/linux-x86_64_v3/numactl-2.0.19-2t2useutfyn7jozdzlunsc6336q6fcqx (1s)
[ ] 33yozp5 openssl@3.6.1 fetching from build cache (0s)
+[ ] ujlg2ua libxml2@2.15.3 fetching from build cache (0s)
[ ] afklka7 pigz@2.8 relocating (0s)
-[ ] 33yozp5 openssl@3.6.1 relocating (0s)
-[+] hhjyyqy xz@5.8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.8.3-hhjyyqygxtpzvdyoddyypk5sfyqdcmqe (0s)
[+] afklka7 pigz@2.8 /home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-afklka7uurghkxzfzr2kpku3hq64dp2w (0s)
-[+] qzkk5ym libpciaccess@0.17 /home/spack/spack/opt/spack/linux-x86_64_v3/libpciaccess-0.17-qzkk5ymbu3z37kjhgylrkdy7w3hixzna (0s)
-[ ] ujlg2ua libxml2@2.15.3 fetching from build cache (0s)
+[ ] 33yozp5 openssl@3.6.1 relocating (0s)
+[+] ekvivpv ncurses@6.6 /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.6-ekvivpvwxpsfmbydk42j7me3ckftiheo (2s)
[ ] f5xe4px tar@1.35 fetching from build cache (0s)
-[+] 2t2useu numactl@2.0.19 /home/spack/spack/opt/spack/linux-x86_64_v3/numactl-2.0.19-2t2useutfyn7jozdzlunsc6336q6fcqx (0s)
[ ] ujlg2ua libxml2@2.15.3 relocating (0s)
-[ ] f5xe4px tar@1.35 relocating (0s)
-[+] ujlg2ua libxml2@2.15.3 /home/spack/spack/opt/spack/linux-x86_64_v3/libxml2-2.15.3-ujlg2uai6quwrnqjswhpatdam2owxnzh (0s)
-[+] f5xe4px tar@1.35 /home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-f5xe4pxaujwc2cs2ppllgloh7gwbkkyd (0s)
-[+] 33yozp5 openssl@3.6.1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssl-3.6.1-33yozp5l5ca4dnkgjjf2l2tdvt47mdna (0s)
-[ ] oopqoag libevent@2.1.12 fetching from build cache (0s)
-[ ] oopqoag libevent@2.1.12 relocating (0s)
-[+] oopqoag libevent@2.1.12 /home/spack/spack/opt/spack/linux-x86_64_v3/libevent-2.1.12-oopqoagvk4zhptmzymsbim2dmnfy37zf (1s)
-[+] ekvivpv ncurses@6.6 /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.6-ekvivpvwxpsfmbydk42j7me3ckftiheo (1s)
[ ] uwyh3xy libedit@3.1-20251016 fetching from build cache (0s)
+[+] ujlg2ua libxml2@2.15.3 /home/spack/spack/opt/spack/linux-x86_64_v3/libxml2-2.15.3-ujlg2uai6quwrnqjswhpatdam2owxnzh (1s)
+[ ] f5xe4px tar@1.35 relocating (1s)
[ ] ujctyey hwloc@2.13.0 fetching from build cache (0s)
+[+] 33yozp5 openssl@3.6.1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssl-3.6.1-33yozp5l5ca4dnkgjjf2l2tdvt47mdna (1s)
+[ ] uwyh3xy libedit@3.1-20251016 relocating (1s)
+[ ] oopqoag libevent@2.1.12 fetching from build cache (0s)
+[+] f5xe4px tar@1.35 /home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-f5xe4pxaujwc2cs2ppllgloh7gwbkkyd (1s)
+[+] uwyh3xy libedit@3.1-20251016 /home/spack/spack/opt/spack/linux-x86_64_v3/libedit-3.1-20251016-uwyh3xy52rwywtmgrdtwnljgevcnnctj (1s)
[ ] sle3ix4 gettext@1.0 fetching from build cache (0s)
-[ ] uwyh3xy libedit@3.1-20251016 relocating (0s)
[ ] ujctyey hwloc@2.13.0 relocating (0s)
+[ ] oopqoag libevent@2.1.12 relocating (0s)
[ ] sle3ix4 gettext@1.0 relocating (0s)
-[+] uwyh3xy libedit@3.1-20251016 /home/spack/spack/opt/spack/linux-x86_64_v3/libedit-3.1-20251016-uwyh3xy52rwywtmgrdtwnljgevcnnctj (0s)
+[+] oopqoag libevent@2.1.12 /home/spack/spack/opt/spack/linux-x86_64_v3/libevent-2.1.12-oopqoagvk4zhptmzymsbim2dmnfy37zf (0s)
[+] ujctyey hwloc@2.13.0 /home/spack/spack/opt/spack/linux-x86_64_v3/hwloc-2.13.0-ujctyeyjzvata7o7oje5nefjmgqabosi (0s)
[ ] ycyqykw pmix@6.1.0 fetching from build cache (0s)
-[ ] ycyqykw pmix@6.1.0 relocating (0s)
+[ ] ycyqykw pmix@6.1.0 relocating (1s)
[+] ycyqykw pmix@6.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/pmix-6.1.0-ycyqykw634st7ajhnrl2kqnkldgtk3xr (1s)
[ ] nldxmxw prrte@4.1.0 fetching from build cache (0s)
-[ ] nldxmxw prrte@4.1.0 relocating (0s)
[+] sle3ix4 gettext@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gettext-1.0-sle3ix4nizh2w3uwvaokqlqlotlaexbu (1s)
+[ ] nldxmxw prrte@4.1.0 relocating (0s)
[ ] ldqeqfw krb5@1.22.2 fetching from build cache (0s)
-[ ] ldqeqfw krb5@1.22.2 relocating (0s)
-[+] nldxmxw prrte@4.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/prrte-4.1.0-nldxmxwkhusnlqwqsuacqvn3t5r6bpjb (0s)
-[+] ldqeqfw krb5@1.22.2 /home/spack/spack/opt/spack/linux-x86_64_v3/krb5-1.22.2-ldqeqfwa76qeegjqhv72by6ayv5xlwae (0s)
+[ ] ldqeqfw krb5@1.22.2 relocating (1s)
+[+] nldxmxw prrte@4.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/prrte-4.1.0-nldxmxwkhusnlqwqsuacqvn3t5r6bpjb (1s)
+[+] ldqeqfw krb5@1.22.2 /home/spack/spack/opt/spack/linux-x86_64_v3/krb5-1.22.2-ldqeqfwa76qeegjqhv72by6ayv5xlwae (1s)
[ ] m6yx5j3 openssh@10.3p1 fetching from build cache (0s)
[ ] m6yx5j3 openssh@10.3p1 relocating (0s)
-[+] m6yx5j3 openssh@10.3p1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssh-10.3p1-m6yx5j3srcybuucnboqjse2jc2a35vxq (1s)
+[+] m6yx5j3 openssh@10.3p1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssh-10.3p1-m6yx5j3srcybuucnboqjse2jc2a35vxq (0s)
[ ] qfut5qq openmpi@5.0.10 fetching from build cache (0s)
[ ] qfut5qq openmpi@5.0.10 relocating (0s)
[+] qfut5qq openmpi@5.0.10 /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml (1s)
diff --git a/outputs/basics/info-zlib.out b/outputs/basics/info-zlib.out
index d37f2d7ef7..8635962f8c 100644
--- a/outputs/basics/info-zlib.out
+++ b/outputs/basics/info-zlib.out
@@ -21,7 +21,7 @@ Variants:
when build_system=cmake
the build system generator to use
- ipo [false] false, true
+ ipo [false] false, true
when build_system=cmake %cmake@3.9:
CMake interprocedural optimization
diff --git a/outputs/basics/install-gcc-16.out b/outputs/basics/install-gcc-16.out
index 667ae0bd5c..df13f30b1f 100644
--- a/outputs/basics/install-gcc-16.out
+++ b/outputs/basics/install-gcc-16.out
@@ -1,16 +1,16 @@
$ spack install gcc@16
[ ] xpmsy5x gmp@6.3.0 fetching from build cache (0s)
-[ ] cuzgmus binutils@2.46.0 fetching from build cache (0s)
+[ ] 6ene6zr binutils@2.46.1 fetching from build cache (0s)
[ ] xpmsy5x gmp@6.3.0 relocating (0s)
-[ ] cuzgmus binutils@2.46.0 relocating (0s)
-[+] xpmsy5x gmp@6.3.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gmp-6.3.0-xpmsy5xffenfvl6lc5shb5a5krckrznd (1s)
+[ ] 6ene6zr binutils@2.46.1 relocating (0s)
+[+] xpmsy5x gmp@6.3.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gmp-6.3.0-xpmsy5xffenfvl6lc5shb5a5krckrznd (0s)
[ ] melg7ga mpfr@4.2.2 fetching from build cache (0s)
+[+] 6ene6zr binutils@2.46.1 /home/spack/spack/opt/spack/linux-x86_64_v3/binutils-2.46.1-6ene6zrpqgqtxc3mg5ab5ynv4safkszz (0s)
[ ] melg7ga mpfr@4.2.2 relocating (0s)
-[+] cuzgmus binutils@2.46.0 /home/spack/spack/opt/spack/linux-x86_64_v3/binutils-2.46.0-cuzgmusnboe4pknwnod4jziquvzteeya (1s)
[+] melg7ga mpfr@4.2.2 /home/spack/spack/opt/spack/linux-x86_64_v3/mpfr-4.2.2-melg7gafkownovvlndh46ljc4nuf5puy (0s)
[ ] gxmoxea mpc@1.4.1 fetching from build cache (0s)
-[ ] gxmoxea mpc@1.4.1 relocating (0s)
-[+] gxmoxea mpc@1.4.1 /home/spack/spack/opt/spack/linux-x86_64_v3/mpc-1.4.1-gxmoxea2jy4kihilaqibmhjvvuea3ydy (0s)
-[ ] vlwdxlj gcc@16.1.0 fetching from build cache (0s)
-[ ] vlwdxlj gcc@16.1.0 relocating (0s)
-[+] vlwdxlj gcc@16.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-16.1.0-vlwdxljzbis42fjrlecvyo4tmuq5eebn (3s)
+[ ] gxmoxea mpc@1.4.1 relocating (1s)
+[+] gxmoxea mpc@1.4.1 /home/spack/spack/opt/spack/linux-x86_64_v3/mpc-1.4.1-gxmoxea2jy4kihilaqibmhjvvuea3ydy (1s)
+[ ] hkkcdmj gcc@16.1.0 fetching from build cache (0s)
+[ ] hkkcdmj gcc@16.1.0 relocating (0s)
+[+] hkkcdmj gcc@16.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-16.1.0-hkkcdmj2guegqqkt2w3e3owuklnyvgek (2s)
diff --git a/outputs/basics/list-py.out b/outputs/basics/list-py.out
index ca4e1b43c6..ea08cd0ac9 100644
--- a/outputs/basics/list-py.out
+++ b/outputs/basics/list-py.out
@@ -1,1009 +1,1516 @@
$ spack list 'py-*'
-py-3to2 py-h5io py-pylibmagic
-py-4suite-xml py-h5netcdf py-pylikwid
-py-a2wsgi py-h5py py-pylint
-py-abcpy py-h5sh py-pylint-gitlab
-py-abipy py-hacking py-pylith
-py-about-time py-hail py-pylops
-py-absl-py py-handy-archives py-pymatgen
-py-accelerate py-hatch py-pymatreader
-py-accessible-pygments py-hatch-cython py-pymbolic
-py-accimage py-hatch-fancy-pypi-readme py-pymc3
-py-acme-tiny py-hatch-jupyter-builder py-pymdown-extensions
-py-acres py-hatch-nodejs-version py-pymeeus
-py-adal py-hatch-requirements-txt py-pyminifier
-py-adb-enhanced py-hatch-vcs py-pymol
-py-addict py-hatchet py-pymongo
-py-adios py-hatchling py-pymoo
-py-adios4dolfinx py-hclust2 py-pymorph
-py-advancedhtmlparser py-hdbscan py-pympler
-py-aenum py-hdf5plugin py-pymsgbox
-py-affine py-hdfs py-pymummer
-py-agate py-healpix py-pymumps
-py-agate-dbf py-healpy py-pymupdf
-py-agate-excel py-heapdict py-pymupdf-fonts
-py-agate-sql py-heat py-pymysql
-py-ahpy py-heavyball py-pynacl
-py-aiobotocore py-hep-ml py-pynio
-py-aiocontextvars py-hepdata-converter py-pynisher
-py-aiodns py-hepdata-lib py-pynn
-py-aiofiles py-hepdata-validator py-pynndescent
-py-aiohappyeyeballs py-hepstats py-pynpm
-py-aiohttp py-hepunits py-pynrrd
-py-aiohttp-cors py-heudiconv py-pynucleus
-py-aioitertools py-hf-transfer py-pynumpress
-py-aiojobs py-hf-xet py-pynvim
-py-aioredis py-hieroglyph py-pynvml
-py-aiosignal py-highspy py-pynvtx
-py-aiosqlite py-hiredis py-pyodbc
-py-aiowebdav2 py-hist py-pyogrio
-py-alabaster py-histbook py-pyomo
-py-albucore py-histogrammar py-pyopencl
-py-alembic py-histoprint py-pyopengl
-py-alive-progress py-hjson py-pyopenssl
-py-alpaca-eval py-hmmlearn py-pypar
-py-alpaca-farm py-holland-backup py-pyparsing
-py-alphafold py-holoviews py-pypdf
-py-altair py-horovod py-pypdf2
-py-altgraph py-hpack py-pypeflow
-py-amici py-hpbandster py-pypeg2
-py-amityping py-hpccm py-pyperclip
-py-amplpy py-hsluv py-pyperf
-py-ampltools py-hstspreload py-pypinfo
-py-amqp py-htgettoken py-pypinyin
-py-amrex py-html2text py-pypistats
-py-angel py-html5lib py-pypng
-py-aniso8601 py-htmldate py-pyppeteer
-py-anndata py-htmlgen py-pyprecice
-py-annexremote py-htseq py-pyprof2html
-py-annotated-types py-httpbin py-pyproj
-py-annoy py-httpcore py-pyproject-hooks
-py-ansi2html py-httplib2 py-pyproject-metadata
-py-ansible py-httpretty py-pyproject-parser
-py-ansimarkup py-httpstan py-pypulse
-py-ansiwrap py-httptools py-pyqi
-py-antimeridian py-httpx py-pyqt-builder
-py-antipickle py-huggingface-hub py-pyqt4
-py-antlr4-python3-runtime py-humanfriendly py-pyqt5
-py-antspyx py-humanize py-pyqt5-sip
-py-anuga py-hvac py-pyqt6
-py-anvio py-hvplot py-pyqt6-sip
-py-anybadge py-hydra-core py-pyqtgraph
-py-anyio py-hypercorn py-pyquaternion
-py-anytree py-hyperframe py-pyreadline
-py-anywidget py-hyperlink py-pyrect
-py-apache-libcloud py-hyperopt py-pyrevolve
-py-apache-tvm-ffi py-hypothesis py-pyrfr
-py-apebench py-ibm-cloud-sdk-core py-pyro-api
-py-apex py-ibm-watson py-pyro-ppl
-py-apeye py-ics py-pyro4
-py-apeye-core py-id py-pyroaring
-py-apipkg py-identify py-pyrocko
-py-apispec py-idna py-pyrodigal
-py-app-model py-idna-ssl py-pyrodigal-gv
-py-appdirs py-igor py-pyrometheus
-py-applicationinsights py-igor2 py-pyrr
-py-appnope py-igraph py-pyrsistent
-py-apprise py-igv-notebook py-pysam
-py-apptools py-igwn-auth-utils py-pyscaf
-py-apscheduler py-ihm py-pyscf
-py-arcgis py-illumina-utils py-pyscipopt
-py-arch py-ilmbase py-pyscreeze
-py-archspec py-imagecodecs py-pyseer
-py-arcp py-imagecorruptions-imaug py-pyserial
-py-argcomplete py-imagehash py-pysftp
-py-argh py-imageio py-pyshacl
-py-argon2-cffi py-imageio-ffmpeg py-pyshp
-py-argon2-cffi-bindings py-imagesize py-pyside2
-py-argparse-dataclass py-imaug py-pysimdjson
-py-argparse-manpage py-imbalanced-learn py-pysindy
-py-args py-imgaug py-pysmartdl
-py-arkouda py-iminuit py-pysmiles
-py-arm-pyart py-immutabledict py-pysocks
-py-arpeggio py-immutables py-pysolar
-py-arrow py-importlib-metadata py-pyspark
-py-art py-importlib-resources py-pyspellchecker
-py-arviz py-imutils py-pyspice
-py-asciitree py-in-n-out py-pyspnego
-py-asdf py-incremental py-pyspoa
-py-asdf-astropy py-inflect py-pyspod
-py-asdf-coordinates-schemas py-inheritance py-pysqlite3
-py-asdf-standard py-iniconfig py-pystac
-py-asdf-transform-schemas py-iniparse py-pystac-client
-py-asdf-unit-schemas py-inquirer py-pystache
-py-asdfghjkl py-inquirerpy py-pystan
-py-ase py-inscriptis py-pysurfer
-py-asgi-lifespan py-installer py-pytablewriter
-py-asgiref py-instrain py-pytailf
-py-asn1crypto py-intake py-pytaridx
-py-aspy-yaml py-intake-esm py-pytecplot
-py-asserts py-intbitset py-pyteomics
-py-ast-serialize py-intel-openmp py-pytesseract
-py-asteval py-intensity-normalization py-pytest
-py-astor py-interface-meta py-pytest-aiohttp
-py-astpretty py-interlap py-pytest-allclose
-py-astroid py-intervaltree py-pytest-arraydiff
-py-astropy py-invoke py-pytest-astropy
-py-astropy-healpix py-iocapture py-pytest-astropy-header
-py-astropy-helpers py-iopath py-pytest-asyncio
-py-astropy-iers-data py-ipaddress py-pytest-benchmark
-py-asttokens py-ipdb py-pytest-cache
-py-astunparse py-ipycanvas py-pytest-check-links
-py-async-generator py-ipyevents py-pytest-cmake
-py-async-lru py-ipyfilechooser py-pytest-cov
-py-async-timeout py-ipykernel py-pytest-cpp
-py-asyncio py-ipyleaflet py-pytest-datadir
-py-asyncpg py-ipympl py-pytest-doctestplus
-py-asynctest py-ipyparallel py-pytest-fail-slow
-py-atomicwrites py-ipyrad py-pytest-filter-subpackage
-py-atpublic py-ipython py-pytest-flake8
-py-atropos py-ipython-cluster-helper py-pytest-flakes
-py-ats py-ipython-genutils py-pytest-forked
-py-attmap py-ipython-pygments-lexers py-pytest-html
-py-attrs py-ipytree py-pytest-httpbin
-py-audioread py-ipyvtk-simple py-pytest-isort
-py-auditwheel py-ipyvue py-pytest-lazy-fixture
-py-authlib py-ipyvuetify py-pytest-memray
-py-autocfg py-ipywidgets py-pytest-metadata
-py-autodocsumm py-irpf90 py-pytest-mock
-py-autograd py-isa-rwval py-pytest-mpi
-py-autograd-gamma py-isal py-pytest-mypy
-py-automat py-iso8601 py-pytest-openfiles
-py-autopep8 py-isodate py-pytest-parallel
-py-autoray py-isoduration py-pytest-pep8
-py-autoreject py-isort py-pytest-pylint
-py-auxlib py-itables py-pytest-qt
-py-avro py-iterative-stats py-pytest-random-order
-py-avro-json-serializer py-itk py-pytest-regtest
-py-avro-python3 py-itolapi py-pytest-remotedata
-py-awesome-slugify py-itsdangerous py-pytest-reportlog
-py-awkward py-jacobi py-pytest-retry
-py-awkward-cpp py-jaconv py-pytest-runner
-py-awkward0 py-jamo py-pytest-socket
-py-awscrt py-janus py-pytest-subprocess
-py-ax-platform py-jaraco-classes py-pytest-timeout
-py-azote py-jaraco-context py-pytest-workflow
-py-azure-batch py-jaraco-functools py-pytest-xdist
-py-azure-cli-command-modules-nspkg py-jarowinkler py-python-benedict
-py-azure-cli-core py-jarvis-util py-python-bioformats
-py-azure-cli-nspkg py-javaproperties py-python-box
-py-azure-cli-telemetry py-jax py-python-calamine
-py-azure-common py-jaxlib py-python-certifi-win32
-py-azure-core py-jaxtyping py-python-constraint
-py-azure-cosmos py-jcb py-python-crfsuite
-py-azure-datalake-store py-jdatetime py-python-daemon
-py-azure-functions-devops-build py-jdcal py-python-dateutil
-py-azure-graphrbac py-jedi py-python-deprecated
-py-azure-identity py-jeepney py-python-discovery
-py-azure-keyvault py-jellyfish py-python-docs-theme
-py-azure-keyvault-certificates py-jinja2 py-python-docx
-py-azure-keyvault-keys py-jinja2-cli py-python-dotenv
-py-azure-keyvault-nspkg py-jinja2-humanize-extension py-python-editor
-py-azure-keyvault-secrets py-jinja2-time py-python-engineio
-py-azure-loganalytics py-jiter py-python-fmask
-py-azure-mgmt-advisor py-jmespath py-python-fsutil
-py-azure-mgmt-apimanagement py-jmp py-python-gitlab
-py-azure-mgmt-appconfiguration py-joblib py-python-hostlist
-py-azure-mgmt-applicationinsights py-jplephem py-python-igraph
-py-azure-mgmt-authorization py-jproperties py-python-javabridge
-py-azure-mgmt-batch py-jprops py-python-jenkins
-py-azure-mgmt-batchai py-jpype1 py-python-jose
-py-azure-mgmt-billing py-jraph py-python-json-logger
-py-azure-mgmt-botservice py-jsmin py-python-keystoneclient
-py-azure-mgmt-cdn py-json-get py-python-ldap
-py-azure-mgmt-cognitiveservices py-json-tricks py-python-levenshtein
-py-azure-mgmt-compute py-json2html py-python-libsbml
-py-azure-mgmt-consumption py-json5 py-python-logstash
-py-azure-mgmt-containerinstance py-jsonargparse py-python-louvain
-py-azure-mgmt-containerregistry py-jsondiff py-python-lsp-jsonrpc
-py-azure-mgmt-containerservice py-jsonlines py-python-lsp-ruff
-py-azure-mgmt-core py-jsonpatch py-python-lsp-server
-py-azure-mgmt-cosmosdb py-jsonpath-ng py-python-lzo
-py-azure-mgmt-datalake-analytics py-jsonpickle py-python-magic
-py-azure-mgmt-datalake-store py-jsonpointer py-python-mapnik
-py-azure-mgmt-datamigration py-jsonref py-python-markdown-math
-py-azure-mgmt-deploymentmanager py-jsonschema py-python-memcached
-py-azure-mgmt-devtestlabs py-jsonschema-specifications py-python-multipart
-py-azure-mgmt-dns py-junit-xml py-python-mumps
-py-azure-mgmt-eventgrid py-junit2html py-python-oauth2
-py-azure-mgmt-eventhub py-jupyter py-python-picard
-py-azure-mgmt-hdinsight py-jupyter-client py-python-pptx
-py-azure-mgmt-imagebuilder py-jupyter-console py-python-ptrace
-py-azure-mgmt-iotcentral py-jupyter-core py-python-rapidjson
-py-azure-mgmt-iothub py-jupyter-events py-python-slugify
-py-azure-mgmt-iothubprovisioningservices py-jupyter-leaflet py-python-socketio
-py-azure-mgmt-keyvault py-jupyter-lsp py-python-sotools
-py-azure-mgmt-kusto py-jupyter-packaging py-python-subunit
-py-azure-mgmt-loganalytics py-jupyter-server py-python-swiftclient
-py-azure-mgmt-managedservices py-jupyter-server-mathjax py-python-utils
-py-azure-mgmt-managementgroups py-jupyter-server-proxy py-python-xlib
-py-azure-mgmt-maps py-jupyter-server-terminals py-python-xmp-toolkit
-py-azure-mgmt-marketplaceordering py-jupyter-telemetry py-python3-openid
-py-azure-mgmt-media py-jupyterhub py-python3-xlib
-py-azure-mgmt-monitor py-jupyterlab py-pythonqwt
-py-azure-mgmt-msi py-jupyterlab-pygments py-pythonsollya
-py-azure-mgmt-netapp py-jupyterlab-server py-pythran
-py-azure-mgmt-network py-jupyterlab-widgets py-pytimeparse
-py-azure-mgmt-nspkg py-jupytext py-pytng
-py-azure-mgmt-policyinsights py-justext py-pytokens
-py-azure-mgmt-privatedns py-jwcrypto py-pytoml
-py-azure-mgmt-rdbms py-kaggle py-pytools
-py-azure-mgmt-recoveryservices py-kaldiio py-pytorch-gradual-warmup-lr
-py-azure-mgmt-recoveryservicesbackup py-kaleido py-pytorch-lightning
-py-azure-mgmt-redhatopenshift py-kb-python py-pytorch-sphinx-theme
-py-azure-mgmt-redis py-keras py-pytorch-warmup
-py-azure-mgmt-relay py-keras-applications py-pyts
-py-azure-mgmt-reservations py-keras-preprocessing py-pytuq
-py-azure-mgmt-resource py-keras2onnx py-pytweening
-py-azure-mgmt-search py-kerberos py-pytz
-py-azure-mgmt-security py-kerchunk py-pyu2f
-py-azure-mgmt-servicebus py-key-value-aio py-pyudev
-py-azure-mgmt-servicefabric py-keyboard py-pyugrid
-py-azure-mgmt-signalr py-keyring py-pyupgrade
-py-azure-mgmt-sql py-keyrings-alt py-pyusb
-py-azure-mgmt-sqlvirtualmachine py-keystoneauth1 py-pyutilib
-py-azure-mgmt-storage py-kitchen py-pyuwsgi
-py-azure-mgmt-trafficmanager py-kiwisolver py-pyvcf
-py-azure-mgmt-web py-kmodes py-pyvips
-py-azure-multiapi-storage py-knack py-pyvista
-py-azure-nspkg py-kneaddata py-pyvistaqt
-py-azure-storage-blob py-kombu py-pyviz-comms
-py-azure-storage-common py-kornia py-pyvolve
-py-azure-storage-nspkg py-kornia-rs py-pywavelets
-py-b2luigi py-kosh py-pywcs
-py-babel py-krb5 py-pywin32
-py-backcall py-kt-legacy py-pywinpty
-py-backoff py-kubernetes py-pyworld
-py-backpack-for-pytorch py-kymatio py-pyxlsb
-py-backports-abc py-lagom py-pyyaml
-py-backports-cached-property py-langcodes py-pyyaml-env-tag
-py-backports-entry-points-selectable py-langsmith py-pyzmq
-py-backports-lzma py-language-data py-qdldl
-py-backports-os py-lap py-qiskit-aer
-py-backports-ssl-match-hostname py-laplace-torch py-qiskit-ibm-provider
-py-backports-tarfile py-lark py-qiskit-nature
-py-backports-tempfile py-lark-parser py-qiskit-terra
-py-backports-weakref py-laspy py-qmtest
-py-backports-zoneinfo py-latexcodec py-qpsolvers
-py-bagit py-law py-qpth
-py-bagit-profile py-lazy py-qrcode
-py-bakta py-lazy-loader py-qsymm
-py-bandit py-lazy-object-proxy py-qtawesome
-py-barectf py-lazy-property py-qtconsole
-py-basemap py-lazyarray py-qtpy
-py-bash-kernel py-lcls-krtc py-quantiphy
-py-basis-set-exchange py-ldap3 py-quantities
-py-batchspawner py-leather py-quantum-blackbird
-py-bayesian-optimization py-leidenalg py-quantum-xir
-py-bcbio-gff py-lerc py-quart
-py-bcolz py-lfpykit py-quast
-py-bcrypt py-lhsmdu py-quaternionic
-py-bdbag py-liac-arff py-qudida
-py-beaker py-libclang py-queryablelist
-py-beancount py-libconf py-querystring-parser
-py-beartype py-libcst py-questionary
-py-beautifulsoup4 py-libensemble py-qutip
-py-beniget py-liblas py-qutip-qip
-py-bibtexparser py-librosa py-rachis
-py-bidict py-librt py-radiant-mlhub
-py-bids-validator py-libsonata py-radical-entk
-py-bids-validator-deno py-lifelines py-radical-gtod
-py-bidscoin py-lightgbm py-radical-pilot
-py-bidskit py-lightly py-radical-saga
-py-bidsschematools py-lightly-utils py-radical-utils
-py-bigdft py-lightning py-ranger-fm
-py-bigfloat py-lightning-api-access py-rapidfuzz
-py-billiard py-lightning-cloud py-rapidfuzz-capi
-py-binary py-lightning-fabric py-rarfile
-py-binaryornot py-lightning-lite py-rassumfrassum
-py-bintrees py-lightning-uq-box py-rasterio
-py-binwalk py-lightning-utilities py-rasterstats
-py-biobb-common py-lightpipes py-ratelim
-py-biobb-gromacs py-ligo-segments py-ratelimiter
-py-biobb-io py-lil-aretomo py-raven
-py-biobb-model py-line-profiler py-ray
-py-biobb-structure-checking py-linear-operator py-rbtools
-py-biobb-structure-utils py-linear-tree py-rdflib
-py-bioblend py-linecache2 py-rdflib-jsonld
-py-biom-format py-lineenhancer py-rdt
-py-biomine py-linkchecker py-reacton
-py-biopandas py-linkify-it-py py-readchar
-py-biopython py-lit py-readme-renderer
-py-biosppy py-litdata py-recommonmark
-py-biotite py-littleutils py-redis
-py-biotraj py-lizard py-referencing
-py-bitarray py-llama-cpp-python py-refgenconf
-py-bitshuffle py-llnl-sina py-refgenie
-py-bitstring py-llvmlite py-regex
-py-bitstruct py-lmdb py-regionmask
-py-black py-lmfit py-regions
-py-blake3 py-lmodule py-reindent
-py-bleach py-localcider py-relion
-py-blessed py-locket py-relion-blush
-py-blessings py-lockfile py-relion-classranker
-py-blight py-logilab-common py-repligit
-py-blinker py-logistro py-reportlab
-py-blis py-logmuse py-reportseff
-py-blosc py-logomaker py-repoze-lru
-py-blosc2 py-loguru py-reproject
-py-blosum py-loky py-requests
-py-bluepyefe py-loompy py-requests-cache
-py-bluepyemodel py-looseversion py-requests-file
-py-bluepyopt py-louie py-requests-ftp
-py-bmap-tools py-lpips py-requests-futures
-py-bmtk py-lru-dict py-requests-kerberos
-py-bokeh py-lscsoft-glue py-requests-mock
-py-boltons py-lsprotocol py-requests-ntlm
-py-boom-boot-manager py-luigi py-requests-oauthlib
-py-boost-histogram py-lupa py-requests-toolbelt
-py-boto py-lvis py-requests-unixsocket
-py-boto3 py-lws py-requirements-parser
-py-botocore py-lxml py-reretry
-py-botorch py-lz4 py-resampy
-py-bottle py-lzstring py-resize-right
-py-bottleneck py-m2r py-resolvelib
-py-bqplot py-macholib py-responses
-py-braceexpand py-machotools py-resultsfile
-py-brain-indexer py-macs2 py-retry
-py-branca py-macs3 py-retry-decorator
-py-bravado py-maestrowf py-retrying
-py-bravado-core py-magicgui py-retworkx
-py-breakseq2 py-mahotas py-rfc3339-validator
-py-breathe py-mailchecker py-rfc3986
-py-brian py-make py-rfc3986-validator
-py-brian2 py-makefun py-rfc3987-syntax
-py-brotli py-mako py-rich
-py-brotlipy py-mapbox-earcut py-rich-argparse
-py-bsddb3 py-mapclassify py-rich-click
-py-build py-mariadb py-rio-pmtiles
-py-bx-python py-marisa-trie py-rios
-py-cachecontrol py-markdown py-rioxarray
-py-cached-property py-markdown-include py-rise
-py-cachetools py-markdown-it-py py-river
-py-cachey py-markdown2 py-rmm
-py-cachy py-markov-clustering py-rnc2rng
-py-cairocffi py-markovify py-robocrys
-py-cairosvg py-markupsafe py-robotframework
-py-caliper-reader py-marshmallow py-rocrate
-py-callmonitor py-matminer py-roifile
-py-calver py-matplotlib py-roman-numerals
-py-cantoolz py-matplotlib-inline py-roman-numerals-py
-py-carputils py-matplotlib-scalebar py-rope
-py-cartopy py-maturin py-rosdep
-py-casadi py-mayavi py-rosdistro
-py-catalogue py-mbstrdecoder py-rosinstall
-py-catkin-pkg py-mccabe py-rosinstall-generator
-py-cattrs py-md-environ py-rospkg
-py-cbor2 py-mda-xdrlib py-rotary-embedding-torch
-py-cclib py-mdahole2 py-rouge-score
-py-cdo py-mdanalysis py-routes
-py-cdsapi py-mdanalysistests py-rpds-py
-py-cekit py-mdi py-rply
-py-celery py-mdit-py-plugins py-rpy2
-py-cellprofiler py-mdocfile py-rsa
-py-cellprofiler-core py-mdurl py-rsatoolbox
-py-centrosome py-meautility py-rseqc
-py-cerberus py-mechanize py-rst2pdf
-py-certifi py-medaka py-rtoml
-py-certipy py-meldmd py-rtree
-py-cf-units py-melissa-core py-ruamel-ordereddict
-py-cf-xarray py-memelite py-ruamel-yaml
-py-cffconvert py-memory-profiler py-ruamel-yaml-clib
-py-cffi py-memprof py-ruamel-yaml-jinja2
-py-cfgrib py-memray py-rucio-clients
-py-cfgv py-mendeleev py-ruff
-py-cftime py-mercantile py-rustworkx
-py-cgen py-mergedeep py-rx
-py-chai py-merlin py-s3cmd
-py-chai-lab py-meshio py-s3fs
-py-chainer py-meshpy py-s3transfer
-py-chainforgecodegen py-meson-python py-sacrebleu
-py-chainmap py-metaphlan py-sacremoses
-py-chalice py-metasv py-safe-netrc
-py-chardet py-metatensor-core py-safetensors
-py-charm4py py-metatensor-learn py-salib
-py-charset-normalizer py-metatensor-operations py-sarif-tools
-py-chart-studio py-metatensor-torch py-scandir
-py-cheap-repr py-metatomic-torch py-scanpy
-py-checkm-genome py-metatrain py-schema
-py-cheetah3 py-metis py-schema-salad
-py-chemfiles py-metomi-isodatetime py-scientificpython
-py-chemiscope py-metomi-rose py-scifem
-py-cheroot py-metpy py-scikit-build
-py-cherrypy py-metric-learn py-scikit-build-core
-py-chex py-metrics py-scikit-fmm
-py-choreographer py-mffpy py-scikit-fuzzy
-py-chronyk py-mg-rast-tools py-scikit-image
-py-ci-info py-mgmetis py-scikit-learn
-py-ci-sdr py-microsoft-aurora py-scikit-learn-extra
-py-cig-pythia py-mido py-scikit-matter
-py-cinema-lib py-mikado py-scikit-optimize
-py-cinemasci py-mike py-scikit-sparse
-py-circus py-minio py-scikits-odes
-py-citeproc-py py-minisom py-scine-chemoton
-py-clarabel py-minkowskiengine py-scine-puffin
-py-clean-text py-minrpc py-scinum
-py-cleo py-misk py-scipy
-py-click py-misopy py-scitokens
-py-click-didyoumean py-mistletoe py-scooby
-py-click-option-group py-mistune py-scoop
-py-click-plugins py-mizani py-scp
-py-click-repl py-mkdocs py-screed
-py-cligj py-mkdocs-autorefs py-scs
-py-clikit py-mkdocs-jupyter py-sdmetrics
-py-climate py-mkdocs-material py-sdnotify
-py-climax py-mkdocs-material-extensions py-sdv
-py-clint py-mkdocstrings py-seaborn
-py-clip-anytorch py-mkdocstrings-python py-secretstorage
-py-clipboard py-ml-collections py-seekpath
-py-cloudauthz py-ml-dtypes py-segmentation-models-pytorch
-py-cloudbridge py-mlflow py-selenium
-py-cloudpathlib py-mlperf-logging py-semantic-version
-py-cloudpickle py-mlxtend py-semver
-py-clustershell py-mmcv py-send2trash
-py-cma py-mmengine py-sentencepiece
-py-cmaes py-mmtf-python py-sentry-sdk
-py-cmake-format py-mne py-seqeval
-py-cmake-parser py-mne-bids py-sequence-models
-py-cmocean py-mo-pack py-seriate
-py-cmseq py-moarchiving py-serpent
-py-cmsml py-mock py-session-info
-py-cmyt py-model-index py-setproctitle
-py-coapthon3 py-modelcif py-setupmeta
-py-coca-pytorch py-modepy py-setuptools
-py-coclust py-modin py-setuptools-cpp
-py-codebasin py-modisco py-setuptools-git
-py-codecarbon py-modred py-setuptools-git-versioning
-py-codechecker py-modules-gui py-setuptools-reproducible
-py-codepy py-moltemplate py-setuptools-rust
-py-codespell py-monai py-setuptools-scm
-py-coherent-licensed py-monkeytype py-setuptools-scm-git-archive
-py-coilmq py-monotonic py-sfepy
-py-colabtools py-monty py-sgp4
-py-colorama py-more-itertools py-sh
-py-colorcet py-morph-tool py-shap
-py-colorclass py-morphio py-shapely
-py-colored py-morphosamplers py-shellescape
-py-colored-traceback py-motmetrics py-shellingham
-py-coloredlogs py-mouseinfo py-shiboken2
-py-colorful py-moviepy py-shippinglabel
-py-colorio py-mpi4jax py-shortbred
-py-colorlog py-mpi4py py-shortuuid
-py-colorlover py-mpld3 py-shroud
-py-colormath py-mpldock py-shtab
-py-colorpy py-mplhep py-simpervisor
-py-colorspacious py-mplhep-data py-simple-slurm
-py-colossalai py-mpmath py-simpleeval
-py-colour py-mrcfile py-simplegeneric
-py-comm py-msal py-simplejson
-py-common py-msal-extensions py-simplekml
-py-commonmark py-msgpack py-simpletraj
-py-conan py-msgpack-numpy py-simpy
-py-conda-inject py-msrest py-simsimd
-py-conda-souschef py-msrestazure py-singledispatchmethod
-py-confection py-mui4py py-sip
-py-configargparse py-multi-imbalance py-six
-py-configobj py-multi-key-dict py-skl2onnx
-py-configparser py-multidict py-slepc4py
-py-configspace py-multiecho py-slicer
-py-confluent-kafka py-multipledispatch py-slurm-pipeline
-py-connectionpool py-multiprocess py-smac
-py-consolekit py-multiqc py-smart-open
-py-constantly py-multiurl py-smartredis
-py-contextily py-mumps4py py-smartsim
-py-contextlib2 py-munch py-smartypants
-py-contexttimer py-munkres py-smmap
-py-continuum py-murmurhash py-smolagents
-py-contourpy py-mutagen py-smote-variants
-py-contrib py-mx py-snakemake-executor-plugin-azure-batch
-py-control py-mxfold2 py-snakemake-executor-plugin-cluster-generic
-py-convertdate py-myhdl py-snakemake-executor-plugin-cluster-sync
-py-convokit py-mypy py-snakemake-executor-plugin-drmaa
-py-cookiecutter py-mypy-extensions py-snakemake-executor-plugin-flux
-py-coolname py-mysql-connector-python py-snakemake-executor-plugin-googlebatch
-py-copulas py-mysqlclient py-snakemake-executor-plugin-kubernetes
-py-corner py-myst-parser py-snakemake-executor-plugin-slurm
-py-correctionlib py-namex py-snakemake-executor-plugin-slurm-jobstep
-py-corrfunc py-nanobind py-snakemake-executor-plugin-tes
-py-counter py-nanoget py-snakemake-interface-common
-py-courlan py-nanomath py-snakemake-interface-executor-plugins
-py-cov-core py-nanoplot py-snakemake-interface-logger-plugins
-py-coverage py-nanostat py-snakemake-interface-report-plugins
-py-coveralls py-nanotime py-snakemake-interface-scheduler-plugins
-py-cppheaderparser py-nanotron py-snakemake-interface-storage-plugins
-py-cppy py-napari py-snakemake-storage-plugin-azure
-py-cramjam py-napari-console py-snakemake-storage-plugin-fs
-py-crashtest py-napari-plugin-engine py-snakemake-storage-plugin-ftp
-py-crc32c py-napari-plugin-manager py-snakemake-storage-plugin-gcs
-py-crcmod py-napari-svg py-snakemake-storage-plugin-http
-py-croniter py-nara-wpe py-snakemake-storage-plugin-pelican
-py-crossmap py-narwhals py-snakemake-storage-plugin-rucio
-py-cryolobm py-natsort py-snakemake-storage-plugin-s3
-py-cryptography py-nbclassic py-snakemake-storage-plugin-sftp
-py-css-parser py-nbclient py-snakemake-storage-plugin-zenodo
-py-cssselect py-nbconvert py-snakeviz
-py-cssselect2 py-nbdime py-snappy
-py-cssutils py-nbformat py-sncosmo
-py-csvkit py-nbmake py-sniffio
-py-ctgan py-nbqa py-snoop
-py-cuda-bindings py-nbsphinx py-snowballstemmer
-py-cuda-core py-nbstripout py-snuggs
-py-cuda-pathfinder py-nbval py-sobol-seq
-py-cudf py-nc-time-axis py-social-auth-core
-py-cufflinks py-ncbi-genome-download py-sonlib
-py-cuml py-ndg-httpsclient py-sortedcollections
-py-cupy py-ndindex py-sortedcontainers
-py-current py-neo py-soundfile
-py-currentscape py-neo4j py-soupsieve
-py-curryreader py-neobolt py-soyclustering
-py-curvlinops-for-pytorch py-neotime py-spacy
-py-custodian py-neovim-remote py-spacy-legacy
-py-custom-inherit py-neptune-client py-spacy-loggers
-py-cutadapt py-nest-asyncio py-spacy-models-en-core-web-sm
-py-cvxopt py-nestle py-spacy-models-en-vectors-web-lg
-py-cvxpy py-netaddr py-sparse
-py-cwl-upgrader py-netcdf4 py-spatialist
-py-cwl-utils py-netifaces py-spatialite
-py-cwltool py-netket py-spatialpandas
-py-cx-oracle py-netpyne py-spdlog
-py-cycler py-networkit py-spectra
-py-cykhash py-networkx py-spectral
-py-cylc-flow py-neuralgcm py-spectrum-utils
-py-cylc-rose py-neurokit2 py-speech-recognition
-py-cylp py-neurolab py-spefile
-py-cymem py-neurom py-spgl1
-py-cyordereddict py-neurora py-spglib
-py-cython py-neurotools py-spherical
-py-cython-bbox py-nexus-sdk py-sphericart
-py-cyvcf2 py-nexusforge py-sphericart-torch
-py-d2to1 py-nglview py-sphinx
-py-dace py-ngs-tools py-sphinx-argparse
-py-dacite py-nh3 py-sphinx-autodoc-typehints
-py-dadi py-nibabel py-sphinx-basic-ng
-py-dalib py-nilearn py-sphinx-book-theme
-py-damask py-nipype py-sphinx-bootstrap-theme
-py-darshan py-nitransforms py-sphinx-click
-py-dasbus py-niworkflows py-sphinx-copybutton
-py-dash py-nltk py-sphinx-design
-py-dash-bootstrap-components py-node-semver py-sphinx-fortran
-py-dash-svg py-nodeenv py-sphinx-gallery
-py-dask py-non-regression-test-tools py-sphinx-github-changelog
-py-dask-awkward py-nose py-sphinx-immaterial
-py-dask-expr py-nose-cov py-sphinx-jinja2-compat
-py-dask-glm py-nose2 py-sphinx-multiversion
-py-dask-histogram py-nosexcover py-sphinx-prompt
-py-dask-jobqueue py-notebook py-sphinx-removed-in
-py-dask-ml py-notebook-shim py-sphinx-rtd-dark-mode
-py-dask-mpi py-npe2 py-sphinx-rtd-theme
-py-dask-sphinx-theme py-nptyping py-sphinx-tabs
-py-databricks-cli py-npx py-sphinx-theme-builder
-py-dataclasses py-ntlm-auth py-sphinx-toolbox
-py-dataclasses-json py-ntplib py-sphinxautomodapi
-py-datacube py-nugraph py-sphinxcontrib-applehelp
-py-datalad py-nuitka py-sphinxcontrib-bibtex
-py-datalad-container py-num2words py-sphinxcontrib-devhelp
-py-datalad-deprecated py-numba py-sphinxcontrib-htmlhelp
-py-datalad-hirni py-numba4jax py-sphinxcontrib-issuetracker
-py-datalad-metadata-model py-numbagg py-sphinxcontrib-jquery
-py-datalad-metalad py-numcodecs py-sphinxcontrib-jsmath
-py-datalad-neuroimaging py-numdifftools py-sphinxcontrib-mermaid
-py-datalad-webapp py-numexpr py-sphinxcontrib-moderncmakedomain
-py-dataproperty py-numexpr3 py-sphinxcontrib-napoleon
-py-datasets py-numkit py-sphinxcontrib-plantuml
-py-datashader py-numl py-sphinxcontrib-programoutput
-py-datatrove py-numpy py-sphinxcontrib-qthelp
-py-dateparser py-numpy-groupies py-sphinxcontrib-serializinghtml
-py-dateutils py-numpy-indexed py-sphinxcontrib-spelling
-py-datrie py-numpy-quaternion py-sphinxcontrib-tikz
-py-dbf py-numpy-stl py-sphinxcontrib-trio
-py-dbfread py-numpydoc py-sphinxcontrib-websupport
-py-dcm2bids py-nvidia-dali py-sphinxemoji
-py-dcmstack py-nvidia-ml-py py-sphobjinv
-py-deap py-nvidia-ml-py3 py-spykeutils
-py-debtcollector py-nvidia-modulus py-spython
-py-debugpy py-nvidia-nvcomp py-sqlalchemy
-py-decorator py-nvidia-nvimagecodec py-sqlalchemy-migrate
-py-deepdiff py-nvidia-nvjpeg2k py-sqlalchemy-stubs
-py-deepecho py-nvidia-nvtiff py-sqlalchemy-utils
-py-deephyper py-nvidia-physicsnemo py-sqlitedict
-py-deepmerge py-nvitop py-sqlparse
-py-deepsig-biocomp py-nvtx py-srsly
-py-deepspeed py-oauth2client py-sseclient
-py-deeptools py-oauthlib py-sshtunnel
-py-deeptoolsintervals py-obspy py-sspilib
-py-defusedxml py-ocnn py-stack-data
-py-deisa py-odc-geo py-starfile
-py-deisa-core py-odfpy py-starlette
-py-deisa-dask py-ogb py-starlette-context
-py-demjson py-okada-wrapper py-starsessions
-py-dendropy py-olcf-velocity py-stashcp
-py-deprecat py-olefile py-statmorph
-py-deprecated py-olmoearth-pretrain-minimal py-statsmodels
-py-deprecation py-omegaconf py-stdlib-list
-py-deprecation-alias py-onnx py-stestr
-py-derivative py-onnx-opcounter py-stevedore
-py-descartes py-onnxconverter-common py-stomp-py
-py-devito py-onnxmltools py-stopit
-py-devlib py-onnxruntime py-storm
-py-dgl py-ont-fast5-api py-stratify
-py-dh-scikit-optimize py-opcodes py-strawberryfields
-py-diagnostic py-open-clip-torch py-streamlit
-py-dict2css py-openai py-stringzilla
-py-dictdiffer py-openai-whisper py-striprtf
-py-dictobj py-openapi-schema-pydantic py-stsci-distutils
-py-dill py-opencensus py-stui
-py-dinosaur py-opencensus-context py-submitit
-py-dipy py-opencv-python py-subrosa
-py-dirtyjson py-opendatalab py-subword-nmt
-py-disbatch py-openidc-client py-supermercado
-py-discover py-openmc py-superqt
-py-diskcache py-openmesh py-supervisor
-py-dist-meta py-openmim py-svgpath
-py-distance py-openpmd-validator py-svgpathtools
-py-distlib py-openpmd-viewer py-svgutils
-py-distributed py-openpyxl py-svgwrite
-py-distro py-openslide-python py-swagger-spec-validator
-py-django py-opentelemetry-api py-symengine
-py-dlcpar py-opentelemetry-exporter-prometheus py-symfit
-py-dm-haiku py-opentelemetry-instrumentation py-sympy
-py-dm-tree py-opentelemetry-sdk py-syned
-py-dnaio py-opentelemetry-semantic-conventions py-sysrsync
-py-dnspython py-opentree py-systemd-python
-py-docker py-opentuner py-tabledata
-py-dockerpy-creds py-opppy py-tables
-py-docket py-ops py-tabulate
-py-docopt py-opt-einsum py-tatsu
-py-docopt-ng py-optax py-tblib
-py-docstring-parser py-optree py-tbparse
-py-docstring-to-markdown py-optuna py-tcolorpy
-py-docutils py-or-tools py-tempita
-py-docutils-stubs py-oracledb py-templateflow
-py-dogpile-cache py-orbax-checkpoint py-tempora
-py-doit py-ordered-set py-tenacity
-py-dolfinx-mpc py-orderly-set py-tensorboard
-py-dom-toml py-orjson py-tensorboard-data-server
-py-domdf-python-tools py-os-service-types py-tensorboard-plugin-wit
-py-dominate py-oset py-tensorboardx
-py-donfig py-oslo-config py-tensorflow
-py-dotmap py-oslo-i18n py-tensorflow-datasets
-py-dotnetcore2 py-oslo-serialization py-tensorflow-estimator
-py-downhill py-oslo-utils py-tensorflow-hub
-py-doxypypy py-osqp py-tensorflow-metadata
-py-dpath py-outdated py-tensorflow-probability
-py-drep py-overpy py-tensorly
-py-drmaa py-overrides py-tensorstore
-py-dryscrape py-owlrl py-termcolor
-py-duecredit py-owslib py-termgraph
-py-dulwich py-oyaml py-terminado
-py-dunamai py-p2j py-terminaltables
-py-dvc py-pacifica-downloader py-tern
-py-dxchange py-pacifica-namespace py-tesorter
-py-dxfile py-pacifica-uploader py-testfixtures
-py-dynaconf py-packaging py-testinfra
-py-dynim py-pager py-testpath
-py-earth2mip py-paho-mqtt py-testrepository
-py-earthengine-api py-palettable py-testresources
-py-easybuild-easyblocks py-pamela py-testscenarios
-py-easybuild-easyconfigs py-panaroo py-testtools
-py-easybuild-framework py-pandas py-tetoolkit
-py-eccodes py-pandas-datareader py-text-unidecode
-py-ecdsa py-pandas-stubs py-textblob
-py-ecmwf-opendata py-pandera py-texttable
-py-ecmwflibs py-pandocfilters py-textual
-py-ecos py-panedr py-textual-fspicker
-py-edam-ontology py-panel py-textual-plotext
-py-edffile py-papermill py-textwrap3
-py-edfio py-paralleltask py-textx
-py-edflib-python py-param py-tf-keras
-py-editables py-parameterized py-tf2onnx
-py-editdistance py-paramiko py-tfdlpack
-py-edlib py-paramz py-theano
-py-eeglabio py-parasail py-thewalrus
-py-eerepr py-parmed py-thinc
-py-efel py-parse py-thop
-py-efficientnet-pytorch py-parse-type py-threadpoolctl
-py-eg py-parsedatetime py-throttler
-py-eigenpy py-parsimonious py-tidynamics
-py-einconv py-parsl py-tifffile
-py-einops py-parsley py-tiktoken
-py-elastic-transport py-parso py-tilelang
-py-elasticsearch py-partd py-timezonefinder
-py-elasticsearch-dsl py-particle py-timm
-py-elecsolver py-paste py-tinyarray
-py-elephant py-pastedeploy py-tinycss2
-py-elevation py-pastel py-tinydb
-py-ema-pytorch py-pastml py-tinyrecord
-py-email-validator py-patch py-tld
-py-embedding-reader py-patch-ng py-tldextract
-py-emcee py-path-py py-tmtools
-py-emoji py-pathlib-abc py-tokenize-rt
-py-empy py-pathlib2 py-tokenizers
-py-entrypoints py-pathml py-toml
-py-enum-tools py-pathos py-tomli
-py-envisage py-pathsimanalysis py-tomli-w
-py-ephem py-pathspec py-tomlkit
-py-eprosima-fastdds py-pathtools py-tomopy
-py-epydoc py-pathvalidate py-toolz
-py-equation py-pathy py-topiary-asr
-py-equinox py-patool py-toposort
-py-espresso py-patsy py-torch
-py-espressopp py-pauvre py-torch-c-dlpack-ext
-py-et-xmlfile py-pbr py-torch-cluster
-py-ete3 py-pdb-tools py-torch-fidelity
-py-etelemetry py-pdbfixer py-torch-geometric
-py-etils py-pdequinox py-torch-harmonics
-py-eval-type-backport py-pdf2image py-torch-nvidia-apex
-py-evaluate py-pdm-backend py-torch-scatter
-py-eventlet py-pdm-pep517 py-torch-sparse
-py-evodiff py-pdoc3 py-torch-spex
-py-ewah-bool-utils py-peachpy py-torch-spline-conv
-py-exarl py-peakutils py-torchaudio
-py-exceptiongroup py-pebble py-torchbenchmark
-py-execnet py-peft py-torchdata
-py-executing py-pelicanfs py-torchdiffeq
-py-exhale py-pem py-torchfile
-py-exifread py-pendulum py-torchgeo
-py-exodus-bundler py-pennylane py-torchmeta
-py-expandvars py-pennylane-lightning py-torchmetrics
-py-expecttest py-pennylane-lightning-kokkos py-torchseg
-py-exponax py-pep517 py-torchsummary
-py-extension-helpers py-pep8 py-torchtext
-py-extras py-pep8-naming py-torchtoolbox
-py-ez-setup py-perfdump py-torchvision
-py-f90nml py-performance py-tornado
-py-f90wrap py-periodictable py-tox
-py-fabric py-petastorm py-toyplot
-py-fabric3 py-petname py-toytree
-py-fair-esm py-petsc4py py-tpot
-py-fairscale py-pexpect py-tqdm
-py-faker py-pfzy py-traceback2
-py-fakeredis py-pgzip py-trafilatura
-py-falcon py-phanotate py-trainax
-py-fallocate py-phonenumbers py-traitlets
-py-fastai py-phonopy py-traits
-py-fastaindex py-photutils py-traitsui
-py-fastapi py-phydms py-traittypes
-py-fastapi-utils py-phylophlan py-trame
-py-fastavro py-pickle5 py-trame-client
-py-fastcache py-pickleshare py-trame-common
-py-fastcluster py-picmistandard py-trame-server
-py-fastcore py-picrust2 py-trame-vtk
-py-fastcov py-pid py-trame-vuetify
-py-fastdownload py-pika py-transformer-engine
-py-fastdtw py-pillow py-transformers
-py-fasteners py-pillow-simd py-transforms3d
-py-fastfold py-pint py-transonic
-py-fastjsonschema py-pint-xarray py-tree
-py-fastobo py-pip py-tree-math
-py-fastpath py-pipcl py-tree-sitter
-py-fastprogress py-pipdeptree py-tree-sitter-c
-py-fastremap py-piper py-treehash
-py-fastrlock py-pipits py-treelib
-py-fasttext-numpy2 py-pispino py-triangle
-py-fasttext-numpy2-wheel py-pivy py-trieregex
-py-faust-cchardet py-pkgconfig py-trimesh
-py-fava py-pkginfo py-triton
-py-fenics-basix py-pkgutil-resolve-name py-trl
-py-fenics-dijitso py-plac py-trojanzoo-sphinx-theme
-py-fenics-dolfinx py-plaid py-trove-classifiers
-py-fenics-ffc py-planar py-trx-python
-py-fenics-ffcx py-planet py-tuiview
-py-fenics-fiat py-planetary-computer py-tuspy
-py-fenics-instant py-platformdirs py-tuswsgi
-py-fenics-ufl py-plotext py-tweedledum
-py-fenics-ufl-legacy py-plotille py-twine
-py-ffmpy py-plotly py-twisted
-py-fief-client py-plotnine py-ty
-py-file-magic py-pluggy py-typed-ast
-py-filecheck py-plum-dispatch py-typeguard
-py-filelock py-ply py-typepy
-py-filemagic py-pmtiles py-typer
-py-filetype py-pmw py-types-dataclasses
-py-filterpy py-pmw-patched py-types-geopandas
-py-find-libpython py-pockets py-types-pkg-resources
-py-findlibs py-poetry py-types-psutil
-py-fiona py-poetry-core py-types-python-dateutil
-py-fire py-poetry-dynamic-versioning py-types-pytz
-py-fireworks py-poetry-plugin-export py-types-pyyaml
-py-fiscalyear py-poetry-plugin-tweak-dependencies-version py-types-requests
-py-fisher py-polars py-types-setuptools
-py-fits-tools py-pomegranate py-types-shapely
-py-fitsio py-pooch py-types-tqdm
-py-fitter py-portalocker py-types-typed-ast
-py-fixtures py-portend py-types-urllib3
-py-flake8 py-portpicker py-typesentry
-py-flake8-import-order py-postcactus py-typeshed-client
-py-flake8-polyfill py-poster py-typing-extensions
-py-flaky py-pot py-typing-inspect
-py-flameprof py-pox py-typing-inspection
-py-flash-attn py-poxy py-typish
-py-flask py-poyo py-tzdata
-py-flask-babel py-ppft py-tzlocal
-py-flask-compress py-pprintpp py-ubiquerg
-py-flask-cors py-pre-commit py-uc-micro-py
-py-flask-paginate py-prefect py-ucsf-pyem
-py-flask-restful py-preshed py-ucx-py
-py-flask-socketio py-pretrainedmodels py-uhi
-py-flask-sqlalchemy py-pretty-errors py-ujson
-py-flatbuffers py-prettytable py-ultralytics
-py-flatten-dict py-priority py-umalqurra
-py-flawfinder py-profilehooks py-umap-learn
-py-flax py-proglog py-umi-tools
-py-flexcache py-progress py-uncertainties
-py-flexmock py-progressbar2 py-uncertainty-toolbox
-py-flexparser py-progressbar33 py-unfoldnd
-py-flexx py-projectq py-unicycler
-py-flit py-prokaryote py-unidecode
-py-flit-core py-prometheus-client py-unittest2py3k
-py-flit-scm py-prometheus-flask-exporter py-universal-pathlib
-py-flox py-promise py-unshare
-py-flufl-lock py-prompt-toolkit py-unyt
-py-fluiddyn py-propcache py-update-checker
-py-fluidfft py-properscoring py-uproot
-py-fluidfft-builder py-proto-plus py-uproot3
-py-fluidfft-fftw py-protobuf py-uproot3-methods
-py-fluidfft-fftwmpi py-protoc-gen-swagger py-uqinn
-py-fluidfft-mpi-with-fftw py-prov py-uri-template
-py-fluidfft-p3dfft py-proxystore py-uritemplate
-py-fluidfft-pfft py-prwlock py-url-normalize
-py-fluidsim py-psalg py-urllib3
-py-fluidsim-core py-psana py-urllib3-secure-extra
-py-flye py-psij-python py-urwid
-py-fn-py py-psims py-us
-py-folium py-psmon py-userpath
-py-fonttools py-pspamm py-usgs
-py-ford py-psutil py-utils
-py-formatizer py-psyclone py-uv
-py-formulaic py-psycopg2 py-uv-build
-py-fortls py-psygnal py-uv-dynamic-versioning
-py-fortran-language-server py-ptyprocess py-uvicorn
-py-fortranformat py-pubchempy py-uvloop
-py-fparser py-pudb py-uvw
-py-fprettify py-pulp py-uwsgi
-py-fqdn py-pulsar-galaxy-lib py-uxarray
-py-fracridge py-pure-eval py-validate-pyproject
-py-fraction py-pure-sasl py-validators
-py-freetype-py py-puremagic py-vascpy
-py-freezegun py-py py-vcf-kit
-py-frozendict py-py-cpuinfo py-vcrpy
-py-frozenlist py-py-spy py-vcstool
-py-fs py-py-tes py-vcstools
-py-fsspec py-py2bit py-vcversioner
-py-fsspec-xrootd py-py2neo py-vector
-py-ftfy py-py4j py-vector-quantize-pytorch
-py-ftputil py-py6s py-vermin
-py-funcy py-pyabel py-vermouth-martinize
-py-furo py-pyaestro py-versioneer
-py-fury py-pyahocorasick py-versioneer-518
-py-fusepy py-pyamg py-versioningit
-py-future py-pyaml py-verspec
-py-fuzzywuzzy py-pyaml-env py-vesin
-py-fypp py-pyani py-vine
-py-galaxy-containers py-pyarrow py-virtualenv
-py-galaxy-job-metrics py-pyasn1 py-virtualenv-clone
-py-galaxy-objectstore py-pyasn1-modules py-virtualenvwrapper
-py-galaxy-sequence-utils py-pyassimp py-visdom
-py-galaxy-tool-util py-pyautogui py-vispy
-py-galaxy-util py-pybedtools py-vl-convert-python
-py-galaxy2cwl py-pybids py-voluptuous
-py-gast py-pybigwig py-vsc-base
-py-gcovr py-pybind11 py-vsc-install
-py-gcs-oauth2-boto-plugin py-pybind11-stubgen py-vsts
-py-gcsfs py-pybktree py-vsts-cd-manager
-py-gdc-client py-pybobyqa py-wadler-lindig
-py-gdown py-pybrain py-waitress
-py-gee-asset-manager py-pybtex py-walinuxagent
-py-geeadd py-pybtex-docutils py-wand
-py-geemap py-pybv py-wandb
-py-geeup py-pycairo py-warcio
-py-gemmforge py-pycares py-warlock
-py-gemmi py-pycbc py-wasabi
-py-genders py-pycgns py-watchdog
-py-geneimpacts py-pychecker py-watchfiles
-py-generateds py-pycifrw py-waterdynamics
-py-genshi py-pyclibrary py-waves
-py-gensim py-pycm py-wcsaxes
-py-geoalchemy2 py-pycmd py-wcwidth
-py-geocoder py-pycocotools py-webargs
-py-geocube py-pycodestyle py-webcolors
-py-geographiclib py-pycollada py-webdataset
-py-geojson py-pycompadre py-webdavclient3
-py-geomdl py-pyconify py-webencodings
-py-geopandas py-pycorenlp py-webkit-server
-py-geoplot py-pycortex py-weblogo
-py-geopmdpy py-pycosat py-webob
-py-geopmpy py-pycparser py-websocket-client
-py-geopy py-pycrypto py-websockets
-py-geoviews py-pycryptodome py-werkzeug
-py-gest-api py-pycryptodomex py-wesanderson
-py-gevent py-pyct py-wget
-py-gf256 py-pycubexr py-whatshap
-py-gfal2-python py-pycuda py-wheel
-py-gffutils py-pycurl py-whenever
-py-ghp-import py-pydantic py-whey
-py-gidgethub py-pydantic-compat py-whey-pth
-py-gidgetlab py-pydantic-core py-whichcraft
-py-gimmik py-pydantic-extra-types py-whoosh
-py-gin-config py-pydantic-settings py-widgetsnbextension
-py-git-review py-pydantic-tes py-wids
-py-gitdb py-pydap py-wigners
-py-gitpython py-pydata-sphinx-theme py-win-unicode-console
-py-glean-parser py-pydatalog py-wincertstore
-py-glean-sdk py-pydeface py-word2number
-py-glmnet py-pydeprecate py-wordcloud
-py-glmnet-python py-pydeps py-workload-automation
-py-glmsingle py-pydevtool py-wradlib
-py-glob2 py-pydftracer py-wrapt
-py-globus-cli py-pydicom py-wsproto
-py-globus-sdk py-pydispatcher py-wstool
-py-gluoncv py-pydmd py-wub
-py-glymur py-pydocstyle py-wurlitzer
-py-gmsh py-pydoe py-ww
-py-gmsh-interop py-pydoe2 py-wxflow
-py-gmxapi py-pydot py-wxmplot
-py-gnuplot py-pydot2 py-wxpython
-py-goatools py-pydotplus py-x-clip
-py-gooey py-pydub py-x21
-py-google py-pyeda py-xanadu-cloud-client
-py-google-api-core py-pyedr py-xarray
-py-google-api-python-client py-pyee py-xarray-regrid
-py-google-apitools py-pyelftools py-xarray-tensorstore
-py-google-auth py-pyem py-xattr
-py-google-auth-httplib2 py-pyenchant py-xcdat
-py-google-auth-oauthlib py-pyepsg py-xdot
-py-google-cloud-appengine-logging py-pyerfa py-xenv
-py-google-cloud-audit-log py-pyeventsystem py-xesmf
-py-google-cloud-batch py-pyface py-xgboost
-py-google-cloud-bigquery py-pyfaidx py-xgcm
-py-google-cloud-core py-pyfasta py-xhistogram
-py-google-cloud-logging py-pyfastaq py-xlrd
-py-google-cloud-storage py-pyfftw py-xlsxwriter
-py-google-crc32c py-pyfiglet py-xlwt
-py-google-pasta py-pyfits py-xmlplain
-py-google-reauth py-pyfive py-xmlrunner
-py-google-resumable-media py-pyflakes py-xmltodict
-py-googleapis-common-protos py-pyfr py-xonsh
-py-googledrivedownloader py-pygame py-xopen
-py-gosam py-pygdal py-xpyb
-py-gpaw py-pygdbmi py-xskillscore
-py-gpaw-data py-pygelf py-xtb
-py-gpustat py-pygeos py-xvfbwrapper
-py-gputil py-pygetwindow py-xxhash
-py-gpy py-pygit2 py-xyzservices
-py-gpyopt py-pygithub py-yacman
-py-gpytorch py-pyglet py-yacs
-py-gql py-pygments py-yahmm
-py-gradio py-pygments-pytest py-yajl
-py-gradio-client py-pygmsh py-yamlreader
-py-grandalf py-pygmt py-yapf
-py-graphcast py-pygobject py-yarl
-py-grapheme py-pygps py-yaspin
-py-graphene py-pygpu py-yolk3k
-py-graphlib-backport py-pygraphviz py-your
-py-graphql-core py-pygresql py-youtube-dl
-py-graphql-relay py-pygrib py-yq
-py-graphql-ws py-pygtrie py-yt
-py-graphviz py-pyh5md py-yt-dlp
-py-gravity py-pyhdf py-yt-dlp-ejs
-py-grayskull py-pyheadtail py-yte
-py-greenlet py-pyhmmer py-ytopt
-py-grequests py-pyhull py-ytopt-autotune
-py-griddataformats py-pyicu py-z3-solver
-py-griffe py-pyinstrument py-zarr
-py-gromacswrapper py-pyinstrument-cext py-zc-buildout
-py-grpc-google-iam-v1 py-pyisemail py-zc-lockfile
-py-grpcio py-pyjnius py-zensical
-py-grpcio-status py-pyjwt py-zfit
-py-grpcio-tools py-pyke py-zfit-interface
-py-gsd py-pykerberos py-zfit-physics
-py-gssapi py-pykml py-zict
-py-gsutil py-pykokkos-base py-zipfile-deflate64
-py-gtdbtk py-pykwalify py-zipp
-py-gunicorn py-pylab-sdk py-zipstream-new
-py-gxformat2 py-pylatex py-zope-event
-py-gym py-pyld py-zope-interface
-py-h11 py-pylev py-zstandard
-py-h2 py-pylibjpeg-libjpeg py-zxcvbn
-py-h3 py-pylibjpeg-openjpeg
-py-h5glance py-pylibjpeg-rle
-==> 3019 packages
+py-3to2 py-mysql-connector-python
+py-4suite-xml py-mysqlclient
+py-a2wsgi py-myst-parser
+py-abcpy py-namex
+py-abipy py-nanobind
+py-about-time py-nanoget
+py-absl-py py-nanomath
+py-accelerate py-nanoplot
+py-accessible-pygments py-nanostat
+py-accimage py-nanotime
+py-acme-tiny py-nanotron
+py-acres py-napari
+py-adal py-napari-console
+py-adb-enhanced py-napari-plugin-engine
+py-addict py-napari-plugin-manager
+py-adios py-napari-svg
+py-adios4dolfinx py-nara-wpe
+py-advancedhtmlparser py-narwhals
+py-aenum py-natsort
+py-affine py-nbclassic
+py-agate py-nbclient
+py-agate-dbf py-nbconvert
+py-agate-excel py-nbdime
+py-agate-sql py-nbformat
+py-ahpy py-nbmake
+py-aiobotocore py-nbqa
+py-aiocontextvars py-nbsphinx
+py-aiodns py-nbstripout
+py-aiofiles py-nbval
+py-aiohappyeyeballs py-nc-time-axis
+py-aiohttp py-ncbi-genome-download
+py-aiohttp-cors py-ndg-httpsclient
+py-aioitertools py-ndindex
+py-aiojobs py-neo
+py-aioredis py-neo4j
+py-aiosignal py-neobolt
+py-aiosqlite py-neotime
+py-aiowebdav2 py-neovim-remote
+py-alabaster py-neptune-client
+py-albucore py-nest-asyncio
+py-alembic py-nestle
+py-alive-progress py-netaddr
+py-alpaca-eval py-netcdf4
+py-alpaca-farm py-netifaces
+py-alphafold py-netket
+py-altair py-netpyne
+py-altgraph py-networkit
+py-amici py-networkx
+py-amityping py-neuralgcm
+py-amplpy py-neurokit2
+py-ampltools py-neurolab
+py-amqp py-neurom
+py-amrex py-neurora
+py-angel py-neurotools
+py-aniso8601 py-nexus-sdk
+py-anndata py-nexusforge
+py-annexremote py-nglview
+py-annotated-types py-ngs-tools
+py-annoy py-nh3
+py-ansi2html py-nibabel
+py-ansible py-nilearn
+py-ansimarkup py-nipype
+py-ansiwrap py-nitransforms
+py-antimeridian py-niworkflows
+py-antipickle py-nltk
+py-antlr4-python3-runtime py-node-semver
+py-antspyx py-nodeenv
+py-anuga py-non-regression-test-tools
+py-anvio py-nose
+py-anybadge py-nose-cov
+py-anyio py-nose2
+py-anytree py-nosexcover
+py-anywidget py-notebook
+py-apache-libcloud py-notebook-shim
+py-apache-tvm-ffi py-npe2
+py-apebench py-nptyping
+py-apex py-npx
+py-apeye py-ntlm-auth
+py-apeye-core py-ntplib
+py-apipkg py-nugraph
+py-apispec py-nuitka
+py-app-model py-num2words
+py-appdirs py-numba
+py-applicationinsights py-numba4jax
+py-appnope py-numbagg
+py-apprise py-numcodecs
+py-apptools py-numdifftools
+py-apscheduler py-numexpr
+py-arcgis py-numexpr3
+py-arch py-numkit
+py-archspec py-numl
+py-arcp py-numpy
+py-argcomplete py-numpy-groupies
+py-argh py-numpy-indexed
+py-argon2-cffi py-numpy-quaternion
+py-argon2-cffi-bindings py-numpy-stl
+py-argparse-dataclass py-numpydoc
+py-argparse-manpage py-nvidia-dali
+py-args py-nvidia-ml-py
+py-arkouda py-nvidia-ml-py3
+py-arm-pyart py-nvidia-modulus
+py-arpeggio py-nvidia-nvcomp
+py-arrow py-nvidia-nvimagecodec
+py-art py-nvidia-nvjpeg2k
+py-arviz py-nvidia-nvtiff
+py-asciitree py-nvidia-physicsnemo
+py-asdf py-nvitop
+py-asdf-astropy py-nvtx
+py-asdf-coordinates-schemas py-oauth2client
+py-asdf-standard py-oauthlib
+py-asdf-transform-schemas py-obspy
+py-asdf-unit-schemas py-ocnn
+py-asdfghjkl py-odc-geo
+py-ase py-odfpy
+py-asgi-lifespan py-ogb
+py-asgiref py-okada-wrapper
+py-asn1crypto py-olcf-velocity
+py-aspy-yaml py-olefile
+py-asserts py-olmoearth-pretrain-minimal
+py-ast-serialize py-omegaconf
+py-asteval py-onnx
+py-astor py-onnx-opcounter
+py-astpretty py-onnxconverter-common
+py-astroid py-onnxmltools
+py-astropy py-onnxruntime
+py-astropy-healpix py-ont-fast5-api
+py-astropy-helpers py-opcodes
+py-astropy-iers-data py-open-clip-torch
+py-asttokens py-openai
+py-astunparse py-openai-whisper
+py-async-generator py-openapi-schema-pydantic
+py-async-lru py-opencensus
+py-async-timeout py-opencensus-context
+py-asyncio py-opencv-python
+py-asyncpg py-opendatalab
+py-asynctest py-openidc-client
+py-atomicwrites py-openmc
+py-atpublic py-openmesh
+py-atropos py-openmim
+py-ats py-openpmd-validator
+py-attmap py-openpmd-viewer
+py-attrs py-openpyxl
+py-audioread py-openslide-python
+py-auditwheel py-opentelemetry-api
+py-authlib py-opentelemetry-exporter-prometheus
+py-autocfg py-opentelemetry-instrumentation
+py-autodocsumm py-opentelemetry-sdk
+py-autograd py-opentelemetry-semantic-conventions
+py-autograd-gamma py-opentree
+py-automat py-opentuner
+py-autopep8 py-opppy
+py-autoray py-ops
+py-autoreject py-opt-einsum
+py-auxlib py-optax
+py-avro py-optree
+py-avro-json-serializer py-optuna
+py-avro-python3 py-or-tools
+py-awesome-slugify py-oracledb
+py-awkward py-orbax-checkpoint
+py-awkward-cpp py-ordered-set
+py-awkward0 py-orderly-set
+py-awscrt py-orjson
+py-ax-platform py-ormsgpack
+py-azote py-os-service-types
+py-azure-batch py-oset
+py-azure-cli-command-modules-nspkg py-oslo-config
+py-azure-cli-core py-oslo-i18n
+py-azure-cli-nspkg py-oslo-serialization
+py-azure-cli-telemetry py-oslo-utils
+py-azure-common py-osqp
+py-azure-core py-outdated
+py-azure-cosmos py-overpy
+py-azure-datalake-store py-overrides
+py-azure-functions-devops-build py-owlrl
+py-azure-graphrbac py-owslib
+py-azure-identity py-oyaml
+py-azure-keyvault py-p2j
+py-azure-keyvault-certificates py-pacifica-downloader
+py-azure-keyvault-keys py-pacifica-namespace
+py-azure-keyvault-nspkg py-pacifica-uploader
+py-azure-keyvault-secrets py-packaging
+py-azure-loganalytics py-pager
+py-azure-mgmt-advisor py-paho-mqtt
+py-azure-mgmt-apimanagement py-palettable
+py-azure-mgmt-appconfiguration py-pamela
+py-azure-mgmt-applicationinsights py-panaroo
+py-azure-mgmt-authorization py-pandas
+py-azure-mgmt-batch py-pandas-datareader
+py-azure-mgmt-batchai py-pandas-stubs
+py-azure-mgmt-billing py-pandera
+py-azure-mgmt-botservice py-pandocfilters
+py-azure-mgmt-cdn py-panedr
+py-azure-mgmt-cognitiveservices py-panel
+py-azure-mgmt-compute py-papermill
+py-azure-mgmt-consumption py-paralleltask
+py-azure-mgmt-containerinstance py-param
+py-azure-mgmt-containerregistry py-parameterized
+py-azure-mgmt-containerservice py-paramiko
+py-azure-mgmt-core py-paramz
+py-azure-mgmt-cosmosdb py-parasail
+py-azure-mgmt-datalake-analytics py-parmed
+py-azure-mgmt-datalake-store py-parse
+py-azure-mgmt-datamigration py-parse-type
+py-azure-mgmt-deploymentmanager py-parsedatetime
+py-azure-mgmt-devtestlabs py-parsimonious
+py-azure-mgmt-dns py-parsl
+py-azure-mgmt-eventgrid py-parsley
+py-azure-mgmt-eventhub py-parso
+py-azure-mgmt-hdinsight py-partd
+py-azure-mgmt-imagebuilder py-particle
+py-azure-mgmt-iotcentral py-paste
+py-azure-mgmt-iothub py-pastedeploy
+py-azure-mgmt-iothubprovisioningservices py-pastel
+py-azure-mgmt-keyvault py-pastml
+py-azure-mgmt-kusto py-patch
+py-azure-mgmt-loganalytics py-patch-ng
+py-azure-mgmt-managedservices py-path-py
+py-azure-mgmt-managementgroups py-pathlib-abc
+py-azure-mgmt-maps py-pathlib2
+py-azure-mgmt-marketplaceordering py-pathml
+py-azure-mgmt-media py-pathos
+py-azure-mgmt-monitor py-pathsimanalysis
+py-azure-mgmt-msi py-pathspec
+py-azure-mgmt-netapp py-pathtools
+py-azure-mgmt-network py-pathvalidate
+py-azure-mgmt-nspkg py-pathy
+py-azure-mgmt-policyinsights py-patool
+py-azure-mgmt-privatedns py-patsy
+py-azure-mgmt-rdbms py-pauvre
+py-azure-mgmt-recoveryservices py-pbr
+py-azure-mgmt-recoveryservicesbackup py-pdb-tools
+py-azure-mgmt-redhatopenshift py-pdbfixer
+py-azure-mgmt-redis py-pdequinox
+py-azure-mgmt-relay py-pdf2image
+py-azure-mgmt-reservations py-pdm-backend
+py-azure-mgmt-resource py-pdm-pep517
+py-azure-mgmt-search py-pdoc3
+py-azure-mgmt-security py-peachpy
+py-azure-mgmt-servicebus py-peakutils
+py-azure-mgmt-servicefabric py-pebble
+py-azure-mgmt-signalr py-peft
+py-azure-mgmt-sql py-pelicanfs
+py-azure-mgmt-sqlvirtualmachine py-pem
+py-azure-mgmt-storage py-pendulum
+py-azure-mgmt-trafficmanager py-pennylane
+py-azure-mgmt-web py-pennylane-lightning
+py-azure-multiapi-storage py-pennylane-lightning-kokkos
+py-azure-nspkg py-pep517
+py-azure-storage-blob py-pep8
+py-azure-storage-common py-pep8-naming
+py-azure-storage-nspkg py-perfdump
+py-b2luigi py-performance
+py-babel py-periodictable
+py-backcall py-petastorm
+py-backoff py-petname
+py-backpack-for-pytorch py-petsc4py
+py-backports-abc py-pexpect
+py-backports-cached-property py-pfzy
+py-backports-entry-points-selectable py-pgzip
+py-backports-lzma py-phanotate
+py-backports-os py-phonenumbers
+py-backports-ssl-match-hostname py-phonopy
+py-backports-tarfile py-photutils
+py-backports-tempfile py-phydms
+py-backports-weakref py-phylophlan
+py-backports-zoneinfo py-pickle5
+py-bagit py-pickleshare
+py-bagit-profile py-picmistandard
+py-bakta py-picrust2
+py-bandit py-pid
+py-barectf py-pika
+py-basemap py-pillow
+py-bash-kernel py-pillow-simd
+py-basis-set-exchange py-pint
+py-batchspawner py-pint-xarray
+py-bayesian-optimization py-pip
+py-bcbio-gff py-pipcl
+py-bcolz py-pipdeptree
+py-bcrypt py-piper
+py-bdbag py-pipits
+py-beaker py-pispino
+py-beancount py-pivy
+py-beartype py-pkgconfig
+py-beautifulsoup4 py-pkginfo
+py-beniget py-pkgutil-resolve-name
+py-bibtexparser py-plac
+py-bidict py-plaid
+py-bids-validator py-planar
+py-bids-validator-deno py-planet
+py-bidscoin py-planetary-computer
+py-bidskit py-platformdirs
+py-bidsschematools py-plotext
+py-bigdft py-plotille
+py-bigfloat py-plotly
+py-billiard py-plotnine
+py-binary py-pluggy
+py-binaryornot py-plum-dispatch
+py-bintrees py-ply
+py-binwalk py-pmtiles
+py-biobb-common py-pmw
+py-biobb-gromacs py-pmw-patched
+py-biobb-io py-pockets
+py-biobb-model py-poetry
+py-biobb-structure-checking py-poetry-core
+py-biobb-structure-utils py-poetry-dynamic-versioning
+py-bioblend py-poetry-plugin-export
+py-biom-format py-poetry-plugin-tweak-dependencies-version
+py-biomine py-polars
+py-biopandas py-pomegranate
+py-biopython py-pooch
+py-biosppy py-portalocker
+py-biotite py-portend
+py-biotraj py-portpicker
+py-bitarray py-postcactus
+py-bitshuffle py-poster
+py-bitstring py-pot
+py-bitstruct py-pox
+py-black py-poxy
+py-blake3 py-poyo
+py-bleach py-ppft
+py-blessed py-pprintpp
+py-blessings py-pre-commit
+py-blight py-prefect
+py-blinker py-preshed
+py-blis py-pretrainedmodels
+py-blosc py-pretty-errors
+py-blosc2 py-prettytable
+py-blosum py-priority
+py-bluepyefe py-profilehooks
+py-bluepyemodel py-proglog
+py-bluepyopt py-progress
+py-bmap-tools py-progressbar2
+py-bmtk py-progressbar33
+py-bokeh py-projectq
+py-boltons py-prokaryote
+py-boom-boot-manager py-prometheus-client
+py-boost-histogram py-prometheus-flask-exporter
+py-boto py-promise
+py-boto3 py-prompt-toolkit
+py-botocore py-propcache
+py-botorch py-properscoring
+py-bottle py-proto-plus
+py-bottleneck py-protobuf
+py-bqplot py-protoc-gen-swagger
+py-braceexpand py-prov
+py-brain-indexer py-proxystore
+py-branca py-prwlock
+py-bravado py-psalg
+py-bravado-core py-psana
+py-breakseq2 py-psij-python
+py-breathe py-psims
+py-brian py-psmon
+py-brian2 py-pspamm
+py-brotli py-psutil
+py-brotlipy py-psyclone
+py-bsddb3 py-psycopg2
+py-build py-psygnal
+py-bx-python py-ptyprocess
+py-cachecontrol py-pubchempy
+py-cached-property py-pudb
+py-cachetools py-pulp
+py-cachey py-pulsar-galaxy-lib
+py-cachy py-pure-eval
+py-cairocffi py-pure-sasl
+py-cairosvg py-puremagic
+py-caliper-reader py-py
+py-callmonitor py-py-cpuinfo
+py-calver py-py-spy
+py-cantoolz py-py-tes
+py-carputils py-py2bit
+py-cartopy py-py2neo
+py-casadi py-py4j
+py-catalogue py-py6s
+py-catkin-pkg py-pyabel
+py-cattrs py-pyaestro
+py-cbor2 py-pyahocorasick
+py-cclib py-pyamg
+py-cdo py-pyaml
+py-cdsapi py-pyaml-env
+py-cekit py-pyani
+py-celery py-pyarrow
+py-cellprofiler py-pyasn1
+py-cellprofiler-core py-pyasn1-modules
+py-centrosome py-pyassimp
+py-cerberus py-pyautogui
+py-certifi py-pybedtools
+py-certipy py-pybids
+py-cf-units py-pybigwig
+py-cf-xarray py-pybind11
+py-cffconvert py-pybind11-stubgen
+py-cffi py-pybktree
+py-cfgrib py-pybobyqa
+py-cfgv py-pybrain
+py-cftime py-pybtex
+py-cgen py-pybtex-docutils
+py-chai py-pybv
+py-chai-lab py-pycairo
+py-chainer py-pycares
+py-chainforgecodegen py-pycbc
+py-chainmap py-pycgns
+py-chalice py-pychecker
+py-chardet py-pycifrw
+py-charm4py py-pyclibrary
+py-charset-normalizer py-pycm
+py-chart-studio py-pycmd
+py-cheap-repr py-pycocotools
+py-checkm-genome py-pycodestyle
+py-cheetah3 py-pycollada
+py-chemfiles py-pycompadre
+py-chemiscope py-pyconify
+py-cheroot py-pycorenlp
+py-cherrypy py-pycortex
+py-chex py-pycosat
+py-choreographer py-pycparser
+py-chronyk py-pycrypto
+py-ci-info py-pycryptodome
+py-ci-sdr py-pycryptodomex
+py-cig-pythia py-pyct
+py-cinema-lib py-pycubexr
+py-cinemasci py-pycuda
+py-circus py-pycurl
+py-citeproc-py py-pydantic
+py-clarabel py-pydantic-compat
+py-clean-text py-pydantic-core
+py-cleo py-pydantic-extra-types
+py-click py-pydantic-settings
+py-click-didyoumean py-pydantic-tes
+py-click-option-group py-pydap
+py-click-plugins py-pydata-sphinx-theme
+py-click-repl py-pydatalog
+py-cligj py-pydeface
+py-clikit py-pydeprecate
+py-climate py-pydeps
+py-climax py-pydevtool
+py-clint py-pydftracer
+py-clip-anytorch py-pydicom
+py-clipboard py-pydispatcher
+py-cloudauthz py-pydmd
+py-cloudbridge py-pydocstyle
+py-cloudpathlib py-pydoe
+py-cloudpickle py-pydoe2
+py-clustershell py-pydot
+py-cma py-pydot2
+py-cmaes py-pydotplus
+py-cmake-format py-pydub
+py-cmake-parser py-pyeda
+py-cmocean py-pyedr
+py-cmseq py-pyee
+py-cmsml py-pyelftools
+py-cmyt py-pyem
+py-coapthon3 py-pyenchant
+py-coca-pytorch py-pyepsg
+py-coclust py-pyerfa
+py-codebasin py-pyeventsystem
+py-codecarbon py-pyevtk
+py-codechecker py-pyface
+py-codepy py-pyfaidx
+py-codespell py-pyfasta
+py-coherent-licensed py-pyfastaq
+py-coilmq py-pyfftw
+py-colabtools py-pyfiglet
+py-colorama py-pyfits
+py-colorcet py-pyfive
+py-colorclass py-pyflakes
+py-colored py-pyfr
+py-colored-traceback py-pygame
+py-coloredlogs py-pygdal
+py-colorful py-pygdbmi
+py-colorio py-pygelf
+py-colorlog py-pygeos
+py-colorlover py-pygetwindow
+py-colormath py-pygit2
+py-colorpy py-pygithub
+py-colorspacious py-pyglet
+py-colossalai py-pygments
+py-colour py-pygments-pytest
+py-comm py-pygmsh
+py-common py-pygmt
+py-commonmark py-pygobject
+py-conan py-pygps
+py-conda-inject py-pygpu
+py-conda-souschef py-pygraphviz
+py-confection py-pygresql
+py-configargparse py-pygrib
+py-configobj py-pygtrie
+py-configparser py-pyh5md
+py-configspace py-pyhdf
+py-confluent-kafka py-pyheadtail
+py-connectionpool py-pyhmmer
+py-consolekit py-pyhull
+py-constantly py-pyicu
+py-contextily py-pyinstrument
+py-contextlib2 py-pyinstrument-cext
+py-contexttimer py-pyisemail
+py-continuum py-pyjnius
+py-contourpy py-pyjwt
+py-contrib py-pyke
+py-control py-pykerberos
+py-convertdate py-pykml
+py-convokit py-pykokkos-base
+py-cookiecutter py-pykwalify
+py-coolname py-pylab-sdk
+py-copulas py-pylatex
+py-corner py-pyld
+py-correctionlib py-pylev
+py-corrfunc py-pylibjpeg-libjpeg
+py-counter py-pylibjpeg-openjpeg
+py-courlan py-pylibjpeg-rle
+py-cov-core py-pylibmagic
+py-coverage py-pylikwid
+py-coveralls py-pylint
+py-cppheaderparser py-pylint-gitlab
+py-cppy py-pylith
+py-cramjam py-pylops
+py-crashtest py-pymatgen
+py-crc32c py-pymatreader
+py-crcmod py-pymbolic
+py-croniter py-pymc3
+py-crossmap py-pymdown-extensions
+py-cryolobm py-pymeeus
+py-cryptography py-pyminifier
+py-css-parser py-pymol
+py-cssselect py-pymongo
+py-cssselect2 py-pymoo
+py-cssutils py-pymorph
+py-csvkit py-pympler
+py-ctgan py-pymsgbox
+py-cuda-bindings py-pymummer
+py-cuda-core py-pymumps
+py-cuda-pathfinder py-pymupdf
+py-cudf py-pymupdf-fonts
+py-cufflinks py-pymysql
+py-cuml py-pynacl
+py-cupy py-pynio
+py-current py-pynisher
+py-currentscape py-pynn
+py-curryreader py-pynndescent
+py-curvlinops-for-pytorch py-pynpm
+py-custodian py-pynrrd
+py-custom-inherit py-pynucleus
+py-cutadapt py-pynumpress
+py-cvxopt py-pynvim
+py-cvxpy py-pynvml
+py-cwl-upgrader py-pynvtx
+py-cwl-utils py-pyodbc
+py-cwltool py-pyogrio
+py-cx-oracle py-pyomo
+py-cycler py-pyopencl
+py-cykhash py-pyopengl
+py-cylc-flow py-pyopenssl
+py-cylc-rose py-pypar
+py-cylp py-pyparsing
+py-cymem py-pypdf
+py-cyordereddict py-pypdf2
+py-cython py-pypeflow
+py-cython-bbox py-pypeg2
+py-cyvcf2 py-pyperclip
+py-d2to1 py-pyperf
+py-dace py-pypinfo
+py-dacite py-pypinyin
+py-dadi py-pypistats
+py-dalib py-pypng
+py-damask py-pyppeteer
+py-darshan py-pyprecice
+py-dasbus py-pyprof2html
+py-dash py-pyproj
+py-dash-bootstrap-components py-pyproject-hooks
+py-dash-svg py-pyproject-metadata
+py-dask py-pyproject-parser
+py-dask-awkward py-pypulse
+py-dask-expr py-pyqi
+py-dask-glm py-pyqt-builder
+py-dask-histogram py-pyqt4
+py-dask-jobqueue py-pyqt5
+py-dask-ml py-pyqt5-sip
+py-dask-mpi py-pyqt6
+py-dask-sphinx-theme py-pyqt6-sip
+py-databricks-cli py-pyqtgraph
+py-dataclasses py-pyquaternion
+py-dataclasses-json py-pyreadline
+py-datacube py-pyrect
+py-datalad py-pyrevolve
+py-datalad-container py-pyrfr
+py-datalad-deprecated py-pyro-api
+py-datalad-hirni py-pyro-ppl
+py-datalad-metadata-model py-pyro4
+py-datalad-metalad py-pyroaring
+py-datalad-neuroimaging py-pyrocko
+py-datalad-webapp py-pyrodigal
+py-dataproperty py-pyrodigal-gv
+py-datasets py-pyrometheus
+py-datashader py-pyrr
+py-datatrove py-pyrsistent
+py-dateparser py-pysam
+py-dateutils py-pyscaf
+py-datrie py-pyscf
+py-dbf py-pyscipopt
+py-dbfread py-pyscreeze
+py-dcm2bids py-pyseer
+py-dcmstack py-pyserial
+py-deap py-pysftp
+py-debtcollector py-pyshacl
+py-debugpy py-pyshp
+py-decorator py-pyside2
+py-deepdiff py-pysimdjson
+py-deepecho py-pysindy
+py-deephyper py-pysmartdl
+py-deepmerge py-pysmiles
+py-deepsig-biocomp py-pysocks
+py-deepspeed py-pysolar
+py-deeptools py-pyspark
+py-deeptoolsintervals py-pyspellchecker
+py-defusedxml py-pyspice
+py-deisa py-pyspnego
+py-deisa-core py-pyspoa
+py-deisa-dask py-pyspod
+py-demjson py-pysqlite3
+py-dendropy py-pystac
+py-deprecat py-pystac-client
+py-deprecated py-pystache
+py-deprecation py-pystan
+py-deprecation-alias py-pysurfer
+py-derivative py-pytablewriter
+py-descartes py-pytailf
+py-devito py-pytaridx
+py-devlib py-pytecplot
+py-dgl py-pyteomics
+py-dh-scikit-optimize py-pytesseract
+py-diagnostic py-pytest
+py-dict2css py-pytest-aiohttp
+py-dictdiffer py-pytest-allclose
+py-dictobj py-pytest-arraydiff
+py-dill py-pytest-astropy
+py-dinosaur py-pytest-astropy-header
+py-dipy py-pytest-asyncio
+py-dirtyjson py-pytest-benchmark
+py-disbatch py-pytest-cache
+py-discover py-pytest-check-links
+py-diskcache py-pytest-cmake
+py-dist-meta py-pytest-cov
+py-distance py-pytest-cpp
+py-distlib py-pytest-datadir
+py-distributed py-pytest-doctestplus
+py-distro py-pytest-fail-slow
+py-django py-pytest-filter-subpackage
+py-dlcpar py-pytest-flake8
+py-dm-haiku py-pytest-flakes
+py-dm-tree py-pytest-forked
+py-dnaio py-pytest-html
+py-dnspython py-pytest-httpbin
+py-docker py-pytest-isort
+py-dockerpy-creds py-pytest-lazy-fixture
+py-docket py-pytest-memray
+py-docopt py-pytest-metadata
+py-docopt-ng py-pytest-mock
+py-docstring-parser py-pytest-mpi
+py-docstring-to-markdown py-pytest-mypy
+py-docutils py-pytest-openfiles
+py-docutils-stubs py-pytest-parallel
+py-dogpile-cache py-pytest-pep8
+py-doit py-pytest-pylint
+py-dolfinx-mpc py-pytest-qt
+py-dom-toml py-pytest-random-order
+py-domdf-python-tools py-pytest-regtest
+py-dominate py-pytest-remotedata
+py-donfig py-pytest-reportlog
+py-dotmap py-pytest-retry
+py-dotnetcore2 py-pytest-runner
+py-downhill py-pytest-socket
+py-doxypypy py-pytest-subprocess
+py-dpath py-pytest-timeout
+py-drep py-pytest-workflow
+py-drmaa py-pytest-xdist
+py-dryscrape py-python-benedict
+py-duecredit py-python-bioformats
+py-dulwich py-python-box
+py-dunamai py-python-calamine
+py-dvc py-python-certifi-win32
+py-dxchange py-python-constraint
+py-dxfile py-python-crfsuite
+py-dynaconf py-python-daemon
+py-dynim py-python-dateutil
+py-earth2mip py-python-deprecated
+py-earthengine-api py-python-discovery
+py-easybuild-easyblocks py-python-docs-theme
+py-easybuild-easyconfigs py-python-docx
+py-easybuild-framework py-python-dotenv
+py-eccodes py-python-editor
+py-ecdsa py-python-engineio
+py-ecmwf-opendata py-python-fmask
+py-ecmwflibs py-python-fsutil
+py-ecos py-python-gitlab
+py-edam-ontology py-python-hostlist
+py-edffile py-python-igraph
+py-edfio py-python-javabridge
+py-edflib-python py-python-jenkins
+py-editables py-python-jose
+py-editdistance py-python-json-logger
+py-edlib py-python-keystoneclient
+py-eeglabio py-python-ldap
+py-eerepr py-python-levenshtein
+py-efel py-python-libsbml
+py-efficientnet-pytorch py-python-logstash
+py-eg py-python-louvain
+py-eigenpy py-python-lsp-jsonrpc
+py-einconv py-python-lsp-ruff
+py-einops py-python-lsp-server
+py-elastic-transport py-python-lzo
+py-elasticsearch py-python-magic
+py-elasticsearch-dsl py-python-mapnik
+py-elecsolver py-python-markdown-math
+py-elephant py-python-memcached
+py-elevation py-python-multipart
+py-ema-pytorch py-python-mumps
+py-email-validator py-python-oauth2
+py-embedding-reader py-python-picard
+py-emcee py-python-pptx
+py-emoji py-python-ptrace
+py-empy py-python-rapidjson
+py-entrypoints py-python-slugify
+py-enum-tools py-python-socketio
+py-envisage py-python-sotools
+py-ephem py-python-subunit
+py-eprosima-fastdds py-python-swiftclient
+py-epydoc py-python-utils
+py-equation py-python-xlib
+py-equinox py-python-xmp-toolkit
+py-espresso py-python3-openid
+py-espressopp py-python3-xlib
+py-et-xmlfile py-pythonqwt
+py-ete3 py-pythonsollya
+py-etelemetry py-pythran
+py-etils py-pytimeparse
+py-eval-type-backport py-pytng
+py-evaluate py-pytokens
+py-eventlet py-pytoml
+py-evodiff py-pytools
+py-ewah-bool-utils py-pytorch-gradual-warmup-lr
+py-exarl py-pytorch-lightning
+py-exceptiongroup py-pytorch-sphinx-theme
+py-execnet py-pytorch-warmup
+py-executing py-pyts
+py-exhale py-pytuq
+py-exifread py-pytweening
+py-exodus-bundler py-pytz
+py-expandvars py-pyu2f
+py-expecttest py-pyudev
+py-exponax py-pyugrid
+py-extension-helpers py-pyupgrade
+py-extras py-pyusb
+py-ez-setup py-pyutilib
+py-f90nml py-pyuwsgi
+py-f90wrap py-pyvcf
+py-fabric py-pyvips
+py-fabric3 py-pyvista
+py-fair-esm py-pyvistaqt
+py-fairscale py-pyviz-comms
+py-faker py-pyvolve
+py-fakeredis py-pywavelets
+py-falcon py-pywcs
+py-fallocate py-pywin32
+py-fastai py-pywinpty
+py-fastaindex py-pyworld
+py-fastapi py-pyxlsb
+py-fastapi-utils py-pyyaml
+py-fastavro py-pyyaml-env-tag
+py-fastcache py-pyzmq
+py-fastcluster py-qdldl
+py-fastcore py-qiskit-aer
+py-fastcov py-qiskit-ibm-provider
+py-fastdownload py-qiskit-nature
+py-fastdtw py-qiskit-terra
+py-fasteners py-qmtest
+py-fastfold py-qpsolvers
+py-fastjsonschema py-qpth
+py-fastobo py-qrcode
+py-fastpath py-qsymm
+py-fastprogress py-qtawesome
+py-fastremap py-qtconsole
+py-fastrlock py-qtpy
+py-fasttext-numpy2 py-quantiphy
+py-fasttext-numpy2-wheel py-quantities
+py-faust-cchardet py-quantum-blackbird
+py-fava py-quantum-xir
+py-fenics-basix py-quart
+py-fenics-dijitso py-quast
+py-fenics-dolfinx py-quaternionic
+py-fenics-ffc py-qudida
+py-fenics-ffcx py-queryablelist
+py-fenics-fiat py-querystring-parser
+py-fenics-instant py-questionary
+py-fenics-ufl py-qutip
+py-fenics-ufl-legacy py-qutip-qip
+py-ffmpy py-rachis
+py-fief-client py-radiant-mlhub
+py-file-magic py-radical-entk
+py-filecheck py-radical-gtod
+py-filelock py-radical-pilot
+py-filemagic py-radical-saga
+py-filetype py-radical-utils
+py-filterpy py-ranger-fm
+py-find-libpython py-rapidfuzz
+py-findlibs py-rapidfuzz-capi
+py-fiona py-rarfile
+py-fire py-rassumfrassum
+py-fireworks py-rasterio
+py-fiscalyear py-rasterstats
+py-fisher py-ratelim
+py-fits-tools py-ratelimiter
+py-fitsio py-raven
+py-fitter py-ray
+py-fixtures py-rbtools
+py-flake8 py-rdflib
+py-flake8-import-order py-rdflib-jsonld
+py-flake8-polyfill py-rdt
+py-flaky py-reacton
+py-flameprof py-readchar
+py-flash-attn py-readme-renderer
+py-flask py-recommonmark
+py-flask-babel py-redis
+py-flask-compress py-referencing
+py-flask-cors py-refgenconf
+py-flask-paginate py-refgenie
+py-flask-restful py-regex
+py-flask-socketio py-regionmask
+py-flask-sqlalchemy py-regions
+py-flatbuffers py-reindent
+py-flatten-dict py-relion
+py-flawfinder py-relion-blush
+py-flax py-relion-classranker
+py-flexcache py-repligit
+py-flexmock py-reportlab
+py-flexparser py-reportseff
+py-flexx py-repoze-lru
+py-flit py-reproject
+py-flit-core py-requests
+py-flit-scm py-requests-cache
+py-flox py-requests-file
+py-flufl-lock py-requests-ftp
+py-fluiddyn py-requests-futures
+py-fluidfft py-requests-kerberos
+py-fluidfft-builder py-requests-mock
+py-fluidfft-fftw py-requests-ntlm
+py-fluidfft-fftwmpi py-requests-oauthlib
+py-fluidfft-mpi-with-fftw py-requests-toolbelt
+py-fluidfft-p3dfft py-requests-unixsocket
+py-fluidfft-pfft py-requirements-parser
+py-fluidsim py-reretry
+py-fluidsim-core py-resampy
+py-flye py-resize-right
+py-fn-py py-resolvelib
+py-folium py-responses
+py-fonttools py-resultsfile
+py-ford py-retry
+py-formatizer py-retry-decorator
+py-formulaic py-retrying
+py-fortls py-retworkx
+py-fortran-language-server py-rfc3339-validator
+py-fortranformat py-rfc3986
+py-fparser py-rfc3986-validator
+py-fprettify py-rfc3987-syntax
+py-fqdn py-rich
+py-fracridge py-rich-argparse
+py-fraction py-rich-click
+py-freetype-py py-rio-pmtiles
+py-freezegun py-rios
+py-frozendict py-rioxarray
+py-frozenlist py-rise
+py-fs py-river
+py-fsspec py-rmm
+py-fsspec-xrootd py-rnc2rng
+py-ftfy py-robocrys
+py-ftputil py-robotframework
+py-funcy py-rocrate
+py-furo py-roifile
+py-fury py-roman-numerals
+py-fusepy py-roman-numerals-py
+py-future py-rope
+py-fuzzywuzzy py-rosdep
+py-fypp py-rosdistro
+py-galaxy-containers py-rosinstall
+py-galaxy-job-metrics py-rosinstall-generator
+py-galaxy-objectstore py-rospkg
+py-galaxy-sequence-utils py-rotary-embedding-torch
+py-galaxy-tool-util py-rouge-score
+py-galaxy-util py-routes
+py-galaxy2cwl py-rpds-py
+py-gast py-rply
+py-gcovr py-rpy2
+py-gcs-oauth2-boto-plugin py-rsa
+py-gcsfs py-rsatoolbox
+py-gdc-client py-rseqc
+py-gdown py-rst2pdf
+py-gee-asset-manager py-rtoml
+py-geeadd py-rtree
+py-geemap py-ruamel-ordereddict
+py-geeup py-ruamel-yaml
+py-gemmforge py-ruamel-yaml-clib
+py-gemmi py-ruamel-yaml-jinja2
+py-genders py-rucio-clients
+py-geneimpacts py-ruff
+py-generateds py-rustworkx
+py-genshi py-rx
+py-gensim py-s3cmd
+py-geoalchemy2 py-s3fs
+py-geocoder py-s3transfer
+py-geocube py-sacrebleu
+py-geographiclib py-sacremoses
+py-geojson py-safe-netrc
+py-geomdl py-safetensors
+py-geopandas py-salib
+py-geoplot py-sarif-tools
+py-geopmdpy py-scandir
+py-geopmpy py-scanpy
+py-geopy py-schema
+py-geoviews py-schema-salad
+py-gest-api py-scientificpython
+py-gevent py-scifem
+py-gf256 py-scikit-build
+py-gfal2-python py-scikit-build-core
+py-gffutils py-scikit-fmm
+py-ghp-import py-scikit-fuzzy
+py-gidgethub py-scikit-image
+py-gidgetlab py-scikit-learn
+py-gimmik py-scikit-learn-extra
+py-gin-config py-scikit-matter
+py-git-review py-scikit-optimize
+py-gitdb py-scikit-sparse
+py-gitpython py-scikits-odes
+py-glean-parser py-scine-chemoton
+py-glean-sdk py-scine-puffin
+py-glmnet py-scinum
+py-glmnet-python py-scipy
+py-glmsingle py-scitokens
+py-glob2 py-scooby
+py-globus-cli py-scoop
+py-globus-sdk py-scp
+py-gluoncv py-screed
+py-glymur py-scs
+py-gmsh py-sdmetrics
+py-gmsh-interop py-sdnotify
+py-gmxapi py-sdv
+py-gnuplot py-seaborn
+py-goatools py-secretstorage
+py-gooey py-seekpath
+py-google py-segmentation-models-pytorch
+py-google-api-core py-selenium
+py-google-api-python-client py-semantic-version
+py-google-apitools py-semver
+py-google-auth py-send2trash
+py-google-auth-httplib2 py-sentencepiece
+py-google-auth-oauthlib py-sentry-sdk
+py-google-cloud-appengine-logging py-seqeval
+py-google-cloud-audit-log py-sequence-models
+py-google-cloud-batch py-seriate
+py-google-cloud-bigquery py-serpent
+py-google-cloud-core py-session-info
+py-google-cloud-logging py-setproctitle
+py-google-cloud-storage py-setupmeta
+py-google-crc32c py-setuptools
+py-google-pasta py-setuptools-cpp
+py-google-reauth py-setuptools-git
+py-google-resumable-media py-setuptools-git-versioning
+py-googleapis-common-protos py-setuptools-reproducible
+py-googledrivedownloader py-setuptools-rust
+py-gosam py-setuptools-scm
+py-gpaw py-setuptools-scm-git-archive
+py-gpaw-data py-sfepy
+py-gpustat py-sgp4
+py-gputil py-sh
+py-gpy py-shap
+py-gpyopt py-shapely
+py-gpytorch py-shellescape
+py-gql py-shellingham
+py-gradio py-shiboken2
+py-gradio-client py-shippinglabel
+py-grandalf py-shortbred
+py-graphcast py-shortuuid
+py-grapheme py-shroud
+py-graphene py-shtab
+py-graphlib-backport py-simpervisor
+py-graphql-core py-simple-slurm
+py-graphql-relay py-simpleeval
+py-graphql-ws py-simplegeneric
+py-graphviz py-simplejson
+py-gravity py-simplekml
+py-grayskull py-simpletraj
+py-greenlet py-simpy
+py-grequests py-simsimd
+py-griddataformats py-singledispatchmethod
+py-griffe py-sip
+py-gromacswrapper py-six
+py-grpc-google-iam-v1 py-skl2onnx
+py-grpcio py-slepc4py
+py-grpcio-status py-slicer
+py-grpcio-tools py-slurm-pipeline
+py-gsd py-smac
+py-gssapi py-smart-open
+py-gsutil py-smartredis
+py-gtdbtk py-smartsim
+py-gunicorn py-smartypants
+py-gxformat2 py-smmap
+py-gym py-smolagents
+py-h11 py-smote-variants
+py-h2 py-snakemake-executor-plugin-azure-batch
+py-h3 py-snakemake-executor-plugin-cluster-generic
+py-h5glance py-snakemake-executor-plugin-cluster-sync
+py-h5io py-snakemake-executor-plugin-drmaa
+py-h5netcdf py-snakemake-executor-plugin-flux
+py-h5py py-snakemake-executor-plugin-googlebatch
+py-h5sh py-snakemake-executor-plugin-kubernetes
+py-hacking py-snakemake-executor-plugin-slurm
+py-hail py-snakemake-executor-plugin-slurm-jobstep
+py-handy-archives py-snakemake-executor-plugin-tes
+py-hatch py-snakemake-interface-common
+py-hatch-cython py-snakemake-interface-executor-plugins
+py-hatch-fancy-pypi-readme py-snakemake-interface-logger-plugins
+py-hatch-jupyter-builder py-snakemake-interface-report-plugins
+py-hatch-nodejs-version py-snakemake-interface-scheduler-plugins
+py-hatch-requirements-txt py-snakemake-interface-storage-plugins
+py-hatch-vcs py-snakemake-storage-plugin-azure
+py-hatchet py-snakemake-storage-plugin-fs
+py-hatchling py-snakemake-storage-plugin-ftp
+py-hclust2 py-snakemake-storage-plugin-gcs
+py-hdbscan py-snakemake-storage-plugin-http
+py-hdf5plugin py-snakemake-storage-plugin-pelican
+py-hdfs py-snakemake-storage-plugin-rucio
+py-healpix py-snakemake-storage-plugin-s3
+py-healpy py-snakemake-storage-plugin-sftp
+py-heapdict py-snakemake-storage-plugin-zenodo
+py-heat py-snakeviz
+py-heavyball py-snappy
+py-hep-ml py-sncosmo
+py-hepdata-converter py-sniffio
+py-hepdata-lib py-snoop
+py-hepdata-validator py-snowballstemmer
+py-hepstats py-snuggs
+py-hepunits py-sobol-seq
+py-heudiconv py-social-auth-core
+py-hf-transfer py-sonlib
+py-hf-xet py-sortedcollections
+py-hieroglyph py-sortedcontainers
+py-highspy py-soundfile
+py-hiredis py-soupsieve
+py-hist py-soyclustering
+py-histbook py-spacy
+py-histogrammar py-spacy-legacy
+py-histoprint py-spacy-loggers
+py-hjson py-spacy-models-en-core-web-sm
+py-hmmlearn py-spacy-models-en-vectors-web-lg
+py-holland-backup py-sparse
+py-holoviews py-spatialist
+py-horovod py-spatialite
+py-hpack py-spatialpandas
+py-hpbandster py-spdlog
+py-hpccm py-spectra
+py-hsluv py-spectral
+py-hstspreload py-spectrum-utils
+py-htgettoken py-speech-recognition
+py-html2text py-spefile
+py-html5lib py-spgl1
+py-htmldate py-spglib
+py-htmlgen py-spherical
+py-htseq py-sphericart
+py-httpbin py-sphericart-torch
+py-httpcore py-sphinx
+py-httplib2 py-sphinx-argparse
+py-httpretty py-sphinx-autodoc-typehints
+py-httpstan py-sphinx-basic-ng
+py-httptools py-sphinx-book-theme
+py-httpx py-sphinx-bootstrap-theme
+py-huggingface-hub py-sphinx-click
+py-humanfriendly py-sphinx-copybutton
+py-humanize py-sphinx-design
+py-hvac py-sphinx-fortran
+py-hvplot py-sphinx-gallery
+py-hydra-core py-sphinx-github-changelog
+py-hypercorn py-sphinx-immaterial
+py-hyperframe py-sphinx-jinja2-compat
+py-hyperlink py-sphinx-multiversion
+py-hyperopt py-sphinx-prompt
+py-hypothesis py-sphinx-removed-in
+py-ibm-cloud-sdk-core py-sphinx-rtd-dark-mode
+py-ibm-watson py-sphinx-rtd-theme
+py-ics py-sphinx-tabs
+py-id py-sphinx-theme-builder
+py-identify py-sphinx-toolbox
+py-idna py-sphinxautomodapi
+py-idna-ssl py-sphinxcontrib-applehelp
+py-igor py-sphinxcontrib-bibtex
+py-igor2 py-sphinxcontrib-devhelp
+py-igraph py-sphinxcontrib-htmlhelp
+py-igv-notebook py-sphinxcontrib-issuetracker
+py-igwn-auth-utils py-sphinxcontrib-jquery
+py-ihm py-sphinxcontrib-jsmath
+py-illumina-utils py-sphinxcontrib-mermaid
+py-ilmbase py-sphinxcontrib-moderncmakedomain
+py-imagecodecs py-sphinxcontrib-napoleon
+py-imagecorruptions-imaug py-sphinxcontrib-plantuml
+py-imagehash py-sphinxcontrib-programoutput
+py-imageio py-sphinxcontrib-qthelp
+py-imageio-ffmpeg py-sphinxcontrib-serializinghtml
+py-imagesize py-sphinxcontrib-spelling
+py-imaug py-sphinxcontrib-tikz
+py-imbalanced-learn py-sphinxcontrib-trio
+py-imgaug py-sphinxcontrib-websupport
+py-iminuit py-sphinxemoji
+py-immutabledict py-sphobjinv
+py-immutables py-spykeutils
+py-importlib-metadata py-spython
+py-importlib-resources py-sqlalchemy
+py-imutils py-sqlalchemy-migrate
+py-in-n-out py-sqlalchemy-stubs
+py-incremental py-sqlalchemy-utils
+py-inflect py-sqlitedict
+py-inheritance py-sqlparse
+py-iniconfig py-srsly
+py-iniparse py-sseclient
+py-inquirer py-sshtunnel
+py-inquirerpy py-sspilib
+py-inscriptis py-stack-data
+py-installer py-starfile
+py-instrain py-starlette
+py-intake py-starlette-context
+py-intake-esm py-starsessions
+py-intbitset py-stashcp
+py-intel-openmp py-statmorph
+py-intensity-normalization py-statsmodels
+py-interface-meta py-stdlib-list
+py-interlap py-stestr
+py-intervaltree py-stevedore
+py-invoke py-stomp-py
+py-iocapture py-stopit
+py-iopath py-storm
+py-ipaddress py-stratify
+py-ipdb py-strawberryfields
+py-ipycanvas py-streamlit
+py-ipyevents py-stringzilla
+py-ipyfilechooser py-striprtf
+py-ipykernel py-stsci-distutils
+py-ipyleaflet py-stui
+py-ipympl py-submitit
+py-ipyparallel py-subrosa
+py-ipyrad py-subword-nmt
+py-ipython py-supermercado
+py-ipython-cluster-helper py-superqt
+py-ipython-genutils py-supervisor
+py-ipython-pygments-lexers py-svgpath
+py-ipytree py-svgpathtools
+py-ipyvtk-simple py-svgutils
+py-ipyvue py-svgwrite
+py-ipyvuetify py-swagger-spec-validator
+py-ipywidgets py-symengine
+py-irpf90 py-symfit
+py-isa-rwval py-sympy
+py-isal py-syned
+py-iso8601 py-sysrsync
+py-isodate py-systemd-python
+py-isoduration py-tabledata
+py-isort py-tables
+py-itables py-tabulate
+py-iterative-stats py-tatsu
+py-itk py-tblib
+py-itolapi py-tbparse
+py-itsdangerous py-tcolorpy
+py-jacobi py-tempita
+py-jaconv py-templateflow
+py-jamo py-tempora
+py-janus py-tenacity
+py-jaraco-classes py-tensorboard
+py-jaraco-context py-tensorboard-data-server
+py-jaraco-functools py-tensorboard-plugin-wit
+py-jarowinkler py-tensorboardx
+py-jarvis-util py-tensorflow
+py-javaproperties py-tensorflow-datasets
+py-jax py-tensorflow-estimator
+py-jaxlib py-tensorflow-hub
+py-jaxtyping py-tensorflow-metadata
+py-jcb py-tensorflow-probability
+py-jdatetime py-tensorly
+py-jdcal py-tensorstore
+py-jedi py-termcolor
+py-jeepney py-termgraph
+py-jellyfish py-terminado
+py-jinja2 py-terminaltables
+py-jinja2-cli py-tern
+py-jinja2-humanize-extension py-tesorter
+py-jinja2-time py-testfixtures
+py-jiter py-testinfra
+py-jmespath py-testpath
+py-jmp py-testrepository
+py-joblib py-testresources
+py-jplephem py-testscenarios
+py-jproperties py-testtools
+py-jprops py-tetoolkit
+py-jpype1 py-text-unidecode
+py-jraph py-textblob
+py-jsmin py-texttable
+py-json-get py-textual
+py-json-tricks py-textual-fspicker
+py-json2html py-textual-plotext
+py-json5 py-textwrap3
+py-jsonargparse py-textx
+py-jsondiff py-tf-keras
+py-jsonlines py-tf2onnx
+py-jsonpatch py-tfdlpack
+py-jsonpath-ng py-theano
+py-jsonpickle py-thewalrus
+py-jsonpointer py-thinc
+py-jsonref py-thop
+py-jsonschema py-threadpoolctl
+py-jsonschema-specifications py-throttler
+py-junit-xml py-tidynamics
+py-junit2html py-tifffile
+py-jupyter py-tiktoken
+py-jupyter-client py-tilelang
+py-jupyter-console py-timezonefinder
+py-jupyter-core py-timm
+py-jupyter-events py-tinyarray
+py-jupyter-leaflet py-tinycss2
+py-jupyter-lsp py-tinydb
+py-jupyter-packaging py-tinyrecord
+py-jupyter-server py-tld
+py-jupyter-server-mathjax py-tldextract
+py-jupyter-server-proxy py-tmtools
+py-jupyter-server-terminals py-tokenize-rt
+py-jupyter-telemetry py-tokenizers
+py-jupyterhub py-toml
+py-jupyterlab py-tomli
+py-jupyterlab-pygments py-tomli-w
+py-jupyterlab-server py-tomlkit
+py-jupyterlab-widgets py-tomopy
+py-jupytext py-toolz
+py-justext py-topiary-asr
+py-jwcrypto py-toposort
+py-kaggle py-torch
+py-kaldiio py-torch-c-dlpack-ext
+py-kaleido py-torch-cluster
+py-kb-python py-torch-fidelity
+py-keras py-torch-geometric
+py-keras-applications py-torch-harmonics
+py-keras-preprocessing py-torch-nvidia-apex
+py-keras2onnx py-torch-scatter
+py-kerberos py-torch-sparse
+py-kerchunk py-torch-spex
+py-key-value-aio py-torch-spline-conv
+py-keyboard py-torchaudio
+py-keyring py-torchbenchmark
+py-keyrings-alt py-torchdata
+py-keystoneauth1 py-torchdiffeq
+py-kitchen py-torchfile
+py-kiwisolver py-torchgeo
+py-kmodes py-torchmeta
+py-knack py-torchmetrics
+py-kneaddata py-torchseg
+py-kombu py-torchsummary
+py-kornia py-torchtext
+py-kornia-rs py-torchtoolbox
+py-kosh py-torchvision
+py-krb5 py-tornado
+py-kt-legacy py-tox
+py-kubernetes py-toyplot
+py-kymatio py-toytree
+py-lagom py-tpot
+py-langchain-core py-tqdm
+py-langchain-protocol py-traceback2
+py-langcodes py-trafilatura
+py-langgraph py-trainax
+py-langgraph-checkpoint py-traitlets
+py-langgraph-prebuilt py-traits
+py-langgraph-sdk py-traitsui
+py-langsmith py-traittypes
+py-language-data py-trame
+py-lap py-trame-client
+py-laplace-torch py-trame-common
+py-lark py-trame-server
+py-lark-parser py-trame-vtk
+py-laspy py-trame-vuetify
+py-latexcodec py-transformer-engine
+py-law py-transformers
+py-lazy py-transforms3d
+py-lazy-loader py-transonic
+py-lazy-object-proxy py-tree
+py-lazy-property py-tree-math
+py-lazyarray py-tree-sitter
+py-lcls-krtc py-tree-sitter-c
+py-ldap3 py-treehash
+py-leather py-treelib
+py-leidenalg py-triangle
+py-lerc py-trieregex
+py-lfpykit py-trimesh
+py-lhsmdu py-triton
+py-liac-arff py-trl
+py-libclang py-trojanzoo-sphinx-theme
+py-libconf py-trove-classifiers
+py-libcst py-trx-python
+py-libensemble py-tuiview
+py-liblas py-tuspy
+py-librosa py-tuswsgi
+py-librt py-tweedledum
+py-libsonata py-twine
+py-lifelines py-twisted
+py-lightgbm py-ty
+py-lightly py-typed-ast
+py-lightly-utils py-typeguard
+py-lightning py-typepy
+py-lightning-api-access py-typer
+py-lightning-cloud py-types-dataclasses
+py-lightning-fabric py-types-geopandas
+py-lightning-lite py-types-pkg-resources
+py-lightning-uq-box py-types-psutil
+py-lightning-utilities py-types-python-dateutil
+py-lightpipes py-types-pytz
+py-ligo-segments py-types-pyyaml
+py-lil-aretomo py-types-requests
+py-line-profiler py-types-setuptools
+py-linear-operator py-types-shapely
+py-linear-tree py-types-tqdm
+py-linecache2 py-types-typed-ast
+py-lineenhancer py-types-urllib3
+py-linkchecker py-typesentry
+py-linkify-it-py py-typeshed-client
+py-lit py-typing-extensions
+py-litdata py-typing-inspect
+py-littleutils py-typing-inspection
+py-lizard py-typish
+py-llama-cpp-python py-tzdata
+py-llnl-sina py-tzlocal
+py-llvmlite py-ubiquerg
+py-lmdb py-uc-micro-py
+py-lmfit py-ucsf-pyem
+py-lmodule py-ucx-py
+py-localcider py-uhi
+py-locket py-ujson
+py-lockfile py-ultralytics
+py-logilab-common py-umalqurra
+py-logistro py-umap-learn
+py-logmuse py-umi-tools
+py-logomaker py-uncertainties
+py-loguru py-uncertainty-toolbox
+py-loky py-unfoldnd
+py-loompy py-unicycler
+py-looseversion py-unidecode
+py-louie py-unittest2py3k
+py-lpips py-universal-pathlib
+py-lru-dict py-unshare
+py-lscsoft-glue py-unyt
+py-lsprotocol py-update-checker
+py-luigi py-uproot
+py-lupa py-uproot3
+py-lvis py-uproot3-methods
+py-lws py-uqinn
+py-lxml py-uri-template
+py-lz4 py-uritemplate
+py-lzstring py-url-normalize
+py-m2r py-urllib3
+py-macholib py-urllib3-secure-extra
+py-machotools py-urwid
+py-macs2 py-us
+py-macs3 py-userpath
+py-maestrowf py-usgs
+py-magicgui py-utils
+py-mahotas py-uuid-utils
+py-mailchecker py-uv
+py-make py-uv-build
+py-makefun py-uv-dynamic-versioning
+py-mako py-uvicorn
+py-mapbox-earcut py-uvloop
+py-mapclassify py-uvw
+py-mariadb py-uwsgi
+py-marisa-trie py-uxarray
+py-markdown py-validate-pyproject
+py-markdown-include py-validators
+py-markdown-it-py py-vascpy
+py-markdown2 py-vcf-kit
+py-markov-clustering py-vcrpy
+py-markovify py-vcstool
+py-markupsafe py-vcstools
+py-marshmallow py-vcversioner
+py-matminer py-vector
+py-matplotlib py-vector-quantize-pytorch
+py-matplotlib-inline py-vermin
+py-matplotlib-scalebar py-vermouth-martinize
+py-maturin py-versioneer
+py-mayavi py-versioneer-518
+py-mbstrdecoder py-versioningit
+py-mccabe py-verspec
+py-md-environ py-vesin
+py-mda-xdrlib py-vine
+py-mdahole2 py-virtualenv
+py-mdanalysis py-virtualenv-clone
+py-mdanalysistests py-virtualenvwrapper
+py-mdi py-visdom
+py-mdit-py-plugins py-vispy
+py-mdocfile py-vl-convert-python
+py-mdurl py-voluptuous
+py-meautility py-vsc-base
+py-mechanize py-vsc-install
+py-medaka py-vsts
+py-meldmd py-vsts-cd-manager
+py-melissa-core py-wadler-lindig
+py-memelite py-waitress
+py-memory-profiler py-walinuxagent
+py-memprof py-wand
+py-memray py-wandb
+py-mendeleev py-warcio
+py-mercantile py-warlock
+py-mergedeep py-wasabi
+py-merlin py-watchdog
+py-meshio py-watchfiles
+py-meshpy py-waterdynamics
+py-meson-python py-waves
+py-metaphlan py-wcsaxes
+py-metasv py-wcwidth
+py-metatensor-core py-webargs
+py-metatensor-learn py-webcolors
+py-metatensor-operations py-webdataset
+py-metatensor-torch py-webdavclient3
+py-metatomic-torch py-webencodings
+py-metatrain py-webkit-server
+py-metis py-weblogo
+py-metomi-isodatetime py-webob
+py-metomi-rose py-websocket-client
+py-metpy py-websockets
+py-metric-learn py-werkzeug
+py-metrics py-wesanderson
+py-mffpy py-wget
+py-mg-rast-tools py-whatshap
+py-mgmetis py-wheel
+py-microsoft-aurora py-whenever
+py-mido py-whey
+py-mikado py-whey-pth
+py-mike py-whichcraft
+py-minio py-whoosh
+py-minisom py-widgetsnbextension
+py-minkowskiengine py-wids
+py-minrpc py-wigners
+py-misk py-win-unicode-console
+py-misopy py-wincertstore
+py-mistletoe py-word2number
+py-mistune py-wordcloud
+py-mizani py-workload-automation
+py-mkdocs py-wradlib
+py-mkdocs-autorefs py-wrapt
+py-mkdocs-jupyter py-wsproto
+py-mkdocs-material py-wstool
+py-mkdocs-material-extensions py-wub
+py-mkdocstrings py-wurlitzer
+py-mkdocstrings-python py-ww
+py-ml-collections py-wxflow
+py-ml-dtypes py-wxmplot
+py-mlflow py-wxpython
+py-mlperf-logging py-x-clip
+py-mlxtend py-x21
+py-mmcv py-xanadu-cloud-client
+py-mmengine py-xarray
+py-mmtf-python py-xarray-regrid
+py-mne py-xarray-tensorstore
+py-mne-bids py-xattr
+py-mo-pack py-xcdat
+py-moarchiving py-xdot
+py-mock py-xenv
+py-model-index py-xesmf
+py-modelcif py-xgboost
+py-modepy py-xgcm
+py-modin py-xhistogram
+py-modisco py-xlrd
+py-modred py-xlsxwriter
+py-modules-gui py-xlwt
+py-moltemplate py-xmlplain
+py-monai py-xmlrunner
+py-monkeytype py-xmltodict
+py-monotonic py-xonsh
+py-monty py-xopen
+py-more-itertools py-xpyb
+py-morph-tool py-xskillscore
+py-morphio py-xtb
+py-morphosamplers py-xvfbwrapper
+py-motmetrics py-xxhash
+py-mouseinfo py-xyzservices
+py-moviepy py-yacman
+py-mpi4jax py-yacs
+py-mpi4py py-yahmm
+py-mpld3 py-yajl
+py-mpldock py-yamlreader
+py-mplhep py-yapf
+py-mplhep-data py-yarl
+py-mpmath py-yaspin
+py-mrcfile py-yolk3k
+py-msal py-your
+py-msal-extensions py-youtube-dl
+py-msgpack py-yq
+py-msgpack-numpy py-yt
+py-msrest py-yt-dlp
+py-msrestazure py-yt-dlp-ejs
+py-mui4py py-yte
+py-multi-imbalance py-ytopt
+py-multi-key-dict py-ytopt-autotune
+py-multidict py-z3-solver
+py-multiecho py-zarr
+py-multipledispatch py-zc-buildout
+py-multiprocess py-zc-lockfile
+py-multiqc py-zensical
+py-multiurl py-zfit
+py-mumps4py py-zfit-interface
+py-munch py-zfit-physics
+py-munkres py-zict
+py-murmurhash py-zipfile-deflate64
+py-mutagen py-zipp
+py-mx py-zipstream-new
+py-mxfold2 py-zope-event
+py-myhdl py-zope-interface
+py-mypy py-zstandard
+py-mypy-extensions py-zxcvbn
+==> 3028 packages
diff --git a/outputs/basics/list.out b/outputs/basics/list.out
index 4f1a885657..17ac8a1b50 100644
--- a/outputs/basics/list.out
+++ b/outputs/basics/list.out
@@ -1,4454 +1,8915 @@
$ spack list
-3dtk py-frozendict
-3proxy py-frozenlist
-4ti2 py-fs
-7zip py-fsspec
-abacus py-fsspec-xrootd
-abduco py-ftfy
-abi-compliance-checker py-ftputil
-abi-dumper py-funcy
-abinit py-furo
-abseil-cpp py-fury
-abyss py-fusepy
-accfft py-future
-acct py-fuzzywuzzy
-accumulo py-fypp
-ace py-galaxy-containers
-acfl py-galaxy-job-metrics
-ack py-galaxy-objectstore
-acl py-galaxy-sequence-utils
-acpica-tools py-galaxy-tool-util
-acpid py-galaxy-util
-activeharmony py-galaxy2cwl
-activemq py-gast
-acts py-gcovr
-acts-algebra-plugins py-gcs-oauth2-boto-plugin
-acts-dd4hep py-gcsfs
-actsvg py-gdc-client
-additivefoam py-gdown
-addrwatch py-gee-asset-manager
-adept py-geeadd
-adept-utils py-geemap
-adf py-geeup
-adiak py-gemmforge
-adios py-gemmi
-adios-catalyst py-genders
-adios2 py-geneimpacts
-adlbx py-generateds
-admixtools py-genshi
-adms py-gensim
-adol-c py-geoalchemy2
-advancecomp py-geocoder
-adwaita-icon-theme py-geocube
-aegean py-geographiclib
-aeskeyfind py-geojson
-aespipe py-geomdl
-affinity py-geopandas
-agile py-geoplot
-agrep py-geopmdpy
-aida py-geopmpy
-akantu py-geopy
-alan py-geoviews
-albany py-gest-api
-albert py-gevent
-alembic py-gf256
-alglib py-gfal2-python
-all-library py-gffutils
-allpaths-lg py-ghp-import
-alluxio py-gidgethub
-alpaka py-gidgetlab
-alpgen py-gimmik
-alps py-gin-config
-alpscore py-git-review
-alquimia py-gitdb
-alsa-lib py-gitpython
-alsa-plugins py-glean-parser
-aluminum py-glean-sdk
-amber py-glmnet
-ambertools py-glmnet-python
-amd-aocl py-glmsingle
-amdblis py-glob2
-amdfftw py-globus-cli
-amdlibflame py-globus-sdk
-amdlibm py-gluoncv
-amdscalapack py-glymur
-amdsmi py-gmsh
-amduprof py-gmsh-interop
-amg2013 py-gmxapi
-amg2023 py-gnuplot
-amg4psblas py-goatools
-amgx py-gooey
-aml py-google
-amp py-google-api-core
-ampl py-google-api-python-client
-ampliconnoise py-google-apitools
-ampt py-google-auth
-amqp-cpp py-google-auth-httplib2
-amr-wind py-google-auth-oauthlib
-amrex py-google-cloud-appengine-logging
-amrfinder py-google-cloud-audit-log
-amrvis py-google-cloud-batch
-ams py-google-cloud-bigquery
-anaconda3 py-google-cloud-core
-andi py-google-cloud-logging
-angsd py-google-cloud-storage
-anicalculator py-google-crc32c
-ant py-google-pasta
-antimony py-google-reauth
-antlr py-google-resumable-media
-antlr4-complete py-googleapis-common-protos
-antlr4-cpp-runtime py-googledrivedownloader
-ants py-gosam
-any2fasta py-gpaw
-aocc py-gpaw-data
-aocl-compression py-gpustat
-aocl-crypto py-gputil
-aocl-da py-gpy
-aocl-dlp py-gpyopt
-aocl-libmem py-gpytorch
-aocl-sparse py-gql
-aocl-utils py-gradio
-aoflagger py-gradio-client
-aom py-grandalf
-aotriton py-graphcast
-aotriton-llvm py-grapheme
-apache-tvm py-graphene
-apachetop py-graphlib-backport
-ape py-graphql-core
-aperture-photometry py-graphql-relay
-apex py-graphql-ws
-apfel py-graphviz
-apfelxx py-gravity
-apktool py-grayskull
-apple-clang py-greenlet
-apple-gl py-grequests
-apple-glu py-griddataformats
-apple-libunwind py-griffe
-apple-libuuid py-gromacswrapper
-applewmproto py-grpc-google-iam-v1
-appres py-grpcio
-apptainer py-grpcio-status
-apr py-grpcio-tools
-apr-util py-gsd
-aqlprofile py-gssapi
-aragorn py-gsutil
-arbor py-gtdbtk
-arborx py-gunicorn
-arc py-gxformat2
-archer py-gym
-aretomo py-h11
-aretomo2 py-h2
-aretomo3 py-h3
-argobots py-h5glance
-argon2 py-h5io
-argp-standalone py-h5netcdf
-args py-h5py
-argtable py-h5sh
-aria2 py-hacking
-arkouda py-hail
-arm-forge py-handy-archives
-arm-kernels py-hatch
-armadillo py-hatch-cython
-armcimpi py-hatch-fancy-pypi-readme
-armcomputelibrary py-hatch-jupyter-builder
-armpl-gcc py-hatch-nodejs-version
-arpack-ng py-hatch-requirements-txt
-arrayfire py-hatch-vcs
-arrow py-hatchet
-asagi py-hatchling
-ascent py-hclust2
-asciidoc py-hdbscan
-asciidoc-py3 py-hdf5plugin
-asdcplib py-hdfs
-asdf-cxx py-healpix
-asio py-healpy
-aspa py-heapdict
-aspcud py-heat
-aspect py-heavyball
-aspell py-hep-ml
-aspell6-de py-hepdata-converter
-aspell6-en py-hepdata-lib
-aspell6-es py-hepdata-validator
-aspera-cli py-hepstats
-assimp py-hepunits
-astra py-heudiconv
-astral py-hf-transfer
-astyle py-hf-xet
-at-spi2-atk py-hieroglyph
-at-spi2-core py-highspy
-atf py-hiredis
-atfl py-hist
-athena py-histbook
-atk py-histogrammar
-atlas py-histoprint
-atom-dft py-hjson
-atompaw py-hmmlearn
-atop py-holland-backup
-attr py-holoviews
-audacious py-horovod
-audacity py-hpack
-audit-userspace py-hpbandster
-augustus py-hpccm
-authd py-hsluv
-authselect py-hstspreload
-autoconf py-htgettoken
-autoconf-archive py-html2text
-autodiff py-html5lib
-autodock-gpu py-htmldate
-autodock-vina py-htmlgen
-autogen py-htseq
-automaded py-httpbin
-automake py-httpcore
-autossh py-httplib2
-avizo py-httpretty
-aws-ofi-nccl py-httpstan
-aws-ofi-rccl py-httptools
-aws-parallelcluster py-httpx
-aws-sdk-cpp py-huggingface-hub
-awscli py-humanfriendly
-awscli-v2 py-humanize
-axel py-hvac
-axl py-hvplot
-axom py-hydra-core
-azcopy py-hypercorn
-babelflow py-hyperframe
-babelstream py-hyperlink
-babeltrace py-hyperopt
-babeltrace2 py-hypothesis
-babl py-ibm-cloud-sdk-core
-bacio py-ibm-watson
-backupninja py-ics
-backward-cpp py-id
-bam-readcount py-identify
-bamaddrg py-idna
-bamdst py-idna-ssl
-bamtools py-igor
-bamutil py-igor2
-banner py-igraph
-bannergrab py-igv-notebook
-barrnap py-igwn-auth-utils
-bart py-ihm
-barvinok py-illumina-utils
-bash py-ilmbase
-bash-completion py-imagecodecs
-bashtop py-imagecorruptions-imaug
-bat py-imagehash
-batchedblas py-imageio
-batctl py-imageio-ffmpeg
-bats py-imagesize
-baurmc py-imaug
-bazel py-imbalanced-learn
-bbcp py-imgaug
-bbmap py-iminuit
-bc py-immutabledict
-bcache py-immutables
-bcftools py-importlib-metadata
-bdftopcf py-importlib-resources
-bdii py-imutils
-bdsim py-in-n-out
-bdw-gc py-incremental
-beagle py-inflect
-beakerlib py-inheritance
-bear py-iniconfig
-beast-tracer py-iniparse
-beast1 py-inquirer
-beast2 py-inquirerpy
-beatnik py-inscriptis
-bedops py-installer
-bedtools2 py-instrain
-beforelight py-intake
-benchmark py-intake-esm
-berkeley-db py-intbitset
-berkeleygw py-intel-openmp
-bertini py-intensity-normalization
-bfs py-interface-meta
-bgen py-interlap
-bgpdump py-intervaltree
-bib2xhtml py-invoke
-bigdft-atlab py-iocapture
-bigdft-chess py-iopath
-bigdft-core py-ipaddress
-bigdft-futile py-ipdb
-bigdft-libabinit py-ipycanvas
-bigdft-liborbs py-ipyevents
-bigdft-psolver py-ipyfilechooser
-bigdft-spred py-ipykernel
-bigdft-suite py-ipyleaflet
-bigreqsproto py-ipympl
-bigwhoop py-ipyparallel
-bind9 py-ipyrad
-binder py-ipython
-binutils py-ipython-cluster-helper
-bioawk py-ipython-genutils
-biobambam2 py-ipython-pygments-lexers
-biobloom py-ipytree
-biopieces py-ipyvtk-simple
-bird py-ipyvue
-bismark py-ipyvuetify
-bison py-ipywidgets
-bitgroomingz py-irpf90
-bitlbee py-isa-rwval
-bitmap py-isal
-bitsery py-iso8601
-blackhat py-isodate
-blake3 py-isoduration
-blaspp py-isort
-blast-plus py-itables
-blast2go py-iterative-stats
-blat py-itk
-blaze py-itolapi
-blis py-itsdangerous
-bliss py-jacobi
-blitz py-jaconv
-blktrace py-jamo
-bloaty py-janus
-blogbench py-jaraco-classes
-blt py-jaraco-context
-bmake py-jaraco-functools
-bmi py-jarowinkler
-bml py-jarvis-util
-bohrium py-javaproperties
-boinc-client py-jax
-bolt py-jaxlib
-bonniepp py-jaxtyping
-bookleaf-cpp py-jcb
-boost py-jdatetime
-boostmplcartesianproduct py-jdcal
-boringssl py-jedi
-botan py-jeepney
-bowtie py-jellyfish
-bowtie2 py-jinja2
-boxlib py-jinja2-cli
-bpp-core py-jinja2-humanize-extension
-bpp-phyl py-jinja2-time
-bpp-phyl-omics py-jiter
-bpp-popgen py-jmespath
-bpp-seq py-jmp
-bpp-seq-omics py-joblib
-bpp-suite py-jplephem
-bracken py-jproperties
-brahma py-jprops
-braker py-jpype1
-branson py-jraph
-breakdancer py-jsmin
-bref3 py-json-get
-breseq py-json-tricks
-bricks py-json2html
-bridger py-json5
-brigand py-jsonargparse
-brltty py-jsondiff
-brotli py-jsonlines
-brpc py-jsonpatch
-brunsli py-jsonpath-ng
-brynet py-jsonpickle
-bsseeker2 py-jsonpointer
-btllib py-jsonref
-btop py-jsonschema
-bubblewrap py-jsonschema-specifications
-bucky py-junit-xml
-buddy py-junit2html
-bueno py-jupyter
-bufr py-jupyter-client
-bufr-query py-jupyter-console
-bulker py-jupyter-core
-bump2version py-jupyter-events
-bumpversion py-jupyter-leaflet
-busco py-jupyter-lsp
-busybox py-jupyter-packaging
-butter py-jupyter-server
-butterflypack py-jupyter-server-mathjax
-bwa py-jupyter-server-proxy
-bwtool py-jupyter-server-terminals
-byacc py-jupyter-telemetry
-byfl py-jupyterhub
-byobu py-jupyterlab
-byte-lite py-jupyterlab-pygments
-byte-unixbench py-jupyterlab-server
-byteman py-jupyterlab-widgets
-bzip2 py-jupytext
-c-ares py-justext
-c-blosc py-jwcrypto
-c-blosc2 py-kaggle
-c-lime py-kaldiio
-c-raft py-kaleido
-c3d py-kb-python
-ca-certificates-mozilla py-keras
-cabana py-keras-applications
-cabana-pd py-keras-preprocessing
-cachefilesd py-keras2onnx
-caffe py-kerberos
-cairo py-kerchunk
-cairomm py-key-value-aio
-caliper py-keyboard
-callflow py-keyring
-callpath py-keyrings-alt
-camellia py-keystoneauth1
-camp py-kitchen
-camx py-kiwisolver
-canal py-kmodes
-cans py-knack
-cantera py-kneaddata
-canu py-kombu
-cap3 py-kornia
-capnproto py-kornia-rs
-capstone py-kosh
-cardioid py-krb5
-care py-kt-legacy
-cargo-c py-kubernetes
-cargs py-kymatio
-casacore py-lagom
-casacore-measures py-langcodes
-cask py-langsmith
-casper py-language-data
-cassandra py-lap
-cassini-headers py-laplace-torch
-castep py-lark
-catch2 py-lark-parser
-cbc py-laspy
-cbench py-latexcodec
-cbflib py-law
-cbindgen py-lazy
-cblas py-lazy-loader
-cbqn py-lazy-object-proxy
-cbtf py-lazy-property
-cbtf-argonavis py-lazyarray
-cbtf-argonavis-gui py-lcls-krtc
-cbtf-krell py-ldap3
-cbtf-lanl py-leather
-cc65 py-leidenalg
-ccache py-lerc
-cce py-lfpykit
-ccfits py-lhsmdu
-ccls py-liac-arff
-ccs-qcd py-libclang
-cctools py-libconf
-cdbfasta py-libcst
-cdd py-libensemble
-cddlib py-liblas
-cdecimal py-librosa
-cdhit py-librt
-cdi py-libsonata
-cdo py-lifelines
-cdt py-lightgbm
-ceed py-lightly
-celeritas py-lightly-utils
-cellpose py-lightning
-cellranger py-lightning-api-access
-centrifuge py-lightning-cloud
-cepgen py-lightning-fabric
-cereal py-lightning-lite
-ceres-solver py-lightning-uq-box
-cernlib py-lightning-utilities
-cfitsio py-lightpipes
-cgal py-ligo-segments
-cgdb py-lil-aretomo
-cgdcbxd py-line-profiler
-cget py-linear-operator
-cgl py-linear-tree
-cgm py-linecache2
-cgns py-lineenhancer
-cgsi-gsoap py-linkchecker
-chaco py-linkify-it-py
-chafa py-lit
-chai py-litdata
-chameleon py-littleutils
-changa py-lizard
-channelflow py-llama-cpp-python
-chaparral py-llnl-sina
-chapel py-llvmlite
-chaplin py-lmdb
-charliecloud py-lmfit
-charmpp py-lmodule
-chatterbug py-localcider
-check py-locket
-chemfiles py-lockfile
-chexmix py-logilab-common
-chez-scheme py-logistro
-chgcentre py-logmuse
-chlorop py-logomaker
-chombo py-loguru
-chrony py-loky
-chrpath py-loompy
-cimfomfa py-looseversion
-cinch py-louie
-circe2 py-lpips
-circos py-lru-dict
-cistem py-lscsoft-glue
-citcoms py-lsprotocol
-cityhash py-luigi
-civetweb py-lupa
-cjson py-lvis
-ck py-lws
-clamav py-lxml
-clamr py-lz4
-clapack py-lzstring
-clara py-m2r
-claude-code py-macholib
-claw py-machotools
-clblast py-macs2
-cleaveland4 py-macs3
-cleverleaf py-maestrowf
-clfft py-magicgui
-clhep py-mahotas
-cli11 py-mailchecker
-clinfo py-make
-clingo py-makefun
-clingo-bootstrap py-mako
-clingo-bootstrap-pgo py-mapbox-earcut
-cln py-mapclassify
-cloc py-mariadb
-cloog py-marisa-trie
-cloverleaf py-markdown
-cloverleaf-ref py-markdown-include
-cloverleaf3d py-markdown-it-py
-clp py-markdown2
-clustal-omega py-markov-clustering
-clustalw py-markovify
-cmake py-markupsafe
-cmaq py-marshmallow
-cmark py-matminer
-cmdlime py-matplotlib
-cmdstan py-matplotlib-inline
-cminpack py-matplotlib-scalebar
-cmocka py-maturin
-cmockery py-mayavi
-cmor py-mbstrdecoder
-cni-plugins py-mccabe
-cnmem py-md-environ
-cnpy py-mda-xdrlib
-cntk py-mdahole2
-cntk1bitsgd py-mdanalysis
-cnvnator py-mdanalysistests
-codar-cheetah py-mdi
-code-server py-mdit-py-plugins
-codec2 py-mdocfile
-codecov py-mdurl
-codee py-meautility
-codes py-mechanize
-codipack py-medaka
-coevp py-meldmd
-cohmm py-melissa-core
-cohomcalg py-memelite
-coin3d py-memory-profiler
-coinhsl py-memprof
-coinmp py-memray
-coinutils py-mendeleev
-collectd py-mercantile
-collier py-mergedeep
-colm py-merlin
-colordiff py-meshio
-comd py-meshpy
-comet py-meson-python
-comgr py-metaphlan
-commons-lang py-metasv
-commons-lang3 py-metatensor-core
-commons-logging py-metatensor-learn
-compadre py-metatensor-operations
-compiler-wrapper py-metatensor-torch
-composable-kernel py-metatomic-torch
-compose py-metatrain
-compositeproto py-metis
-composyx py-metomi-isodatetime
-conda4aarch64 py-metomi-rose
-conduit py-metpy
-conmon py-metric-learn
-connect-proxy py-metrics
-conquest py-mffpy
-conserver py-mg-rast-tools
-console-bridge py-mgmetis
-constype py-microsoft-aurora
-consul py-mido
-cool py-mikado
-coordgen py-mike
-coral py-minio
-corenlp py-minisom
-coreutils py-minkowskiengine
-corset py-minrpc
-cosbench py-misk
-cosign py-misopy
-cosimio py-mistletoe
-cosma py-mistune
-cosmoflow-benchmark py-mizani
-cosmomc py-mkdocs
-cosp2 py-mkdocs-autorefs
-costa py-mkdocs-jupyter
-costo py-mkdocs-material
-cotter py-mkdocs-material-extensions
-countdown py-mkdocstrings
-covfie py-mkdocstrings-python
-cowsay py-ml-collections
-cp2k py-ml-dtypes
-cpat py-mlflow
-cpio py-mlperf-logging
-cplex py-mlxtend
-cpmd py-mmcv
-cpp-argparse py-mmengine
-cpp-httplib py-mmtf-python
-cpp-logger py-mne
-cpp-termcolor py-mne-bids
-cppad py-mo-pack
-cppcheck py-moarchiving
-cppcodec py-mock
-cppcoro py-model-index
-cppgsl py-modelcif
-cpprestsdk py-modepy
-cpptrace py-modin
-cppunit py-modisco
-cppzmq py-modred
-cpr py-modules-gui
-cprnc py-moltemplate
-cpu-features py-monai
-cpuinfo py-monkeytype
-cqrlib py-monotonic
-cquery py-monty
-cracklib py-more-itertools
-cradl py-morph-tool
-cram py-morphio
-cray-fftw py-morphosamplers
-cray-libsci py-motmetrics
-cray-mpich py-mouseinfo
-cray-mvapich2 py-moviepy
-cray-pmi py-mpi4jax
-creduce py-mpi4py
-crmc py-mpld3
-croc py-mpldock
-cromwell py-mplhep
-cromwell-womtool py-mplhep-data
-cronie py-mpmath
-crosstool-ng py-mrcfile
-crow py-msal
-crtm py-msal-extensions
-crtm-fix py-msgpack
-crunch py-msgpack-numpy
-crux-toolkit py-msrest
-cry py-msrestazure
-cryodrgn py-mui4py
-cryoef py-multi-imbalance
-cryptopp py-multi-key-dict
-cryptsetup py-multidict
-csa-c py-multiecho
-cscope py-multipledispatch
-csdp py-multiprocess
-csvtk py-multiqc
-ctffind py-multiurl
-ctpl py-mumps4py
-ctre py-munch
-cub py-munkres
-cuba py-murmurhash
-cubature py-mutagen
-cube py-mx
-cube-blade py-mxfold2
-cubelib py-myhdl
-cubew py-mypy
-cubist py-mypy-extensions
-cublasmp py-mysql-connector-python
-cuda py-mysqlclient
-cuda-memtest py-myst-parser
-cudd py-namex
-cudnn py-nanobind
-cudss py-nanoget
-cufflinks py-nanomath
-cufftmp py-nanoplot
-cunit py-nanostat
-cups py-nanotime
-curl py-nanotron
-cusolvermp py-napari
-cusparselt py-napari-console
-cusz py-napari-plugin-engine
-cutensor py-napari-plugin-manager
-cutlass py-napari-svg
-cvector py-nara-wpe
-cvise py-narwhals
-cvs py-natsort
-cxi-driver py-nbclassic
-cxxopts py-nbclient
-cxxtest py-nbconvert
-cyrus-sasl py-nbdime
-czmq py-nbformat
-daemonize py-nbmake
-dakota py-nbqa
-daligner py-nbsphinx
-dalton py-nbstripout
-damageproto py-nbval
-damaris py-nc-time-axis
-damask py-ncbi-genome-download
-damask-grid py-ndg-httpsclient
-damask-mesh py-ndindex
-damselfly py-neo
-daos py-neo4j
-darshan-runtime py-neobolt
-darshan-util py-neotime
-dash py-neovim-remote
-datamash py-neptune-client
-dataspaces py-nest-asyncio
-datatransferkit py-nestle
-date py-netaddr
-dateutils py-netcdf4
-dav-sdk py-netifaces
-davix py-netket
-dbcsr py-netpyne
-dbow2 py-networkit
-dbus py-networkx
-dbus-glib py-neuralgcm
-dbxtool py-neurokit2
-dcap py-neurolab
-dcm2niix py-neurom
-dcmtk py-neurora
-dctz py-neurotools
-dd4hep py-nexus-sdk
-ddc py-nexusforge
-ddd py-nglview
-dealii py-ngs-tools
-dealii-parameter-gui py-nh3
-debbuild py-nibabel
-debugedit py-nilearn
-decentralized-internet py-nipype
-deconseq-standalone py-nitransforms
-deconwolf py-niworkflows
-dedisp py-nltk
-deepmdkit py-node-semver
-dejagnu py-nodeenv
-delly2 py-non-regression-test-tools
-delphes py-nose
-delta py-nose-cov
-demuxlet py-nose2
-deno py-nosexcover
-denovogear py-notebook
-detray py-notebook-shim
-dfelibs py-npe2
-dftbplus py-nptyping
-dftd3-lib py-npx
-dftd4 py-ntlm-auth
-dftfe py-ntplib
-dhpmm-f py-nugraph
-dhtest py-nuitka
-dia py-num2words
-dia-umpire-se py-numba
-dialign py-numba4jax
-dialign-tx py-numbagg
-diamond py-numcodecs
-dicom3tools py-numdifftools
-diffmark py-numexpr
-diffsplice py-numexpr3
-difftastic py-numkit
-diffutils py-numl
-digitrounding py-numpy
-dihydrogen py-numpy-groupies
-dimemas py-numpy-indexed
-dineof py-numpy-quaternion
-ding-libs py-numpy-stl
-dire py-numpydoc
-direnv py-nvidia-dali
-discotec py-nvidia-ml-py
-discovar py-nvidia-ml-py3
-discovardenovo py-nvidia-modulus
-disktype py-nvidia-nvcomp
-dislin py-nvidia-nvimagecodec
-distbench py-nvidia-nvjpeg2k
-distcc py-nvidia-nvtiff
-diy py-nvidia-physicsnemo
-dla-future py-nvitop
-dla-future-fortran py-nvtx
-dlb py-oauth2client
-dlib py-oauthlib
-dlpack py-obspy
-dmd py-ocnn
-dmidecode py-odc-geo
-dmlc-core py-odfpy
-dmtcp py-ogb
-dmxproto py-okada-wrapper
-dnsmap py-olcf-velocity
-dnsmasq py-olefile
-dnstop py-olmoearth-pretrain-minimal
-dnstracer py-omegaconf
-docbook-xml py-onnx
-docbook-xsl py-onnx-opcounter
-dock py-onnxconverter-common
-doctest py-onnxmltools
-dolfinx-mpc py-onnxruntime
-dorado py-ont-fast5-api
-dorian3d-dlib py-opcodes
-dos2unix py-open-clip-torch
-dosfstools py-openai
-dotconf py-openai-whisper
-dotnet-core-sdk py-openapi-schema-pydantic
-double-batched-fft-library py-opencensus
-double-conversion py-opencensus-context
-doxygen py-opencv-python
-dpdk py-opendatalab
-dplasma py-openidc-client
-dpmjet py-openmc
-draco py-openmesh
-dracut py-openmim
-dramsim2 py-openpmd-validator
-dramsim3 py-openpmd-viewer
-dri2proto py-openpyxl
-dri3proto py-openslide-python
-drill py-opentelemetry-api
-drishti py-opentelemetry-exporter-prometheus
-dropwatch py-opentelemetry-instrumentation
-druid py-opentelemetry-sdk
-ds py-opentelemetry-semantic-conventions
-dsdp py-opentree
-dsfmt py-opentuner
-dsqss py-opppy
-dsrc py-ops
-dssp py-opt-einsum
-dtc py-optax
-dtcmp py-optree
-dtf py-optuna
-duckdb py-or-tools
-duperemove py-oracledb
-dust py-orbax-checkpoint
-dwz py-ordered-set
-dxt-explorer py-orderly-set
-dyninst py-orjson
-dysco py-os-service-types
-e2fsprogs py-oset
-e3sm-kernels py-oslo-config
-e3sm-scorpio py-oslo-i18n
-e4s-alc py-oslo-serialization
-e4s-cl py-oslo-utils
-ea-utils py-osqp
-eagle py-outdated
-earlyoom py-overpy
-easi py-overrides
-easybuild py-owlrl
-easyloggingpp py-owslib
-ebms py-oyaml
-ecbuild py-p2j
-eccodes py-pacifica-downloader
-eccodes-cosmo-resources py-pacifica-namespace
-ecdsautils py-pacifica-uploader
-ecflow py-packaging
-eckit py-pager
-eclipse-gcj-parser py-paho-mqtt
-ecmwf-atlas py-palettable
-ecos py-pamela
-ecoslim py-panaroo
-ecp-data-vis-sdk py-pandas
-ecp-proxy-apps py-pandas-datareader
-ectrans py-pandas-stubs
-ed py-pandera
-editline py-pandocfilters
-editorconfig py-panedr
-editres py-panel
-edm4hep py-papermill
-eem py-paralleltask
-efivar py-param
-egl py-parameterized
-eigen py-paramiko
-eigenexa py-paramz
-elasticsearch py-parasail
-elastix py-parmed
-elbencho py-parse
-elfio py-parse-type
-elfutils py-parsedatetime
-elk py-parsimonious
-elmerfem py-parsl
-elpa py-parsley
-elsd py-parso
-elsdc py-partd
-elsi py-particle
-emacs py-paste
-ember py-pastedeploy
-emblmygff3 py-pastel
-emboss py-pastml
-embree py-patch
-enca py-patch-ng
-enchant py-path-py
-energyplus py-pathlib-abc
-ensmallen py-pathlib2
-entrezdirect py-pathml
-entt py-pathos
-environment-modules py-pathsimanalysis
-enzo py-pathspec
-enzyme py-pathtools
-eospac py-pathvalidate
-epic py-pathy
-epics-base py-patool
-epics-ca-gateway py-patsy
-epics-pcas py-pauvre
-epics-snmp py-pbr
-eprosima-fastcdr py-pdb-tools
-eprosima-fastdds py-pdbfixer
-epsic py-pdequinox
-eq-r py-pdf2image
-er py-pdm-backend
-erf py-pdm-pep517
-erfa py-pdoc3
-erlang py-peachpy
-ermod py-peakutils
-erne py-pebble
-es-shell py-peft
-esmf py-pelicanfs
-espanso py-pem
-essl py-pendulum
-estarlight py-pennylane
-esys-particle py-pennylane-lightning
-etcd py-pennylane-lightning-kokkos
-ethminer py-pep517
-ethtool py-pep8
-etsf-io py-pep8-naming
-eve py-perfdump
-evemu py-performance
-everytrace py-periodictable
-everytrace-example py-petastorm
-evieext py-petname
-evtgen py-petsc4py
-exabayes py-pexpect
-exaca py-pfzy
-exactextract py-pgzip
-exago py-phanotate
-examl py-phonenumbers
-exampm py-phonopy
-exasp2 py-photutils
-exawind py-phydms
-exaworks py-phylophlan
-exchcxx py-pickle5
-exciting py-pickleshare
-exempi py-picmistandard
-exiv2 py-picrust2
-exmcutils py-pid
-exo py-pika
-exodusii py-pillow
-exonerate py-pillow-simd
-exonerate-gff3 py-pint
-expat py-pint-xarray
-expect py-pip
-express py-pipcl
-exprtk py-pipdeptree
-extrae py-piper
-exuberant-ctags py-pipits
-eza py-pispino
-eztrace py-pivy
-f2c py-pkgconfig
-f3d py-pkginfo
-f77-zmq py-pkgutil-resolve-name
-f90cache py-plac
-fabtests py-plaid
-fabulous py-planar
-faircmakemodules py-planet
-fairlogger py-planetary-computer
-fairmq py-platformdirs
-fairroot py-plotext
-fairsoft-bundle py-plotille
-fairsoft-config py-plotly
-faiss py-plotnine
-fakechroot py-pluggy
-faketime py-plum-dispatch
-fakexrandr py-ply
-falco py-pmtiles
-falcon py-pmw
-fann py-pmw-patched
-faodel py-pockets
-fargparse py-poetry
-fasd py-poetry-core
-fast-float py-poetry-dynamic-versioning
-fast-global-file-status py-poetry-plugin-export
-fasta py-poetry-plugin-tweak-dependencies-version
-fastani py-polars
-fastdb py-pomegranate
-fastdfs py-pooch
-fastjar py-portalocker
-fastjet py-portend
-fastjson py-portpicker
-fastmath py-postcactus
-fastme py-poster
-fastor py-pot
-fastp py-pox
-fastphase py-poxy
-fastplong py-poyo
-fastq-scan py-ppft
-fastq-screen py-pprintpp
-fastqc py-pre-commit
-fastqvalidator py-prefect
-fasttext py-preshed
-fasttransforms py-pretrainedmodels
-fasttree py-pretty-errors
-fastx-toolkit py-prettytable
-faust py-priority
-fbgemm py-profilehooks
-fca py-proglog
-fcgi py-progress
-fckit py-progressbar2
-fd py-progressbar33
-fdb py-projectq
-fds py-prokaryote
-fdupes py-prometheus-client
-feh py-prometheus-flask-exporter
-fenics py-promise
-fenics-basix py-prompt-toolkit
-fenics-dolfinx py-propcache
-fenics-ufcx py-properscoring
-feq-parse py-proto-plus
-fermi py-protobuf
-fermikit py-protoc-gen-swagger
-fermisciencetools py-prov
-ferret py-proxystore
-feynhiggs py-prwlock
-ffb py-psalg
-fflas-ffpack py-psana
-ffmpeg py-psij-python
-ffr py-psims
-ffsb py-psmon
-ffte py-pspamm
-fftw py-psutil
-fftx py-psyclone
-fgsl py-psycopg2
-fiat py-psygnal
-fides py-ptyprocess
-figcone py-pubchempy
-figlet py-pudb
-figtree py-pulp
-file py-pulsar-galaxy-lib
-filebench py-pure-eval
-filo py-pure-sasl
-filtlong py-puremagic
-fimpute py-py
-finch py-py-cpuinfo
-findbugs py-py-spy
-findutils py-py-tes
-fio py-py2bit
-fipscheck py-py2neo
-fish py-py4j
-fixesproto py-py6s
-fj py-pyabel
-fjcontrib py-pyaestro
-fl py-pyahocorasick
-flac py-pyamg
-flamegraph py-pyaml
-flamemaster py-pyaml-env
-flann py-pyani
-flap py-pyarrow
-flash py-pyasn1
-flashdimmsim py-pyasn1-modules
-flatbuffers py-pyassimp
-flatcc py-pyautogui
-flcl py-pybedtools
-flecsi py-pybids
-flecsph py-pybigwig
-fleur py-pybind11
-flex py-pybind11-stubgen
-flexi py-pybktree
-flexiblas py-pybobyqa
-flibcpp py-pybrain
-flink py-pybtex
-flint py-pybtex-docutils
-flit py-pybv
-fltk py-pycairo
-fluidnumerics-self py-pycares
-flume py-pycbc
-flux py-pycgns
-flux-core py-pychecker
-flux-pmix py-pycifrw
-flux-python py-pyclibrary
-flux-sched py-pycm
-flux-security py-pycmd
-fluxbox py-pycocotools
-fmi4cpp py-pycodestyle
-fms py-pycollada
-fmt py-pycompadre
-foam-extend py-pyconify
-foldseek py-pycorenlp
-folly py-pycortex
-font-util py-pycosat
-fontcacheproto py-pycparser
-fontconfig py-pycrypto
-fontsproto py-pycryptodome
-fonttosfnt py-pycryptodomex
-foonathan-memory py-pyct
-form py-pycubexr
-formetis py-pycuda
-fortrilinos py-pycurl
-fortuno py-pydantic
-fossil py-pydantic-compat
-foundationdb py-pydantic-core
-fox py-pydantic-extra-types
-fp16 py-pydantic-settings
-fpart py-pydantic-tes
-fpc py-pydap
-fpchecker py-pydata-sphinx-theme
-fping py-pydatalog
-fplll py-pydeface
-fplo py-pydeprecate
-fpm py-pydeps
-fpocket py-pydevtool
-fpzip py-pydftracer
-fq py-pydicom
-fqtrim py-pydispatcher
-fr-hit py-pydmd
-fraggenescan py-pydocstyle
-freebayes py-pydoe
-freecad py-pydoe2
-freefem py-pydot
-freeglut py-pydot2
-freeimage py-pydotplus
-freeipmi py-pydub
-freesasa py-pyeda
-freesurfer py-pyedr
-freetype py-pyee
-freexl py-pyelftools
-fribidi py-pyem
-frobby py-pyenchant
-frontier-client py-pyepsg
-frontistr py-pyerfa
-frugally-deep py-pyeventsystem
-fseq py-pyface
-fsl py-pyfaidx
-fslsfonts py-pyfasta
-fstobdf py-pyfastaq
-fstrack py-pyfftw
-ftgl py-pyfiglet
-ftjam py-pyfits
-ftk py-pyfive
-ftobjectlibrary py-pyflakes
-ftxui py-pyfr
-fujitsu-fftw py-pygame
-fujitsu-frontistr py-pygdal
-fujitsu-mpi py-pygdbmi
-fujitsu-ssl2 py-pygelf
-fullock py-pygeos
-func py-pygetwindow
-functionalplus py-pygit2
-funhpc py-pygithub
-funwave py-pyglet
-fuse-overlayfs py-pygments
-fusion-io py-pygments-pytest
-fvtkhdf py-pygmsh
-fwq py-pygmt
-fxdiv py-pygobject
-fxt py-pygps
-fyba py-pygpu
-fzf py-pygraphviz
-g2 py-pygresql
-g2c py-pygrib
-g2o py-pygtrie
-g2tmpl py-pyh5md
-g4abla py-pyhdf
-g4adept py-pyheadtail
-g4channeling py-pyhmmer
-g4emlow py-pyhull
-g4ensdfstate py-pyicu
-g4hepem py-pyinstrument
-g4incl py-pyinstrument-cext
-g4ndl py-pyisemail
-g4neutronxs py-pyjnius
-g4nudexlib py-pyjwt
-g4particlexs py-pyke
-g4photonevaporation py-pykerberos
-g4pii py-pykml
-g4radioactivedecay py-pykokkos-base
-g4realsurface py-pykwalify
-g4saiddata py-pylab-sdk
-g4tendl py-pylatex
-g4urrpt py-pyld
-g4vg py-pylev
-gadap py-pylibjpeg-libjpeg
-gamess-ri-mp2-miniapp py-pylibjpeg-openjpeg
-gams py-pylibjpeg-rle
-gapbs py-pylibmagic
-gapcloser py-pylikwid
-gapfiller py-pylint
-garcon py-pylint-gitlab
-garfieldpp py-pylith
-gasnet py-pylops
-gatb-core py-pymatgen
-gate py-pymatreader
-gatepet2stir py-pymbolic
-gatetools py-pymc3
-gatk py-pymdown-extensions
-gau2grid py-pymeeus
-gaudi py-pyminifier
-gaussian py-pymol
-gaussian-view py-pymongo
-gauxc py-pymoo
-gawk py-pymorph
-gbl py-pympler
-gblocks py-pymsgbox
-gcc py-pymummer
-gcc-runtime py-pymumps
-gccmakedep py-pymupdf
-gccxml py-pymupdf-fonts
-gchp py-pymysql
-gcta py-pynacl
-gdal py-pynio
-gdb py-pynisher
-gdbm py-pynn
-gdk-pixbuf py-pynndescent
-gdl py-pynpm
-gdrcopy py-pynrrd
-geant3 py-pynucleus
-geant4 py-pynumpress
-geant4-data py-pynvim
-geant4-vmc py-pynvml
-geany py-pynvtx
-gearshifft py-pyodbc
-gegelati py-pyogrio
-gegl py-pyomo
-gem5 py-pyopencl
-gemma py-pyopengl
-gemmlowp py-pyopenssl
-genemark-et py-pypar
-generalbrokenlines py-pyparsing
-generate-ninja py-pypdf
-generax py-pypdf2
-genesis py-pypeflow
-genfit py-pypeg2
-gengeo py-pyperclip
-gengetopt py-pyperf
-genie py-pypinfo
-genomefinisher py-pypinyin
-genometools py-pypistats
-genomeworks py-pypng
-genrich py-pyppeteer
-geode py-pyprecice
-geoip-api-c py-pyprof2html
-geomodel py-pyproj
-geos py-pyproject-hooks
-getorganelle py-pyproject-metadata
-gettext py-pyproject-parser
-gexiv2 py-pypulse
-gfal2 py-pyqi
-gfal2-util py-pyqt-builder
-gfan py-pyqt4
-gffcompare py-pyqt5
-gffread py-pyqt5-sip
-gflags py-pyqt6
-gfsio py-pyqt6-sip
-gftl py-pyqtgraph
-gftl-shared py-pyquaternion
-ggml py-pyreadline
-gh py-pyrect
-ghex py-pyrevolve
-ghost py-pyrfr
-ghostscript py-pyro-api
-ghostscript-fonts py-pyro-ppl
-giblib py-pyro4
-giflib py-pyroaring
-gimp py-pyrocko
-ginac py-pyrodigal
-ginkgo py-pyrodigal-gv
-giraph py-pyrometheus
-git py-pyrr
-git-annex py-pyrsistent
-git-fat-git py-pysam
-git-filter-repo py-pyscaf
-git-imerge py-pyscf
-git-lfs py-pyscipopt
-gitconddb py-pyscreeze
-givaro py-pyseer
-gl2ps py-pyserial
-glab py-pysftp
-glew py-pyshacl
-glfmultiples py-pyshp
-glfw py-pyside2
-glib py-pysimdjson
-glib-bootstrap py-pysindy
-glib-networking py-pysmartdl
-glibc py-pysmiles
-glibmm py-pysocks
-glimmer py-pysolar
-glm py-pyspark
-global py-pyspellchecker
-globalarrays py-pyspice
-globus-callout py-pyspnego
-globus-common py-pyspoa
-globus-ftp-client py-pyspod
-globus-ftp-control py-pysqlite3
-globus-gass-copy py-pystac
-globus-gass-transfer py-pystac-client
-globus-gsi-callback py-pystache
-globus-gsi-cert-utils py-pystan
-globus-gsi-credential py-pysurfer
-globus-gsi-openssl-error py-pytablewriter
-globus-gsi-proxy-core py-pytailf
-globus-gsi-proxy-ssl py-pytaridx
-globus-gsi-sysconfig py-pytecplot
-globus-gss-assist py-pyteomics
-globus-gssapi-error py-pytesseract
-globus-gssapi-gsi py-pytest
-globus-io py-pytest-aiohttp
-globus-openssl-module py-pytest-allclose
-globus-xio py-pytest-arraydiff
-globus-xio-gsi-driver py-pytest-astropy
-globus-xio-pipe-driver py-pytest-astropy-header
-globus-xio-popen-driver py-pytest-asyncio
-glog py-pytest-benchmark
-gloo py-pytest-cache
-glow py-pytest-check-links
-glpk py-pytest-cmake
-glproto py-pytest-cov
-gluegen py-pytest-cpp
-glusterfs py-pytest-datadir
-glvis py-pytest-doctestplus
-glx py-pytest-fail-slow
-gmake py-pytest-filter-subpackage
-gmap-gsnap py-pytest-flake8
-gmic py-pytest-flakes
-gmime py-pytest-forked
-gmodel py-pytest-html
-gmp py-pytest-httpbin
-gmsh py-pytest-isort
-gmt py-pytest-lazy-fixture
-gmtsar py-pytest-memray
-gnat py-pytest-metadata
-gnds py-pytest-mock
-gnina py-pytest-mpi
-gnome-common py-pytest-mypy
-gnuconfig py-pytest-openfiles
-gnupg py-pytest-parallel
-gnuplot py-pytest-pep8
-gnuradio py-pytest-pylint
-gnutls py-pytest-qt
-go py-pytest-random-order
-go-bootstrap py-pytest-regtest
-go-md2man py-pytest-remotedata
-go-sh py-pytest-reportlog
-goaccess py-pytest-retry
-gobject-introspection py-pytest-runner
-goblin-hmc-sim py-pytest-socket
-gocryptfs py-pytest-subprocess
-goimports py-pytest-timeout
-goma py-pytest-workflow
-gomplate py-pytest-xdist
-google-cloud-cli py-python-benedict
-google-cloud-cpp py-python-bioformats
-google-crc32c py-python-box
-googletest py-python-calamine
-gopls py-python-certifi-win32
-gosam-contrib py-python-constraint
-goshimmer py-python-crfsuite
-gotcha py-python-daemon
-gource py-python-dateutil
-gpcnet py-python-deprecated
-gperf py-python-discovery
-gperftools py-python-docs-theme
-gpgme py-python-docx
-gpi-2 py-python-dotenv
-gpi-space py-python-editor
-gplates py-python-engineio
-gprofng-gui py-python-fmask
-gprolog py-python-fsutil
-gptl py-python-gitlab
-gptune py-python-hostlist
-gpu-burn py-python-igraph
-gpuscout py-python-javabridge
-gqrx py-python-jenkins
-gr-osmosdr py-python-jose
-grabix py-python-json-logger
-grace py-python-keystoneclient
-grackle py-python-ldap
-gradle py-python-levenshtein
-grads py-python-libsbml
-grafana py-python-logstash
-graph500 py-python-louvain
-graphblast py-python-lsp-jsonrpc
-graphicsmagick py-python-lsp-ruff
-graphite2 py-python-lsp-server
-graphlib py-python-lzo
-graphmap py-python-magic
-graphviz py-python-mapnik
-grass py-python-markdown-math
-graylog2-server py-python-memcached
-green-mbpt py-python-multipart
-green-seet py-python-mumps
-greenx py-python-oauth2
-grep py-python-picard
-grib-util py-python-pptx
-gribjump py-python-ptrace
-grid py-python-rapidjson
-gridlab-d py-python-slugify
-gridtools py-python-socketio
-grnboost py-python-sotools
-groff py-python-subunit
-gromacs py-python-swiftclient
-gromacs-chain-coordinate py-python-utils
-gromacs-swaxs py-python-xlib
-grpc py-python-xmp-toolkit
-gsettings-desktop-schemas py-python3-openid
-gsi-ncdiag py-python3-xlib
-gsibec py-pythonqwt
-gsl py-pythonsollya
-gsl-lite py-pythran
-gslib py-pytimeparse
-gsoap py-pytng
-gspell py-pytokens
-gtfsort py-pytoml
-gtk-doc py-pytools
-gtkmm py-pytorch-gradual-warmup-lr
-gtkorvo-atl py-pytorch-lightning
-gtkorvo-cercs-env py-pytorch-sphinx-theme
-gtkorvo-dill py-pytorch-warmup
-gtkorvo-enet py-pyts
-gtkplus py-pytuq
-gtksourceview py-pytweening
-gts py-pytz
-guacamole-client py-pyu2f
-guacamole-server py-pyudev
-guidance py-pyugrid
-guile py-pyupgrade
-gunrock py-pyusb
-gurobi py-pyutilib
-gvproxy py-pyuwsgi
-gxsview py-pyvcf
-gzip py-pyvips
-h2database py-pyvista
-h5bench py-pyvistaqt
-h5cpp py-pyviz-comms
-h5hut py-pyvolve
-h5part py-pywavelets
-h5utils py-pywcs
-h5z-zfp py-pywin32
-haccabana py-pywinpty
-hacckernels py-pyworld
-hackrf-host py-pyxlsb
-hadoop py-pyyaml
-hadoop-xrootd py-pyyaml-env-tag
-hal py-pyzmq
-half py-qdldl
-halide py-qiskit-aer
-hama py-qiskit-ibm-provider
-hammer py-qiskit-nature
-hapcut2 py-qiskit-terra
-hapdip py-qmtest
-haploview py-qpsolvers
-haproxy py-qpth
-hard py-qrcode
-hardlink py-qsymm
-harfbuzz py-qtawesome
-harminv py-qtconsole
-hashcat py-qtpy
-haveged py-quantiphy
-hazelcast py-quantities
-hbase py-quantum-blackbird
-hbm-dramsim2 py-quantum-xir
-hc py-quart
-hcoll py-quast
-hdf py-quaternionic
-hdf-eos2 py-qudida
-hdf-eos5 py-queryablelist
-hdf5 py-querystring-parser
-hdf5-blosc py-questionary
-hdf5-vfd-gds py-qutip
-hdf5-vol-async py-qutip-qip
-hdf5-vol-cache py-rachis
-hdf5-vol-daos py-radiant-mlhub
-hdf5-vol-external-passthrough py-radical-entk
-hdf5-vol-log py-radical-gtod
-hdfview py-radical-pilot
-healpix-cxx py-radical-saga
-heaptrack py-radical-utils
-heasoft py-ranger-fm
-heffte py-rapidfuzz
-heimdall py-rapidfuzz-capi
-helib py-rarfile
-helics py-rassumfrassum
-helm py-rasterio
-help2man py-rasterstats
-henson py-ratelim
-hepmc py-ratelimiter
-hepmc3 py-raven
-hepmcanalysis py-ray
-heppdt py-rbtools
-heputils py-rdflib
-hermes py-rdflib-jsonld
-hermes-shm py-rdt
-herwig3 py-reacton
-herwigpp py-readchar
-hevea py-readme-renderer
-heyoka py-recommonmark
-hh-suite py-redis
-hibench py-referencing
-hicolor-icon-theme py-refgenconf
-hicops py-refgenie
-hicup py-regex
-highfive py-regionmask
-highway py-regions
-highwayhash py-reindent
-hiop py-relion
-hip py-relion-blush
-hip-tensor py-relion-classranker
-hip-tests py-repligit
-hipace py-reportlab
-hipblas py-reportseff
-hipblas-common py-repoze-lru
-hipblaslt py-reproject
-hipcc py-requests
-hipcub py-requests-cache
-hipdnn py-requests-file
-hipfft py-requests-ftp
-hipfort py-requests-futures
-hipify-clang py-requests-kerberos
-hiprand py-requests-mock
-hipsolver py-requests-ntlm
-hipsparse py-requests-oauthlib
-hipsparselt py-requests-toolbelt
-hipsycl py-requests-unixsocket
-hiptt py-requirements-parser
-hiredis py-reretry
-hisat2 py-resampy
-hisea py-resize-right
-hive py-resolvelib
-hivex py-responses
-hmmer py-resultsfile
-hohqmesh py-retry
-homer py-retry-decorator
-hoomd-blue py-retrying
-hoppet py-retworkx
-hotspot py-rfc3339-validator
-hp2p py-rfc3986
-hpc-beeflow py-rfc3986-validator
-hpcc py-rfc3987-syntax
-hpccg py-rich
-hpcg py-rich-argparse
-hpckit py-rich-click
-hpctoolkit py-rio-pmtiles
-hpcviewer py-rios
-hpcx-mpi py-rioxarray
-hpddm py-rise
-hpgmg py-river
-hping py-rmm
-hpl py-rnc2rng
-hpx py-robocrys
-hpx-kokkos py-robotframework
-hpx5 py-rocrate
-hsa-amd-aqlprofile py-roifile
-hsa-rocr-dev py-roman-numerals
-hsakmt py-roman-numerals-py
-hsakmt-roct py-rope
-hsf-cmaketools py-rosdep
-hssp py-rosdistro
-hstr py-rosinstall
-hto4l py-rosinstall-generator
-htop py-rospkg
-htslib py-rotary-embedding-torch
-http-get py-rouge-score
-http-load py-routes
-http-parser py-rpds-py
-http-ping py-rply
-http-post py-rpy2
-httpd py-rsa
-httperf py-rsatoolbox
-httpie py-rseqc
-httping py-rst2pdf
-httpress py-rtoml
-hub py-rtree
-hudi py-ruamel-ordereddict
-hugo py-ruamel-yaml
-hunspell py-ruamel-yaml-clib
-hw-probe py-ruamel-yaml-jinja2
-hwdata py-rucio-clients
-hwloc py-ruff
-hwmalloc py-rustworkx
-hybpiper py-rx
-hybrid-lambda py-s3cmd
-hybridsim py-s3fs
-hycom py-s3transfer
-hydra py-sacrebleu
-hydrogen py-sacremoses
-hypar py-safe-netrc
-hyperfine py-safetensors
-hyperqueue py-salib
-hyperscan py-sarif-tools
-hyphen py-scandir
-hyphy py-scanpy
-hypre py-schema
-hypre-cmake py-schema-salad
-hypredrive py-scientificpython
-hztool py-scifem
-i3 py-scikit-build
-ibm-databroker py-scikit-build-core
-ibmisc py-scikit-fmm
-icarus py-scikit-fuzzy
-iceauth py-scikit-image
-icedtea py-scikit-learn
-icet py-scikit-learn-extra
-icey py-scikit-matter
-ico py-scikit-optimize
-icon py-scikit-sparse
-icu4c py-scikits-odes
-id3lib py-scine-chemoton
-idba py-scine-puffin
-idg py-scinum
-idl py-scipy
-iegenlib py-scitokens
-ignite py-scooby
-igprof py-scoop
-igraph py-scp
-igv py-screed
-igvtools py-scs
-ike-scan py-sdmetrics
-ilmbase py-sdnotify
-ima-evm-utils py-sdv
-imagemagick py-seaborn
-imake py-secretstorage
-imath py-seekpath
-imgui py-segmentation-models-pytorch
-imlib2 py-selenium
-imod py-semantic-version
-imp py-semver
-impalajit py-send2trash
-improved-rdock py-sentencepiece
-impute2 py-sentry-sdk
-indicators py-seqeval
-infernal py-sequence-models
-influxdb py-seriate
-iniparser py-serpent
-inputproto py-session-info
-integratorxx py-setproctitle
-intel-gpu-tools py-setupmeta
-intel-gtpin py-setuptools
-intel-llvm py-setuptools-cpp
-intel-mlc py-setuptools-git
-intel-mpi-benchmarks py-setuptools-git-versioning
-intel-oneapi-advisor py-setuptools-reproducible
-intel-oneapi-ccl py-setuptools-rust
-intel-oneapi-compilers py-setuptools-scm
-intel-oneapi-compilers-classic py-setuptools-scm-git-archive
-intel-oneapi-dal py-sfepy
-intel-oneapi-dnn py-sgp4
-intel-oneapi-dpct py-sh
-intel-oneapi-dpl py-shap
-intel-oneapi-inspector py-shapely
-intel-oneapi-ipp py-shellescape
-intel-oneapi-ippcp py-shellingham
-intel-oneapi-itac py-shiboken2
-intel-oneapi-mkl py-shippinglabel
-intel-oneapi-mpi py-shortbred
-intel-oneapi-runtime py-shortuuid
-intel-oneapi-tbb py-shroud
-intel-oneapi-vpl py-shtab
-intel-oneapi-vtune py-simpervisor
-intel-pin py-simple-slurm
-intel-tbb py-simpleeval
-intel-xed py-simplegeneric
-interproscan py-simplejson
-intltool py-simplekml
-ioapi py-simpletraj
-ior py-simpy
-iotaa py-simsimd
-iozone py-singledispatchmethod
-ip py-sip
-ipcalc py-six
-iperf2 py-skl2onnx
-iperf3 py-slepc4py
-ipm py-slicer
-ipopt py-slurm-pipeline
-iproute2 py-smac
-iptraf-ng py-smart-open
-iq-tree py-smartredis
-irep py-smartsim
-isa-l py-smartypants
-isa-l-crypto py-smmap
-isaac py-smolagents
-isaac-server py-smote-variants
-isc-dhcp py-snakemake-executor-plugin-azure-batch
-iscdtoolbox-commons py-snakemake-executor-plugin-cluster-generic
-iscdtoolbox-elasticity py-snakemake-executor-plugin-cluster-sync
-isescan py-snakemake-executor-plugin-drmaa
-isl py-snakemake-executor-plugin-flux
-iso-codes py-snakemake-executor-plugin-googlebatch
-isoquant py-snakemake-executor-plugin-kubernetes
-ispc py-snakemake-executor-plugin-slurm
-istio py-snakemake-executor-plugin-slurm-jobstep
-itensor py-snakemake-executor-plugin-tes
-itk py-snakemake-interface-common
-itstool py-snakemake-interface-executor-plugins
-itsx py-snakemake-interface-logger-plugins
-iwyu py-snakemake-interface-report-plugins
-jacamar-ci py-snakemake-interface-scheduler-plugins
-jackcess py-snakemake-interface-storage-plugins
-jafka py-snakemake-storage-plugin-azure
-jags py-snakemake-storage-plugin-fs
-jali py-snakemake-storage-plugin-ftp
-jansi py-snakemake-storage-plugin-gcs
-jansi-native py-snakemake-storage-plugin-http
-jansson py-snakemake-storage-plugin-pelican
-jasper py-snakemake-storage-plugin-rucio
-javafx py-snakemake-storage-plugin-s3
-jbigkit py-snakemake-storage-plugin-sftp
-jblob py-snakemake-storage-plugin-zenodo
-jchronoss py-snakeviz
-jdk py-snappy
-jedi-cmake py-sncosmo
-jellyfish py-sniffio
-jemalloc py-snoop
-jetty-project py-snowballstemmer
-jhpcn-df py-snuggs
-jimtcl py-sobol-seq
-jline3 py-social-auth-core
-jmol py-sonlib
-jogl py-sortedcollections
-jonquil py-sortedcontainers
-jose py-soundfile
-jpegoptim py-soupsieve
-jq py-soyclustering
-json-c py-spacy
-json-cwx py-spacy-legacy
-json-fortran py-spacy-loggers
-json-glib py-spacy-models-en-core-web-sm
-jsoncons py-spacy-models-en-vectors-web-lg
-jsoncpp py-sparse
-jsonnet py-spatialist
-jstorm py-spatialite
-jube py-spatialpandas
-judy py-spdlog
-jujutsu py-spectra
-julea py-spectral
-julia py-spectrum-utils
-jump py-speech-recognition
-junit4 py-spefile
-just py-spgl1
-justbuild py-spglib
-jwt-cpp py-spherical
-jxrlib-debian py-sphericart
-k8 py-sphericart-torch
-kadath py-sphinx
-kafka py-sphinx-argparse
-kagen py-sphinx-autodoc-typehints
-kahip py-sphinx-basic-ng
-kaiju py-sphinx-book-theme
-kakoune py-sphinx-bootstrap-theme
-kakoune-lsp py-sphinx-click
-kaks-calculator py-sphinx-copybutton
-kaldi py-sphinx-design
-kalign py-sphinx-fortran
-kallisto py-sphinx-gallery
-karma py-sphinx-github-changelog
-kassiopeia py-sphinx-immaterial
-kbd py-sphinx-jinja2-compat
-kbproto py-sphinx-multiversion
-kcov py-sphinx-prompt
-kdiff3 py-sphinx-removed-in
-kea py-sphinx-rtd-dark-mode
-kealib py-sphinx-rtd-theme
-keepalived py-sphinx-tabs
-keepassxc py-sphinx-theme-builder
-kenlm py-sphinx-toolbox
-kentutils py-sphinxautomodapi
-keyutils py-sphinxcontrib-applehelp
-khmer py-sphinxcontrib-bibtex
-kibana py-sphinxcontrib-devhelp
-kicad py-sphinxcontrib-htmlhelp
-kim-api py-sphinxcontrib-issuetracker
-kinesis py-sphinxcontrib-jquery
-kineto py-sphinxcontrib-jsmath
-kitty py-sphinxcontrib-mermaid
-kmergenie py-sphinxcontrib-moderncmakedomain
-kmod py-sphinxcontrib-napoleon
-knem py-sphinxcontrib-plantuml
-kokkos py-sphinxcontrib-programoutput
-kokkos-fft py-sphinxcontrib-qthelp
-kokkos-kernels py-sphinxcontrib-serializinghtml
-kokkos-nvcc-wrapper py-sphinxcontrib-spelling
-kokkos-tools py-sphinxcontrib-tikz
-koliop py-sphinxcontrib-trio
-kraken py-sphinxcontrib-websupport
-kraken2 py-sphinxemoji
-krakenuniq py-sphobjinv
-krb5 py-spykeutils
-krims py-spython
-kripke py-sqlalchemy
-kubectl py-sqlalchemy-migrate
-kubernetes py-sqlalchemy-stubs
-kumi py-sqlalchemy-utils
-kvasir-mpl py-sqlitedict
-kvtree py-sqlparse
-kylin py-srsly
-kynema py-sseclient
-kynema-driver py-sshtunnel
-kynema-fmb py-sspilib
-kynema-sgf py-stack-data
-kynema-ugf py-starfile
-kyotocabinet py-starlette
-ladot py-starlette-context
-laghos py-starsessions
-lame py-stashcp
-lammps py-statmorph
-lammps-example-plugin py-statsmodels
-landsfcutil py-stdlib-list
-lanl-cmake-modules py-stestr
-lapackpp py-stevedore
-last py-stomp-py
-lastz py-stopit
-laszip py-storm
-latex2html py-stratify
-latte py-strawberryfields
-launchmon py-streamlit
-laynii py-stringzilla
-lazygit py-striprtf
-lazyten py-stsci-distutils
-lbann py-stui
-lbfgspp py-submitit
-lbxproxy py-subrosa
-lc-framework py-subword-nmt
-lcals py-supermercado
-lcc py-superqt
-lcgenv py-supervisor
-lci py-svgpath
-lcio py-svgpathtools
-lcms py-svgutils
-lcov py-svgwrite
-ldak py-swagger-spec-validator
-ldc py-symengine
-ldc-bootstrap py-symfit
-ldsc py-sympy
-lean4 py-syned
-legion py-sysrsync
-lemon py-systemd-python
-leptonica py-tabledata
-lerc py-tables
-less py-tabulate
-lesstif py-tatsu
-leveldb py-tblib
-lfortran py-tbparse
-lftp py-tcolorpy
-lhapdf py-tempita
-lhapdf5 py-templateflow
-lhapdfsets py-tempora
-libabigail py-tenacity
-libaec py-tensorboard
-libaio py-tensorboard-data-server
-libao py-tensorboard-plugin-wit
-libapplewm py-tensorboardx
-libapreq2 py-tensorflow
-libarchive py-tensorflow-datasets
-libasr py-tensorflow-estimator
-libassuan py-tensorflow-hub
-libatasmart py-tensorflow-metadata
-libatomic-ops py-tensorflow-probability
-libavif py-tensorly
-libbacktrace py-tensorstore
-libbeagle py-termcolor
-libbeato py-termgraph
-libbeef py-terminado
-libbigwig py-terminaltables
-libbinio py-tern
-libblastrampoline py-tesorter
-libbsd py-testfixtures
-libbson py-testinfra
-libbytesize py-testpath
-libcanberra py-testrepository
-libcap py-testresources
-libcap-ng py-testscenarios
-libcatalyst py-testtools
-libceed py-tetoolkit
-libcerf py-text-unidecode
-libcgroup py-textblob
-libcifpp py-texttable
-libcint py-textual
-libcircle py-textual-fspicker
-libconfig py-textual-plotext
-libconfuse py-textwrap3
-libcroco py-textx
-libctl py-tf-keras
-libcudf py-tf2onnx
-libcuml py-tfdlpack
-libcumlprims py-theano
-libcxi py-thewalrus
-libcxxwrap-julia py-thinc
-libcyaml py-thop
-libdaemon py-threadpoolctl
-libdap4 py-throttler
-libdatrie py-tidynamics
-libdc1394 py-tifffile
-libde265 py-tiktoken
-libdeflate py-tilelang
-libdicom py-timezonefinder
-libdisplay-info py-timm
-libdistributed py-tinyarray
-libdivsufsort py-tinycss2
-libdmx py-tinydb
-libdrm py-tinyrecord
-libdwarf py-tld
-libeatmydata py-tldextract
-libecpint py-tmtools
-libedit py-tokenize-rt
-libefence py-tokenizers
-libelf py-toml
-libemos py-tomli
-libepoxy py-tomli-w
-libestr py-tomlkit
-libev py-tomopy
-libevdev py-toolz
-libevent py-topiary-asr
-libevpath py-toposort
-libexif py-torch
-libfabric py-torch-c-dlpack-ext
-libfastcommon py-torch-cluster
-libfastjson py-torch-fidelity
-libffi py-torch-geometric
-libffs py-torch-harmonics
-libfirefly py-torch-nvidia-apex
-libfive py-torch-scatter
-libflame py-torch-sparse
-libfms py-torch-spex
-libfontenc py-torch-spline-conv
-libfort py-torchaudio
-libfs py-torchbenchmark
-libftdi py-torchdata
-libfuse py-torchdiffeq
-libfyaml py-torchfile
-libgain py-torchgeo
-libgcrypt py-torchmeta
-libgd py-torchmetrics
-libgdsii py-torchseg
-libgee py-torchsummary
-libgeopm py-torchtext
-libgeopmd py-torchtoolbox
-libgeotiff py-torchvision
-libgff py-tornado
-libgit2 py-tox
-libgit2-glib py-toyplot
-libgpg-error py-toytree
-libgpiod py-tpot
-libgpuarray py-tqdm
-libgridxc py-traceback2
-libgssglue py-trafilatura
-libgta py-trainax
-libgtextutils py-traitlets
-libgtop py-traits
-libgudev py-traitsui
-libhandy py-traittypes
-libharu py-trame
-libhbaapi py-trame-client
-libheif py-trame-common
-libhio py-trame-server
-libhugetlbfs py-trame-vtk
-libiberty py-trame-vuetify
-libibumad py-transformer-engine
-libical py-transformers
-libicd py-transforms3d
-libice py-transonic
-libiconv py-tree
-libid3tag py-tree-math
-libidl py-tree-sitter
-libidn py-tree-sitter-c
-libidn2 py-treehash
-libimagequant py-treelib
-libimobiledevice py-triangle
-libinih py-trieregex
-libint py-trimesh
-libisal py-triton
-libiscsi py-trl
-libjpeg py-trojanzoo-sphinx-theme
-libjpeg-turbo py-trove-classifiers
-libjson py-trx-python
-libjwt py-tuiview
-libjxl py-tuspy
-libkcapi py-tuswsgi
-libkml py-tweedledum
-libksba py-twine
-liblas py-twisted
-liblbfgs py-ty
-liblbxutil py-typed-ast
-libleidenalg py-typeguard
-liblockfile py-typepy
-liblognorm py-typer
-liblouis py-types-dataclasses
-libluv py-types-geopandas
-liblzf py-types-pkg-resources
-libmacaroons py-types-psutil
-libmad py-types-python-dateutil
-libmatheval py-types-pytz
-libmaus2 py-types-pyyaml
-libmaxminddb py-types-requests
-libmbim py-types-setuptools
-libmcfp py-types-shapely
-libmcrypt py-types-tqdm
-libmd py-types-typed-ast
-libmesh py-types-urllib3
-libmetalink py-typesentry
-libmetatensor py-typeshed-client
-libmetatensor-torch py-typing-extensions
-libmetatomic-torch py-typing-inspect
-libmicrodns py-typing-inspection
-libmicrohttpd py-typish
-libmmtf-cpp py-tzdata
-libmng py-tzlocal
-libmnl py-ubiquerg
-libmo-unpack py-uc-micro-py
-libmodbus py-ucsf-pyem
-libmolgrid py-ucx-py
-libmonitor py-uhi
-libmpdclient py-ujson
-libmypaint py-ultralytics
-libnbc py-umalqurra
-libndp py-umap-learn
-libnet py-umi-tools
-libnetfilter-conntrack py-uncertainties
-libnetfilter-cthelper py-uncertainty-toolbox
-libnetfilter-cttimeout py-unfoldnd
-libnetfilter-queue py-unicycler
-libnetworkit py-unidecode
-libnfnetlink py-unittest2py3k
-libnfs py-universal-pathlib
-libnfsidmap py-unshare
-libnftnl py-unyt
-libnids py-update-checker
-libnl py-uproot
-libnotify py-uproot3
-libnova py-uproot3-methods
-libnrm py-uqinn
-libnsl py-uri-template
-libogg py-uritemplate
-liboldx py-url-normalize
-libopts py-urllib3
-libp11 py-urllib3-secure-extra
-libpam py-urwid
-libpaper py-us
-libpcap py-userpath
-libpciaccess py-usgs
-libpfm4 py-utils
-libpipeline py-uv
-libplist py-uv-build
-libpmemobj-cpp py-uv-dynamic-versioning
-libpng py-uvicorn
-libpostal py-uvloop
-libpressio py-uvw
-libpressio-adios1 py-uwsgi
-libpressio-adios2 py-uxarray
-libpressio-dataset py-validate-pyproject
-libpressio-errorinjector py-validators
-libpressio-jit py-vascpy
-libpressio-nvcomp py-vcf-kit
-libpressio-opt py-vcrpy
-libpressio-predict py-vcstool
-libpressio-rmetric py-vcstools
-libpressio-sperr py-vcversioner
-libpressio-tools py-vector
-libpressio-tthresh py-vector-quantize-pytorch
-libproxy py-vermin
-libpsl py-vermouth-martinize
-libpsm3 py-versioneer
-libpsml py-versioneer-518
-libpspio py-versioningit
-libpthread-stubs py-verspec
-libpulsar py-vesin
-libqglviewer py-vine
-libqrencode py-virtualenv
-libquo py-virtualenv-clone
-libraqm py-virtualenvwrapper
-libraw1394 py-visdom
-librdkafka py-vispy
-librelp py-vl-convert-python
-libreproc py-voluptuous
-libressl py-vsc-base
-libristra py-vsc-install
-librmm py-vsts
-librom py-vsts-cd-manager
-librsb py-wadler-lindig
-librsvg py-waitress
-librtlsdr py-walinuxagent
-librttopo py-wand
-libsakura py-wandb
-libsamplerate py-warcio
-libseccomp py-warlock
-libsecret py-wasabi
-libsegfault py-watchdog
-libsharp py-watchfiles
-libshm py-waterdynamics
-libsigcpp py-waves
-libsignal-protocol-c py-wcsaxes
-libsigsegv py-wcwidth
-libsixel py-webargs
-libslirp py-webcolors
-libsm py-webdataset
-libsmeagol py-webdavclient3
-libsndfile py-webencodings
-libsodium py-webkit-server
-libsolv py-weblogo
-libspatialindex py-webob
-libspatialite py-websocket-client
-libspiro py-websockets
-libsplash py-werkzeug
-libspng py-wesanderson
-libssh py-wget
-libssh2 py-whatshap
-libstdcompat py-wheel
-libsvm py-whenever
-libszip py-whey
-libtar py-whey-pth
-libtasn1 py-whichcraft
-libtermkey py-whoosh
-libthai py-widgetsnbextension
-libtheora py-wids
-libtiff py-wigners
-libtirpc py-win-unicode-console
-libtlx py-wincertstore
-libtomlc99 py-word2number
-libtommath py-wordcloud
-libtool py-workload-automation
-libtorrent py-wradlib
-libtraceevent py-wrapt
-libtree py-wsproto
-libuecc py-wstool
-libunistring py-wub
-libunwind py-wurlitzer
-liburcu py-ww
-liburing py-wxflow
-libusb py-wxmplot
-libusbmuxd py-wxpython
-libuser py-x-clip
-libuv py-x21
-libuv-julia py-xanadu-cloud-client
-libva py-xarray
-libvdwxc py-xarray-regrid
-libverto py-xarray-tensorstore
-libvips py-xattr
-libvorbis py-xcdat
-libvori py-xdot
-libvpx py-xenv
-libvterm py-xesmf
-libwebp py-xgboost
-libwebsockets py-xgcm
-libwhich py-xhistogram
-libwindowswm py-xlrd
-libwmf py-xlsxwriter
-libwnck py-xlwt
-libx11 py-xmlplain
-libxau py-xmlrunner
-libxaw py-xmltodict
-libxaw3d py-xonsh
-libxc py-xopen
-libxcb py-xpyb
-libxcomposite py-xskillscore
-libxcrypt py-xtb
-libxcursor py-xvfbwrapper
-libxcvt py-xxhash
-libxdamage py-xyzservices
-libxdmcp py-yacman
-libxevie py-yacs
-libxext py-yahmm
-libxfce4ui py-yajl
-libxfce4util py-yamlreader
-libxfixes py-yapf
-libxfont py-yarl
-libxfont2 py-yaspin
-libxfontcache py-yolk3k
-libxft py-your
-libxi py-youtube-dl
-libxinerama py-yq
-libxkbcommon py-yt
-libxkbfile py-yt-dlp
-libxkbui py-yt-dlp-ejs
-libxml2 py-yte
-libxmu py-ytopt
-libxp py-ytopt-autotune
-libxpm py-z3-solver
-libxpresent py-zarr
-libxprintapputil py-zc-buildout
-libxprintutil py-zc-lockfile
-libxrandr py-zensical
-libxrender py-zfit
-libxres py-zfit-interface
-libxscrnsaver py-zfit-physics
-libxshmfence py-zict
-libxslt py-zipfile-deflate64
-libxsmm py-zipp
-libxstream py-zipstream-new
-libxt py-zope-event
-libxtrap py-zope-interface
-libxtst py-zstandard
-libxv py-zxcvbn
-libxvmc pygmo
-libxxf86dga pypy
-libxxf86misc pypy-bootstrap
-libxxf86vm pyrefly
-libyaml pystring
-libyogrt pythia6
-libzip pythia8
-libzmq python
-liftoff python-venv
-liggghts q-e-sirius
-lighttpd qb3
-ligra qca
-likwid qcachegrind
-lima qcat
-linaro-forge qctool
-linkphase3 qd
-linktest qemacs
-linsys-v qemu
-linux-external-modules qgis
-linux-headers qgraf
-linux-pam qhull
-linux-perf qjson
-lis qmcpack
-listres qmd-progress
-litestream qnnpack
-lizard qorts
-lksctp-tools qoz
-llama-cpp qpdf
-llhttp qperf
-llvm qrmumps
-llvm-amdgpu qrupdate
-llvm-doe qscintilla
-llvm-openmp qt
-llvm-openmp-ompt qt-5compat
-lm-sensors qt-base
-lmbench qt-creator
-lmdb qt-declarative
-lmod qt-quick3d
-lndir qt-quicktimeline
-lodepng qt-shadertools
-log4c qt-svg
-log4cplus qt-tools
-log4cpp qtgraph
-log4cxx qthreads
-logrotate qtkeychain
-logstash qtltools
-loki qualimap
-looptools quandary
-lordec quantum-espresso
-lorene quartz
-lp-solve qucs
-lrose-core quda
-lrslib quest
-lrzip quickjs
-lsd quicksilver
-lsf quo-vadis
-lshw quota
-lsof qwt
-lsquic qwtpolar
-lsscsi r
-ltp r-a4
-ltr-retriever r-a4base
-ltrace r-a4classif
-lua r-a4core
-lua-bit32 r-a4preproc
-lua-bitlib r-a4reporting
-lua-ffi r-abadata
-lua-lpeg r-abaenrichment
-lua-luafilesystem r-abind
-lua-luajit r-absseq
-lua-luajit-openresty r-acde
-lua-luaposix r-acepack
-lua-mpack r-acgh
-lua-sol2 r-acme
-lucene r-ada
-luit r-adabag
-lulesh r-ade4
-lumpy-sv r-adegenet
-lustre r-adegraphics
-lvarray r-adephylo
-lvm2 r-adespatial
-lwgrp r-adgoftest
-lwm2 r-adsplit
-lwtnn r-aer
-lxc r-afex
-lynx r-affxparser
-lz4 r-affy
-lzma r-affycomp
-lzo r-affycompatible
-lzop r-affycontam
-m4 r-affycoretools
-macfuse r-affydata
-macsio r-affyexpress
-mad-numdiff r-affyilm
-madgraph5amc r-affyio
-madis r-affypdnn
-madx r-affyplm
-maeparser r-affyqcreport
-mafft r-affyrnadegradation
-magic-enum r-agdex
-magics r-agilp
-magma r-agimicrorna
-mahout r-aims
-makedepend r-aldex2
-makedepf90 r-allelicimbalance
-maker r-alpine
-mallocmc r-als
-maloc r-alsace
-malt r-altcdfenvs
-mamba r-amap
-man-db r-amelia
-mapl r-ampliqueso
-mapnik r-analysispageserver
-mapserver r-anaquin
-mapsplice2 r-aneufinder
-maq r-aneufinderdata
-maqao r-animation
-mariadb r-annaffy
-mariadb-c-client r-annotate
-mark r-annotationdbi
-masa r-annotationfilter
-mash r-annotationforge
-masurca r-annotationhub
-mathematica r-anytime
-mathic r-aod
-mathicgb r-ape
-matio r-aplot
-matlab r-argparse
-matrix-switch r-arm
-maven r-aroma-light
-maverick r-arrangements
-mawk r-ash
-mbdyn r-askpass
-mbedtls r-asreml
-mc r-assertive
-mcl r-assertive-base
-mcpp r-assertive-code
-mct r-assertive-data
-mctc-lib r-assertive-data-uk
-mcutils r-assertive-data-us
-mdb r-assertive-datetimes
-mdspan r-assertive-files
-mdsplus r-assertive-matrices
-mdtest r-assertive-models
-med r-assertive-numbers
-medipack r-assertive-properties
-meep r-assertive-reflection
-mefit r-assertive-sets
-megadock r-assertive-strings
-megahit r-assertive-types
-melissa r-assertthat
-memaxes r-automap
-memcached r-backports
-meme r-bamsignals
-memkind r-base64
-memtailor r-base64enc
-memtester r-basilisk
-mepo r-basilisk-utils
-meraculous r-bayesfactor
-mercurial r-bayesm
-mercury r-bayesplot
-mergiraf r-bbmisc
-mesa r-beachmat
-mesa-demos r-beanplot
-mesa-glu r-beeswarm
-meshkit r-bench
-meshlab r-bfast
-meshoptimizer r-bfastspatial
-meshtool r-bglr
-meson r-bh
-mesquite r-biasedurn
-met r-bibtex
-metabat r-bigalgebra
-metacarpa r-biglm
-metaeuk r-bigmemory
-metal r-bigmemory-sri
-metall r-bindr
-metaphysicl r-bindrcpp
-methyldackel r-bio3d
-metis r-biobase
-metkit r-biocfilecache
-metplus r-biocgenerics
-mfem r-biocinstaller
-mg r-biocio
-mgard r-biocmanager
-mgardx r-biocneighbors
-mgcfd-op2 r-biocparallel
-mgis r-biocsingular
-microbiomeutil r-biocstyle
-microsocks r-biocversion
-migraphx r-biom-utils
-migrate r-biomart
-migrate-package-prs r-biomartr
-mii r-biomformat
-mille r-biostrings
-millepede r-biovizbase
-mimalloc r-bit
-mimic-mcl r-bit64
-minc-toolkit r-bitops
-minced r-blavaan
-mindthegap r-blob
-miniamr r-blockmodeling
-miniapp-ascent r-bluster
-miniasm r-bmp
-miniconda3 r-bookdown
-minife r-boot
-miniforge3 r-boruta
-minigan r-brew
-minighost r-bridgesampling
-minigmg r-brio
-minimap2 r-brms
-minimd r-brobdingnag
-minio r-broom
-miniocli r-broom-helpers
-miniqmc r-bsgenome
-minisign r-bsgenome-hsapiens-ucsc-hg19
-minismac2d r-bslib
-minitri r-bsseq
-minivite r-bumphunter
-minixyce r-bwstest
-minizip r-c50
-minuit r-ca
-miopen-hip r-cachem
-mira r-cairo
-miranda r-callr
-mirdeep2 r-car
-mitofates r-caracas
-mitos r-cardata
-mivisionx r-caret
-mixcr r-caretensemble
-mkfontdir r-caroline
-mkfontscale r-category
-mlc-llm r-catools
-mlhka r-cca
-mlocate r-ccp
-mlpack r-cdcfluview
-mlperf-deepcam r-cellranger
-mlst r-champ
-mmg r-champdata
-mmseqs2 r-checkmate
-mmv r-checkpoint
-moab r-chemometrics
-mochi-margo r-chipseq
-mochi-thallium r-chron
-model-angelo r-circlize
-model-traits r-circstats
-modeltest-ng r-clarabel
-modern-wheel r-class
-modylas r-classint
-mojitos r-cli
-mokutil r-clipr
-molcas r-clisymbols
-mold r-clock
-molden r-clue
-molgw r-cluster
-mongo-c-driver r-clustergeneration
-mongo-cxx-driver r-clusterprofiler
-mongodb-async-driver r-cmdstanr
-mono r-cner
-montage r-coda
-moosefs r-codetools
-moreutils r-codex
-mosesdecoder r-coin
-mosh r-colorspace
-mosquitto r-colourpicker
-mothur r-combinat
-motif r-commonmark
-motioncor2 r-complexheatmap
-mount-point-attributes r-compositions
-mozjpeg r-compquadform
-mozjs r-condop
-mpark-variant r-conflicted
-mpas-model r-conquer
-mpb r-consrank
-mpc r-construct
-mpdecimal r-contfrac
-mpe2 r-convevol
-mpest r-copula
-mpfi r-corhmm
-mpfr r-corpcor
-mpi-bash r-corrplot
-mpi-rockstar r-countrycode
-mpi-serial r-covr
-mpi-sync-clocks r-cowplot
-mpi-test-suite r-cpp11
-mpibenchmark r-crayon
-mpibind r-credentials
-mpich r-crosstalk
-mpidiff r-crul
-mpifileutils r-ctc
-mpigraph r-cubature
-mpilander r-cubist
-mpileaks r-curl
-mpip r-cvxr
-mpir r-d3r
-mpitrampoline r-dada2
-mpiwrapper r-data-table
-mpix-launch-swift r-dbi
-mpl r-dbplyr
-mppp r-debugme
-mpsolve r-decipher
-mpt r-delayedarray
-mptensor r-delayedmatrixstats
-mrbayes r-deldir
-mrbench r-dendextend
-mrchem r-densvis
-mrcpp r-deoptim
-mrnet r-deoptimr
-mrtrix3 r-deriv
-mruby r-desc
-mscclpp r-deseq
-mscgen r-deseq2
-msgpack-c r-desolve
-mshadow r-devtools
-msmc r-dexseq
-msmc2 r-diagram
-msmpi r-diagrammer
-msolve r-dicekriging
-msr-safe r-dichromat
-mstk r-diffobj
-mstore r-diffusionmap
-msvc r-digest
-mt-metis r-diptest
-mtn r-dir-expiry
-mui r-dirichletmultinomial
-mujoco r-dismo
-multicharge r-distributional
-multitail r-diversitree
-multitime r-dmrcate
-multiverso r-dnacopy
-mumax r-do-db
-mummer r-doby
-mummer4 r-domc
-mumps r-doparallel
-munge r-dorng
-muparser r-dose
-muparserx r-dosnow
-muscle r-dotcall64
-muscle5 r-downlit
-muse r-downloader
-music r-dplyr
-musica r-dqrng
-musl r-dss
-must r-dt
-muster r-dtplyr
-mutationpp r-dtw
-mvapich r-dupradar
-mvapich-plus r-dygraphs
-mvapich2 r-dynamictreecut
-mxm r-e1071
-mxml r-earth
-mxnet r-ebseq
-mypaint-brushes r-ecosolver
-mysql r-ecp
-mysql-connector-c r-edger
-mysqlpp r-effects
-n2p2 r-elemstatlearn
-nacos r-ellipse
-nag r-ellipsis
-nalu r-elliptic
-nalu-wind r-emmeans
-namd r-emmli
-nano r-energy
-nanoflann r-enrichplot
-nanomsg r-ensembldb
-nanopb r-envstats
-nasm r-ergm
-nauty r-estimability
-navi r-europepmc
-nb r-evaluate
-nbdkit r-evd
-ncbi-magicblast r-exactextractr
-ncbi-rmblastn r-exomecopy
-ncbi-toolkit r-exomedepth
-ncbi-vdb r-experimenthub
-nccl r-expint
-nccl-fastsocket r-expm
-nccl-tests r-factoextra
-nccmp r-factominer
-ncdu r-fansi
-ncftp r-farver
-ncio r-fastcluster
-ncl r-fastdigest
-nco r-fastdummies
-ncompress r-fastica
-ncurses r-fastmap
-ncview r-fastmatch
-ncvis r-fastmatrix
-ndiff r-fda
-ndzip r-fdb-infiniummethylation-hg18
-neartree r-fdb-infiniummethylation-hg19
-neic-finitefault r-fds
-nek5000 r-ff
-nekbone r-fftwtools
-nekcem r-fgsea
-neko r-fields
-nekrs r-filehash
-nektar r-filelock
-nektools r-findpython
-nemsio r-fit-models
-nemsiogfs r-fitdistrplus
-neo4j r-flashclust
-neocmakelsp r-flexclust
-neofoam r-flexmix
-neon r-fnn
-neovim r-fontawesome
-nep r-forcats
-neper r-foreach
-nest r-forecast
-net-snmp r-foreign
-netcdf-c r-formatr
-netcdf-cxx r-formula
-netcdf-cxx4 r-fpc
-netcdf-fortran r-fpcompare
-netcdf95 r-fracdiff
-netdata r-fs
-netgauge r-functional
-netgen r-furrr
-netkit-ftp r-futile-logger
-netlib-lapack r-futile-options
-netlib-scalapack r-future
-netlib-xblas r-future-apply
-netpbm r-gamlss
-netperf r-gamlss-data
-nettle r-gamlss-dist
-networkdirect r-gamm4
-neuron r-gargle
-neve r-gbm
-newt r-gbrd
-nextdenovo r-gcrma
-nextflow r-gdalutilities
-nf-core-tools r-gdalutils
-nf-seqerakit r-gdata
-nf-tower-agent r-gdsfmt
-nf-tower-cli r-geiger
-nf-wave-cli r-genefilter
-nfft r-genelendatabase
-nfs-ganesha r-genemeta
-nfs-utils r-geneplotter
-nghttp2 r-generics
-nginx r-genetics
-ngmerge r-genie3
-ngmlr r-genomeinfodb
-ngspice r-genomeinfodbdata
-nicstat r-genomicalignments
-nim r-genomicfeatures
-nimrod-aai r-genomicranges
-ninja r-gensa
-ninja-fortran r-geojsonsf
-ninja-phylogeny r-geometries
-nix r-geometry
-njet r-geomorph
-nlcglib r-geonames
-nlohmann-json r-geoquery
-nlohmann-json-schema-validator r-geor
-nlopt r-geosphere
-nmad r-gert
-nn-c r-getopt
-nnn r-getoptlong
-nnpack r-ggally
-nnvm r-ggbeeswarm
-node-js r-ggbio
-nopayloadclient r-ggdendro
-normaliz r-ggforce
-notmuch r-ggfun
-npb r-ggjoy
-npm r-ggmap
-npth r-ggnewscale
-nq r-ggpattern
-nrm r-ggplot2
-ns-3-dev r-ggplotify
-nseg r-ggpubr
-nsimd r-ggraph
-nsjail r-ggrastr
-nspr r-ggrepel
-nss r-ggridges
-ntirpc r-ggsci
-ntl r-ggsignif
-ntpoly r-ggstats
-numactl r-ggthemes
-numamma r-ggtree
-numap r-ggvis
-numaprof r-gh
-numdiff r-gistr
-nut r-git2r
-nvbandwidth r-gitcreds
-nvcomp r-glimma
-nvdimmsim r-glmgampoi
-nvhpc r-glmnet
-nvidia-container-toolkit r-globaloptions
-nvidia-nsight-systems r-globals
-nvpl-blas r-globaltest
-nvpl-common r-glue
-nvpl-fft r-gmodels
-nvpl-lapack r-gmp
-nvpl-scalapack r-go-db
-nvptx-tools r-goftest
-nvshmem r-gofuncr
-nvtop r-googleauthr
-nvtx r-googledrive
-nwchem r-googlesheets4
-nyancat r-googlevis
-oc r-goplot
-ocaml r-gosemsim
-ocamlbuild r-goseq
-occa r-gostats
-oci-systemd-hook r-gower
-ocl-icd r-gparotation
-oclgrind r-gplots
-oclint r-graph
-oclock r-graphlayouts
-octa r-grbase
-octave r-gridbase
-octave-arduino r-gridextra
-octave-control r-gridgraphics
-octave-gsl r-gridpattern
-octave-instrctl r-gsa
-octave-io r-gsalib
-octave-optim r-gseabase
-octave-quaternion r-gsl
-octave-signal r-gsodr
-octave-splines r-gson
-octave-statistics r-gss
-octave-struct r-gstat
-octave-symbolic r-gsubfn
-octopus r-gtable
-odc r-gtools
-odgi r-gtrellis
-of-catalyst r-gviz
-of-precice r-gwmodel
-ollama r-hardhat
-ome-common-cpp r-haven
-ome-files-cpp r-hdf5array
-ome-model r-hdf5r
-omega-h r-hdo-db
-omm r-hdrcde
-omm-bundle r-here
-omnictl r-hexbin
-omniperf r-hh
-omnitrace r-highr
-ompss r-hmisc
-ompss-2 r-hms
-ompt-openmp r-hoardr
-oneapi-igc r-htmltable
-oneapi-level-zero r-htmltools
-onednn r-htmlwidgets
-oniguruma r-httpcode
-onnx r-httpuv
-ont-guppy r-httr
-oommf r-httr2
-oomph r-humaniformat
-op2-dsl r-hwriter
-opa-psm2 r-hydrogof
-opam r-hydrotsm
-opari2 r-hypergeo
-opdilib r-hypergraph
-open-iscsi r-ica
-open-isns r-ids
-open3d r-ieugwasr
-openal-soft r-igraph
-openbabel r-illumina450probevariants-db
-openblas r-illuminahumanmethylation450kanno-ilmn12-hg19
-opencarp r-illuminahumanmethylation450kmanifest
-opencascade r-illuminahumanmethylationepicanno-ilm10b4-hg19
-opencl-c-headers r-illuminahumanmethylationepicmanifest
-opencl-clhpp r-illuminaio
-opencl-headers r-imager
-opencl-icd-loader r-impute
-opencoarrays r-influencer
-opencolorio r-ini
-opencv r-inline
-opendatadetector r-insight
-opendx r-interactivedisplaybase
-openexr r-interp
-openfast r-intervals
-openfdtd r-inum
-openfoam r-ipred
-openfoam-org r-iranges
-openfpgaloader r-irdisplay
-openfst r-irkernel
-opengl r-irlba
-openglu r-isdparser
-openimagedenoise r-islr
-openimageio r-iso
-openipmi r-isoband
-openjdk r-isva
-openjpeg r-iterators
-openkim-models r-iterpc
-openldap r-jade
-openlibm r-janitor
-openloops r-jaspar2018
-openmc r-jomo
-openmm r-jpeg
-openmolcas r-jquerylib
-openmpi r-jsonify
-openmx r-jsonlite
-opennurbs r-kableextra
-openpa r-kegggraph
-openpbs r-keggrest
-openpmd-api r-kernlab
-openradioss-engine r-kernsmooth
-openradioss-starter r-kknn
-openrasmol r-klar
-openresty r-knitr
-openscenegraph r-kpmt
-openslide r-ks
-openslp r-ksamples
-openspeedshop r-labeling
-openspeedshop-utils r-labelled
-openssh r-lambda-r
-openssl r-laplacesdemon
-opensta r-lars
-openstf r-later
-opensubdiv r-lattice
-opentsdb r-latticeextra
-openturns r-lava
-openvdb r-lavaan
-openvkl r-lazyeval
-openwsman r-ldheatmap
-ophidia-analytics-framework r-leafem
-ophidia-io-server r-leaflet
-ophidia-primitives r-leaflet-providers
-ophidia-server r-leafpop
-opium r-leaps
-optional-lite r-learnbayes
-optipng r-leiden
-optix-dev r-lfe
-opus r-lhs
-or-tools r-libcoin
-oracle-instant-client r-libpressio
-oras r-lidr
-orbit2 r-lifecycle
-orc r-limma
-orca r-limsolve
-orca-faccts r-linprog
-orfm r-list
-orientdb r-listenv
-orthofiller r-lme4
-orthofinder r-lmertest
-orthomcl r-lmtest
-osg-ca-certs r-lobstr
-osi r-locfit
-osmctools r-log4r
-osmesa r-loo
-osmosis r-lpsolve
-ospray r-lpsolveapi
-osqp r-lsei
-ossp-uuid r-lubridate
-osu-micro-benchmarks r-lumi
-otf r-lwgeom
-otf-cpt r-magic
-otf2 r-magick
-ovito r-magrittr
-oxide-rs r-makecdfenv
-p11-kit r-maldiquant
-p3dfft3 r-manipulatewidget
-p4est r-mapplots
-p7zip r-mapproj
-pacbio-daligner r-maps
-pacbio-damasker r-maptools
-pacbio-dazz-db r-mapview
-pacbio-dextractor r-markdown
-pace r-marray
-pacifica-cli r-mass
-packmol r-mathjaxr
-pacparser r-matlab
-pacvim r-matr
-paddle r-matrix
-padicotm r-matrixgenerics
-pagit r-matrixmodels
-pagmo r-matrixstats
-pagmo2 r-mclogit
-paintor r-mclust
-pajeng r-mcmc
-pal r-mcmcglmm
-palace r-mcmcpack
-palisade-development r-mco
-paml r-mda
-panda r-memisc
-pandaseq r-memoise
-pandoc r-memuse
-pandoramonitoring r-mendelianrandomization
-pandorapfa r-mergemaid
-pandorasdk r-meta
-pango r-metadat
-pangolin r-metafor
-pangomm r-metap
-papi r-metapod
-papyrus r-methylumi
-paraconf r-mgcv
-paradiseo r-mgraster
-parafeed r-mice
-parallel r-microbenchmark
-parallel-hashmap r-mime
-parallel-netcdf r-minfi
-parallelio r-miniui
-parallelmergetree r-minqa
-paraview r-misc3d
-pareval r-missmethyl
-parflow r-mitml
-parmetis r-mitools
-parmgridgen r-mixtools
-parmmg r-mlbench
-parquet-format r-mlinterfaces
-parsec r-mlr
-parsimonator r-mlrmbo
-parsplice r-mmwrweek
-parthenon r-mnormt
-partons r-mockery
-partons-elementary-utils r-modelmetrics
-partons-numa r-modelr
-pass r-modeltools
-passt r-mpm
-pasta r-mr-raps
-pastix r-mrinstruments
-patch r-mrmix
-patchelf r-mrpresso
-patchutils r-mscoreutils
-pathfinder r-msnbase
-pax-utils r-multcomp
-pbbam r-multcompview
-pblat r-multicool
-pbmpi r-multitaper
-pbwt r-multtest
-pbzip2 r-munsell
-pciutils r-mutoss
-pcl r-mvtnorm
-pcma r-mzid
-pcre r-mzr
-pcre2 r-nada
-pcsclite r-nanotime
-pdal r-ncbit
-pdc r-ncdf4
-pdf2svg r-network
-pdftk r-networkd3
-pdi r-neuralnet
-pdiplugin-decl-hdf5 r-nfactors
-pdiplugin-decl-netcdf r-nimble
-pdiplugin-mpi r-nleqslv
-pdiplugin-pycall r-nlme
-pdiplugin-serialize r-nloptr
-pdiplugin-set-value r-nmf
-pdiplugin-trace r-nmof
-pdiplugin-user-code r-nnet
-pdsh r-nnls
-pdt r-nonnest2
-pegtl r-nor1mix
-pelican r-nortest
-pennant r-np
-percept r-npsurv
-percolator r-numderiv
-percona-server r-oligoclasses
-perfstubs r-openssl
-perl r-openxlsx
-perl-acme-damn r-optimparallel
-perl-algorithm-c3 r-optimx
-perl-algorithm-diff r-optparse
-perl-alien-build r-ordinal
-perl-alien-build-plugin-download-gitlab r-org-hs-eg-db
-perl-alien-libxml2 r-organismdbi
-perl-any-uri-escape r-osqp
-perl-apache-logformat-compiler r-packrat
-perl-app-cmd r-pacman
-perl-appconfig r-paleotree
-perl-archive-zip r-pamr
-perl-array-utils r-pan
-perl-b-cow r-parallelly
-perl-b-hooks-endofscope r-parallelmap
-perl-b-keywords r-paramhelpers
-perl-bignum r-party
-perl-bio-asn1-entrezgene r-partykit
-perl-bio-bigfile r-patchwork
-perl-bio-cluster r-pathview
-perl-bio-db-hts r-pbapply
-perl-bio-ensembl r-pbdzmq
-perl-bio-ensembl-funcgen r-pbivnorm
-perl-bio-ensembl-io r-pbkrtest
-perl-bio-ensembl-variation r-pcamethods
-perl-bio-eutilities r-pcapp
-perl-bio-searchio-hmmer r-pegas
-perl-bio-variation r-pepxmltab
-perl-bioperl r-permute
-perl-bit-vector r-pfam-db
-perl-bsd-resource r-phangorn
-perl-cache-cache r-phantompeakqualtools
-perl-cache-memcached r-pheatmap
-perl-cairo r-philentropy
-perl-canary-stability r-phylobase
-perl-capture-tiny r-phyloseq
-perl-carp r-phylostratr
-perl-carp-assert r-phytools
-perl-carp-clan r-picante
-perl-catalyst-action-renderview r-piggyback
-perl-catalyst-action-rest r-pillar
-perl-catalyst-component-instancepercontext r-pinfsc50
-perl-catalyst-devel r-pixmap
-perl-catalyst-plugin-cache r-pkgbuild
-perl-catalyst-plugin-configloader r-pkgcache
-perl-catalyst-plugin-static-simple r-pkgconfig
-perl-catalyst-runtime r-pkgdepends
-perl-catalyst-view-json r-pkgdown
-perl-cgi r-pkgload
-perl-cgi-simple r-pkgmaker
-perl-cgi-struct r-pki
-perl-chart-gnuplot r-pl94171
-perl-chi r-plogr
-perl-chi-driver-memcached r-plot3d
-perl-class-accessor r-plotly
-perl-class-accessor-grouped r-plotmo
-perl-class-accessor-lvalue r-plotrix
-perl-class-c3 r-pls
-perl-class-c3-adopt-next r-plyr
-perl-class-c3-componentised r-pmcmr
-perl-class-data-inheritable r-pmcmrplus
-perl-class-inspector r-png
-perl-class-load r-polspline
-perl-class-load-xs r-polyclip
-perl-class-method-modifiers r-polynom
-perl-class-singleton r-pool
-perl-class-tiny r-poorman
-perl-clone r-popgenome
-perl-clone-choose r-popvar
-perl-clone-pp r-posterior
-perl-common-sense r-powerlaw
-perl-compress-bzip2 r-prabclus
-perl-compress-lzo r-pracma
-perl-compress-raw-bzip2 r-praise
-perl-compress-raw-zlib r-preprocesscore
-perl-config-any r-prettydoc
-perl-config-general r-prettyunits
-perl-config-inifiles r-proc
-perl-config-simple r-processx
-perl-config-tiny r-prodlim
-perl-context-preserve r-profmem
-perl-contextual-return r-profvis
-perl-convert-nls-date-format r-progress
-perl-cookie-baker r-progressr
-perl-cpan-meta-check r-proj
-perl-cpanel-json-xs r-proj4
-perl-css-minifier-xs r-projpred
-perl-data-dump r-promises
-perl-data-dumper r-protgenerics
-perl-data-dumper-concise r-proto
-perl-data-optlist r-proxy
-perl-data-predicate r-pryr
-perl-data-stag r-ps
-perl-data-uuid r-pscbs
-perl-data-visitor r-pspline
-perl-date-exception r-psych
-perl-date-manip r-ptw
-perl-date-utils r-purrr
-perl-datetime r-pvclust
-perl-datetime-format-builder r-qqconf
-perl-datetime-format-iso8601 r-qs
-perl-datetime-format-mysql r-qtl
-perl-datetime-format-oracle r-quadprog
-perl-datetime-format-pg r-quantmod
-perl-datetime-format-strptime r-quantreg
-perl-datetime-locale r-quantro
-perl-datetime-timezone r-questionr
-perl-db-file r-quickjsr
-perl-dbd-mysql r-quickplot
-perl-dbd-oracle r-qvalue
-perl-dbd-pg r-r-cache
-perl-dbd-sqlite r-r-methodss3
-perl-dbi r-r-oo
-perl-dbix-class r-r-utils
-perl-devel-checklib r-r6
-perl-devel-cover r-radialmr
-perl-devel-cycle r-ragg
-perl-devel-globaldestruction r-rainbow
-perl-devel-overloadinfo r-randomfields
-perl-devel-size r-randomfieldsutils
-perl-devel-stacktrace r-randomforest
-perl-devel-stacktrace-ashtml r-randomglm
-perl-devel-symdump r-ranger
-perl-digest-jhash r-rann
-perl-digest-md5 r-rapidjsonr
-perl-digest-md5-file r-rapiserialize
-perl-digest-sha1 r-rappdirs
-perl-dist-checkconflicts r-raster
-perl-email-abstract r-rbgl
-perl-email-address-xs r-rbibutils
-perl-email-date-format r-rbokeh
-perl-email-messageid r-rcmdcheck
-perl-email-mime r-rcolorbrewer
-perl-email-mime-contenttype r-rcpp
-perl-email-mime-encodings r-rcppannoy
-perl-email-sender r-rcpparmadillo
-perl-email-simple r-rcppblaze
-perl-email-stuffer r-rcppcctz
-perl-encode-locale r-rcppcnpy
-perl-error r-rcppdate
-perl-eval-closure r-rcppde
-perl-exception-class r-rcppeigen
-perl-exporter-auto r-rcppensmallen
-perl-exporter-lite r-rcppgsl
-perl-exporter-tiny r-rcpphnsw
-perl-extutils-config r-rcppml
-perl-extutils-depends r-rcppparallel
-perl-extutils-helpers r-rcppprogress
-perl-extutils-installpaths r-rcpproll
-perl-extutils-makemaker r-rcpptoml
-perl-extutils-pkgconfig r-rcppziggurat
-perl-ffi-checklib r-rcurl
-perl-file-changenotify r-rda
-perl-file-chdir r-rdpack
-perl-file-copy-recursive r-readbitmap
-perl-file-find-rule r-readr
-perl-file-grep r-readxl
-perl-file-homedir r-reams
-perl-file-listing r-recipes
-perl-file-pushd r-reformulas
-perl-file-remove r-registry
-perl-file-sharedir r-rematch
-perl-file-sharedir-install r-rematch2
-perl-file-slurp r-remotes
-perl-file-slurp-tiny r-renv
-perl-file-slurper r-reordercluster
-perl-file-spec r-reportingtools
-perl-file-temp r-repr
-perl-file-which r-reprex
-perl-filesys-notify-simple r-reproducible
-perl-font-ttf r-require
-perl-forks r-reshape
-perl-fth r-reshape2
-perl-gd r-restfulr
-perl-gdgraph r-reticulate
-perl-gdgraph-histogram r-rex
-perl-gdtextutil r-rfast
-perl-getopt-argvfile r-rferns
-perl-getopt-long-descriptive r-rgdal
-perl-getopt-tabular r-rgenoud
-perl-graph r-rgeos
-perl-graph-readwrite r-rgexf
-perl-graphviz r-rgl
-perl-gzip-faster r-rgooglemaps
-perl-hash-merge r-rgraphviz
-perl-hash-moreutils r-rhdf5
-perl-hash-multivalue r-rhdf5filters
-perl-heap r-rhdf5lib
-perl-hook-lexwrap r-rhmmer
-perl-html-parser r-rhtslib
-perl-html-tagset r-rinside
-perl-html-template r-rio
-perl-http-body r-rjags
-perl-http-cookiejar r-rjava
-perl-http-cookies r-rjson
-perl-http-daemon r-rjsonio
-perl-http-date r-rlang
-perl-http-entity-parser r-rlas
-perl-http-headers-fast r-rle
-perl-http-message r-rlist
-perl-http-multipartparser r-rmariadb
-perl-http-negotiate r-rmarkdown
-perl-http-parser-xs r-rminer
-perl-http-request-ascgi r-rmpfr
-perl-http-server-simple r-rmpi
-perl-http-tiny r-rms
-perl-import-into r-rmutil
-perl-inline r-rmysql
-perl-inline-c r-rnaseqmap
-perl-io-all r-rncl
-perl-io-compress r-rnexml
-perl-io-html r-rngtools
-perl-io-prompt r-rnoaa
-perl-io-sessiondata r-robust
-perl-io-socket-ssl r-robustbase
-perl-io-string r-roc
-perl-io-stringy r-rocr
-perl-io-tty r-rodbc
-perl-ipc-run r-rook
-perl-ipc-run3 r-rots
-perl-ipc-sharelite r-roxygen2
-perl-ipc-system-simple r-rpart
-perl-javascript-minifier-xs r-rpart-plot
-perl-json r-rpmm
-perl-json-any r-rpostgres
-perl-json-maybexs r-rpostgresql
-perl-json-xs r-rprojroot
-perl-kyotocabinet r-rpsychi
-perl-libwww-perl r-rrblup
-perl-libxml-perl r-rrcov
-perl-lingua-en-inflect r-rrpp
-perl-list-compare r-rsamtools
-perl-list-moreutils r-rsconnect
-perl-list-moreutils-xs r-rsnns
-perl-list-someutils r-rsolnp
-perl-log-any r-rspectra
-perl-log-any-adapter-callback r-rsqlite
-perl-log-dispatch r-rstan
-perl-log-dispatch-filerotate r-rstantools
-perl-log-log4perl r-rstatix
-perl-logger-simple r-rstudioapi
-perl-lwp-mediatypes r-rsubread
-perl-lwp-protocol-https r-rsvd
-perl-mailtools r-rtracklayer
-perl-math-bezier r-rtsne
-perl-math-bigint r-runit
-perl-math-bigrat r-runjags
-perl-math-cdf r-ruv
-perl-math-cephes r-rvcheck
-perl-math-matrixreal r-rversions
-perl-math-round r-rvest
-perl-math-symbolic r-rviennacl
-perl-math-vecstat r-rzmq
-perl-mce r-s2
-perl-memory-process r-s4vectors
-perl-metacpan-client r-s7
-perl-mime-types r-samr
-perl-mni-perllib r-sandwich
-perl-mock-config r-sass
-perl-module-build r-satellite
-perl-module-build-tiny r-scaledmatrix
-perl-module-corelist r-scales
-perl-module-find r-scater
-perl-module-implementation r-scattermore
-perl-module-install r-scatterpie
-perl-module-mask r-scatterplot3d
-perl-module-pluggable r-scdblfinder
-perl-module-runtime r-scran
-perl-module-runtime-conflicts r-scrime
-perl-module-scandeps r-scs
-perl-module-util r-sctransform
-perl-mojolicious r-scuttle
-perl-moo r-sdmtools
-perl-moose r-segmented
-perl-moosex-emulate-class-accessor-fast r-selectr
-perl-moosex-getopt r-seqinr
-perl-moosex-methodattributes r-seqlogo
-perl-moosex-role-parameterized r-servr
-perl-moox-types-mooselike r-sessioninfo
-perl-moox-types-mooselike-numeric r-sets
-perl-mozilla-ca r-seurat
-perl-mro-compat r-seuratobject
-perl-namespace-autoclean r-sf
-perl-namespace-clean r-sfheaders
-perl-net-cidr-lite r-sfsmisc
-perl-net-http r-sftime
-perl-net-ip r-shadowtext
-perl-net-scp-expect r-shape
-perl-net-server r-shiny
-perl-net-server-ss-prefork r-shinydashboard
-perl-net-ssleay r-shinyfiles
-perl-number-compare r-shinyfiletree
-perl-number-format r-shinyjs
-perl-object-insideout r-shinystan
-perl-package-deprecationmanager r-shinythemes
-perl-package-stash r-shinywidgets
-perl-package-stash-xs r-shortread
-perl-package-variant r-siggenes
-perl-padwalker r-signac
-perl-parallel-forkmanager r-simpleaffy
-perl-params-util r-singlecellexperiment
-perl-params-validate r-sitmo
-perl-params-validationcompiler r-sm
-perl-parse-recdescent r-smoof
-perl-parse-yapp r-sn
-perl-parselex r-snakecase
-perl-parsetemplate r-snow
-perl-path-class r-snowfall
-perl-path-tiny r-snprelate
-perl-pathtools r-snpstats
-perl-pdf-api2 r-som
-perl-pegex r-somaticsignatures
-perl-perl-critic r-sourcetools
-perl-perl-critic-moose r-sp
-perl-perl-tidy r-spacetime
-perl-perl-unsafe-signals r-spades
-perl-perl-version r-spades-addins
-perl-perl4-corelibs r-spades-core
-perl-perl6-slurp r-spades-tools
-perl-perlio-gzip r-spam
-perl-perlio-utf8-strict r-sparsem
-perl-plack r-sparsematrixstats
-perl-plack-middleware-assets r-spatial
-perl-plack-middleware-crossorigin r-spatialeco
-perl-plack-middleware-deflater r-spatialpack
-perl-plack-middleware-fixmissingbodyinredirect r-spatialreg
-perl-plack-middleware-methodoverride r-spatstat
-perl-plack-middleware-removeredundantbody r-spatstat-core
-perl-plack-middleware-reverseproxy r-spatstat-data
-perl-plack-test-externalserver r-spatstat-explore
-perl-pod-coverage r-spatstat-geom
-perl-pod-parser r-spatstat-linnet
-perl-pod-spell r-spatstat-model
-perl-posix-strftime-compiler r-spatstat-random
-perl-ppi r-spatstat-sparse
-perl-ppix-quotelike r-spatstat-univar
-perl-ppix-regexp r-spatstat-utils
-perl-ppix-utils r-spdata
-perl-proc-daemon r-spdep
-perl-proc-processtable r-speedglm
-perl-readonly r-spem
-perl-readonly-xs r-splancs
-perl-ref-util r-splines2
-perl-regexp-common r-splitstackshape
-perl-role-tiny r-sqldf
-perl-rose-datetime r-squarem
-perl-rose-db r-squash
-perl-rose-db-object r-sseq
-perl-rose-object r-stabledist
-perl-safe-isa r-stanheaders
-perl-scalar-list-utils r-stargazer
-perl-scalar-util-numeric r-stars
-perl-scope-guard r-statmod
-perl-search-elasticsearch r-statnet-common
-perl-sereal r-stringfish
-perl-sereal-decoder r-stringi
-perl-sereal-encoder r-stringr
-perl-server-starter r-strucchange
-perl-set-intervaltree r-strucchangercpp
-perl-set-intspan r-styler
-perl-set-object r-subplex
-perl-set-scalar r-summarizedexperiment
-perl-soap-lite r-suppdists
-perl-sort-naturally r-survey
-perl-specio r-survival
-perl-spiffy r-sva
-perl-sql-abstract r-svglite
-perl-sql-abstract-classic r-sys
-perl-sql-reservedwords r-systemfonts
-perl-sql-translator r-tarifx
-perl-star-fusion r-taxizedb
-perl-starman r-tclust
-perl-statistics-basic r-teachingdemos
-perl-statistics-descriptive r-tensor
-perl-statistics-pca r-tensora
-perl-stream-buffered r-terra
-perl-strictures r-tester
-perl-string-approx r-testit
-perl-string-crc32 r-testthat
-perl-string-format r-textshaping
-perl-string-numeric r-tfbstools
-perl-string-rewriteprefix r-tfisher
-perl-sub-exporter r-tfmpvalue
-perl-sub-exporter-progressive r-th-data
-perl-sub-identify r-threejs
-perl-sub-install r-tibble
-perl-sub-name r-tictoc
-perl-sub-quote r-tidycensus
-perl-sub-uplevel r-tidygraph
-perl-svg r-tidyr
-perl-swissknife r-tidyselect
-perl-sys-sigaction r-tidytree
-perl-task-weaken r-tidyverse
-perl-template-toolkit r-tiff
-perl-term-ansicolor-markup r-tigris
-perl-term-readline-gnu r-timechange
-perl-term-table r-timedate
-perl-termreadkey r-tinytex
-perl-test-base r-tinytiger
-perl-test-class r-tmixclust
-perl-test-cleannamespaces r-tmvnsim
-perl-test-deep r-topgo
-perl-test-diaginc r-treeio
-perl-test-differences r-triebeard
-perl-test-exception r-trimcluster
-perl-test-fatal r-truncdist
-perl-test-file r-truncnorm
-perl-test-file-contents r-trust
-perl-test-file-sharedir r-tseries
-perl-test-json r-tsne
-perl-test-leaktrace r-ttr
-perl-test-longstring r-tweenr
-perl-test-memory-cycle r-twosamplemr
-perl-test-mockobject r-txdb-hsapiens-ucsc-hg18-knowngene
-perl-test-mocktime r-txdb-hsapiens-ucsc-hg19-knowngene
-perl-test-more r-tximeta
-perl-test-most r-tximport
-perl-test-needs r-tximportdata
-perl-test-nowarnings r-tzdb
-perl-test-object r-ucminf
-perl-test-output r-udunits2
-perl-test-perl-critic r-units
-perl-test-pod r-upsetr
-perl-test-pod-coverage r-urca
-perl-test-requires r-urlchecker
-perl-test-requiresinternet r-urltools
-perl-test-sharedfork r-usethis
-perl-test-subcalls r-utf8
-perl-test-tcp r-uuid
-perl-test-time r-uwot
-perl-test-time-hires r-v8
-perl-test-trap r-variantannotation
-perl-test-warn r-varselrf
-perl-test-warnings r-vcd
-perl-test-weaken r-vcfr
-perl-test-without-module r-vctrs
-perl-test-xml r-vegan
-perl-test-xml-simple r-vfs
-perl-test-xpath r-vgam
-perl-test-yaml r-vioplot
-perl-test2-plugin-nowarnings r-vipor
-perl-test2-suite r-viridis
-perl-text-csv r-viridislite
-perl-text-csv-xs r-visnetwork
-perl-text-diff r-vroom
-perl-text-format r-vsn
-perl-text-glob r-waldo
-perl-text-nsp r-watermelon
-perl-text-simpletable r-webshot
-perl-text-soundex r-wgcna
-perl-text-unidecode r-whisker
-perl-thread-queue r-withr
-perl-threads r-wk
-perl-throwable r-writexl
-perl-tie-ixhash r-wru
-perl-tie-toobject r-xde
-perl-time-clock r-xfun
-perl-time-duration r-xgboost
-perl-time-duration-parse r-xlconnect
-perl-time-hires r-xlconnectjars
-perl-time-piece r-xlsx
-perl-timedate r-xlsxjars
-perl-tk r-xmapbridge
-perl-tree-simple r-xml
-perl-tree-simple-visitorfactory r-xml2
-perl-try-tiny r-xnomial
-perl-type-tiny r-xopen
-perl-types-serialiser r-xtable
-perl-universal-can r-xts
-perl-universal-isa r-xvector
-perl-uri r-yaimpute
-perl-uri-encode r-yaml
-perl-uri-find r-yapsa
-perl-uri-ws r-yaqcaffy
-perl-want r-yarn
-perl-www-form-urlencoded r-yulab-utils
-perl-www-robotrules r-zcompositions
-perl-xml-dom r-zeallot
-perl-xml-dom-xpath r-zip
-perl-xml-filter-buffertext r-zlibbioc
-perl-xml-hash-xs r-zoo
-perl-xml-libxml r3d
-perl-xml-libxslt rabbitmq
-perl-xml-namespacesupport rabbitmq-c
-perl-xml-parser racket
-perl-xml-parser-lite racon
-perl-xml-quote raft
-perl-xml-regexp ragel
-perl-xml-sax raja
-perl-xml-sax-base raja-perf
-perl-xml-sax-writer ramulator
-perl-xml-semanticdiff randfold
-perl-xml-simple random123
-perl-xml-twig randrproto
-perl-xml-writer range-v3
-perl-xml-xpath rank-run
-perl-xml-xpathengine rankstr
-perl-yaml rapidjson
-perl-yaml-libyaml raptor2
-perl-yaml-syck rarpd
-perl-yaml-tiny rasdaemon
-pestpp rasqal
-petaca ratel
-petsc ravel
-pexsi raxml
-pfapack raxml-ng
-pfft ray
-pfind rayleigh
-pflare raylib
-pflask rccl
-pflogger rccl-tests
-pflotran rclone
-pfunit rdc
-pgdspider rdkit
-pgplot rdma-core
-ph5concat rdp-classifier
-phantompeakqualtools rdptools
-pharokka re2
-phast re2c
-phasta readfq
-phist readline
-phoenix realm
-photos recola
-photos-f recola-sm
-photospline recon
-php recorder
-phrap-crossmatch-swat recordproto
-phred redis
-phylip redis-ai
-phylobayesmpi redis-plus-plus
-phyluce reditools
-picard redland
-picsar redland-bindings
-picsarlite redset
-pidx redundans
-pig reframe
-pigz regale
-pika regcm
-pika-algorithms regenie
-pilercr regtools
-pilon relax
-pindel relion
-pinentry remhos
-pinfo rempi
-pioman rename
-pipework rendercheck
-pipx renderproto
-piranha repeatafterme
-pism repeatmasker
-pixman repeatmodeler
-pixz repeatscout
-pkg-config reprimand
-pkgconf resolve
-pktools resourceproto
-planck-likelihood restic
-plantuml revbayes
-plasma revocap-coupler
-plink revocap-refiner
-plink-ng rgb
-plink2 rhash
-plog rinetd
-ploticus ripgrep
-plplot riscv-gnu-toolchain
-plsm rivet
-plumed rkcommon
-ply rkt-base
-pmdk rkt-cext-lib
-pmemkv rkt-compiler-lib
-pmerge rkt-dynext-lib
-pmgr-collective rkt-racket-lib
-pmix rkt-rackunit-lib
-pmlib rkt-scheme-lib
-pnfft rkt-testing-util-lib
-pngquant rkt-zo-lib
-pngwriter rlwrap
-pnmpi rmats
-poamsa rmgdft
-pocl rmlab
-podio rna-seqc
-podman rnaquast
-podman-compose rnaz
-poke rng-tools
-polymake rngstreams
-polyml rnpletal
-polypolish roary
-poorjit rocal
-poplddecay rocalution
-poppler rocblas
-poppler-data rocdecode
-popt rocfft
-porta rocjpeg
-portage rocketmq
-portcullis rocksdb
-ports-of-call rockstar
-possvm rocm-bandwidth-test
-postgis rocm-clang-ocl
-postgresql rocm-cmake
-povray rocm-core
-powerapi rocm-dbgapi
-powertop rocm-debug-agent
-ppl rocm-device-libs
-pplacer rocm-examples
-ppopen-appl-amr-fdm rocm-gdb
-ppopen-appl-bem rocm-opencl
-ppopen-appl-bem-at rocm-openmp-extras
-ppopen-appl-dem-util rocm-smi-lib
-ppopen-appl-fdm rocm-tensile
-ppopen-appl-fdm-at rocm-validation-suite
-ppopen-appl-fem rocminfo
-ppopen-appl-fvm rocmlir
-ppopen-at rocprim
-ppopen-math-mp rocprofiler-compute
-ppopen-math-vis rocprofiler-compute-viewer
-pprof rocprofiler-dev
-prank rocprofiler-register
-precice rocprofiler-sdk
-predixy rocprofiler-systems
-premake-core rocpydecode
-presentproto rocrand
-preseq rocshmem
-pressio-log rocsolver
-pressio-ops rocsparse
-pressio-rom rocthrust
-presto roctracer-dev
-prettier roctracer-dev-api
-price rocwmma
-prime95 rodinia
-primer3 roms
-prinseq-lite root
-printproto roounfold
-prism rosco
-prmon rose
-prng ross
-probconsrna routinator
-procenv routino
-process-in-process rpcsvc-proto
-procps rpm
-procps-ng rpp
-prod-util rr
-prodigal rrdtool
-professor rsbench
-profugusmc rsem
-proj rsl
-prokka rstart
-prometheus rstudio
-prometheus-cpp rsync
-prophecy4f rsyslog
-proteowizard rt-tests
-protobuf rtags
-protobuf-c rtax
-proxymngr rtmpdump
-prrte ruby
-pruners-ninja ruby-asciidoctor
-ps-lite ruby-charlock-holmes
-psalg ruby-erubis
-psblas ruby-gist
-pscmc ruby-gnuplot
-psi4 ruby-hpricot
-psimd ruby-mustache
-psipred ruby-narray
-pslib ruby-rake
-psm ruby-rdiscount
-psmc ruby-ronn
-psrcat ruby-rubyinline
-psrchive ruby-svn2git
-psrdada ruby-terminal-table
-pstreams ruby-thor
-pthreadpool ruby-tmuxinator
-pueue ruby-unicode-display-width
-pugixml ruby-xdg
-puk ruby-zentest
-pukabi runc
-pulseaudio rust
-pumgen rust-bindgen
-pumi rust-bootstrap
-purify rust-clap
-pv s4pred
-pvm s5cmd
-pwgen sabre
-pxz saga-gis
-py-3to2 sage
-py-4suite-xml sailfish
-py-a2wsgi salmon
-py-abcpy salmon-tddft
-py-abipy salome-configuration
-py-about-time salome-medcoupling
-py-absl-py saltfm
-py-accelerate sam2p
-py-accessible-pygments sambamba
-py-accimage samblaster
-py-acme-tiny samrai
-py-acres samtools
-py-adal samurai
-py-adb-enhanced sandbox
-py-addict sandia-micro-benchmarks
-py-adios sartre
-py-adios4dolfinx sarus
-py-advancedhtmlparser satsuma2
-py-aenum savanna
-py-affine saws
-py-agate sbcl
-py-agate-dbf sbcl-bootstrap
-py-agate-excel sblim-sfcc
-py-agate-sql sbml
-py-ahpy sbp
-py-aiobotocore sbt
-py-aiocontextvars scafacos
-py-aiodns scala
-py-aiofiles scalasca
-py-aiohappyeyeballs scale
-py-aiohttp scallop
-py-aiohttp-cors scalpel
-py-aioitertools scan-for-matches
-py-aiojobs scantailor
-py-aioredis scc
-py-aiosignal sccache
-py-aiosqlite scine-core
-py-aiowebdav2 scine-database
-py-alabaster scine-molassembler
-py-albucore scine-qcmaquis
-py-alembic scine-readuct
-py-alive-progress scine-serenity
-py-alpaca-eval scine-sparrow
-py-alpaca-farm scine-utilities
-py-alphafold scine-xtb
-py-altair scipoptsuite
-py-altgraph scitokens-cpp
-py-amici scnlib
-py-amityping scons
-py-amplpy scorecard
-py-ampltools scorep
-py-amqp scorpio
-py-amrex scotch
-py-angel scr
-py-aniso8601 screen
-py-anndata scripts
-py-annexremote scrnsaverproto
-py-annotated-types scrot
-py-annoy scs
-py-ansi2html sctk
-py-ansible sdl2
-py-ansimarkup sdl2-image
-py-ansiwrap sdl2-ttf
-py-antimeridian sdsl-lite
-py-antipickle seacas
-py-antlr4-python3-runtime seacr
-py-antspyx seal
-py-anuga sed
-py-anvio sedacs
-py-anybadge seissol
-py-anyio selalib
-py-anytree semiprof
-py-anywidget sendme
-py-apache-libcloud sensei
-py-apache-tvm-ffi sentencepiece
-py-apebench sentieon-genomics
-py-apex sepp
-py-apeye seq-gen
-py-apeye-core seqan
-py-apipkg seqfu
-py-apispec seqkit
-py-app-model seqprep
-py-appdirs seqtk
-py-applicationinsights serenity
-py-appnope serenity-libint
-py-apprise serf
-py-apptools serialbox
-py-apscheduler sessreg
-py-arcgis setserial
-py-arch setxkbmap
-py-archspec sfcgal
-py-arcp sfcio
-py-argcomplete sfml
-py-argh sga
-py-argon2-cffi sgpp
-py-argon2-cffi-bindings shadow
-py-argparse-dataclass shadowenv
-py-argparse-manpage shamrock
-py-args shapeit
-py-arkouda shapeit4
-py-arm-pyart shapelib
-py-arpeggio shapemapper
-py-arrow shared-mime-info
-py-art shark
-py-arviz shc
-py-asciitree sheenbidi
-py-asdf shellcheck
-py-asdf-astropy shengbte
-py-asdf-coordinates-schemas sherpa
-py-asdf-standard shiro
-py-asdf-transform-schemas shocklibs
-py-asdf-unit-schemas shoremap
-py-asdfghjkl shortstack
-py-ase showfont
-py-asgi-lifespan shred
-py-asgiref shtns
-py-asn1crypto shtools
-py-aspy-yaml shuffile
-py-asserts sicer2
-py-ast-serialize sickle
-py-asteval sicm
-py-astor siesta
-py-astpretty sigcpp
-py-astroid sigio
-py-astropy signalp
-py-astropy-healpix signify
-py-astropy-helpers silo
-py-astropy-iers-data simde
-py-asttokens simdjson
-py-astunparse simgrid
-py-async-generator simmetrix-simmodsuite
-py-async-lru simple-dftd3
-py-async-timeout simplemoc
-py-asyncio simsipm
-py-asyncpg simul
-py-asynctest simulationio
-py-atomicwrites sina
-py-atpublic singular-factory
-py-atropos singularity-eos
-py-ats singularity-hpc
-py-attmap singularityce
-py-attrs sio
-py-audioread sionlib
-py-auditwheel sirius
-py-authlib sjpeg
-py-autocfg skilion-onedrive
-py-autodocsumm skopeo
-py-autograd sl
-py-autograd-gamma slang
-py-automat slate
-py-autopep8 sleef
-py-autoray slepc
-py-autoreject slf4j
-py-auxlib slirp4netns
-py-avro sloccount
-py-avro-json-serializer slurm
-py-avro-python3 slurm-drmaa
-py-awesome-slugify smalt
-py-awkward smartdenovo
-py-awkward-cpp smartmontools
-py-awkward0 smee-client
-py-awscrt smof
-py-ax-platform smproxy
-py-azote snakemake
-py-azure-batch snap
-py-azure-cli-command-modules-nspkg snap-berkeley
-py-azure-cli-core snap-korf
-py-azure-cli-nspkg snappy
-py-azure-cli-telemetry snbone
-py-azure-common sniffles
-py-azure-core snpeff
-py-azure-cosmos snphylo
-py-azure-datalake-store snptest
-py-azure-functions-devops-build soapdenovo-trans
-py-azure-graphrbac soapdenovo2
-py-azure-identity socat
-py-azure-keyvault soci
-py-azure-keyvault-certificates sofa-c
-py-azure-keyvault-keys sollya
-py-azure-keyvault-nspkg solr
-py-azure-keyvault-secrets somatic-sniper
-py-azure-loganalytics sombrero
-py-azure-mgmt-advisor sonlib
-py-azure-mgmt-apimanagement sopt
-py-azure-mgmt-appconfiguration soqt
-py-azure-mgmt-applicationinsights sortmerna
-py-azure-mgmt-authorization sos
-py-azure-mgmt-batch sosflow
-py-azure-mgmt-batchai source-highlight
-py-azure-mgmt-billing sourmash
-py-azure-mgmt-botservice sowing
-py-azure-mgmt-cdn sox
-py-azure-mgmt-cognitiveservices sp
-py-azure-mgmt-compute spaceranger
-py-azure-mgmt-consumption spack
-py-azure-mgmt-containerinstance spack-configs-dav-sdk
-py-azure-mgmt-containerregistry spack-configs-facilities
-py-azure-mgmt-containerservice spack-configs-tools-sdk
-py-azure-mgmt-core spades
-py-azure-mgmt-cosmosdb span-lite
-py-azure-mgmt-datalake-analytics spark
-py-azure-mgmt-datalake-store sparse
-py-azure-mgmt-datamigration sparsehash
-py-azure-mgmt-deploymentmanager sparskit
-py-azure-mgmt-devtestlabs sparta
-py-azure-mgmt-dns spath
-py-azure-mgmt-eventgrid spatialdata
-py-azure-mgmt-eventhub spatter
-py-azure-mgmt-hdinsight spdk
-py-azure-mgmt-imagebuilder spdlog
-py-azure-mgmt-iotcentral specfem3d-globe
-py-azure-mgmt-iothub spectra
-py-azure-mgmt-iothubprovisioningservices spectre
-py-azure-mgmt-keyvault spectrum-mpi
-py-azure-mgmt-kusto speex
-py-azure-mgmt-loganalytics speexdsp
-py-azure-mgmt-managedservices sperr
-py-azure-mgmt-managementgroups spfft
-py-azure-mgmt-maps spglib
-py-azure-mgmt-marketplaceordering sph2pipe
-py-azure-mgmt-media spherepack
-py-azure-mgmt-monitor sphexa
-py-azure-mgmt-msi spindle
-py-azure-mgmt-netapp spiner
-py-azure-mgmt-network spiral-package-fftx
-py-azure-mgmt-nspkg spiral-package-hcol
-py-azure-mgmt-policyinsights spiral-package-jit
-py-azure-mgmt-privatedns spiral-package-mpi
-py-azure-mgmt-rdbms spiral-package-simt
-py-azure-mgmt-recoveryservices spiral-software
-py-azure-mgmt-recoveryservicesbackup spla
-py-azure-mgmt-redhatopenshift spm
-py-azure-mgmt-redis spot
-py-azure-mgmt-relay sprng
-py-azure-mgmt-reservations sqlcipher
-py-azure-mgmt-resource sqlite
-py-azure-mgmt-search sqlite-jdbc
-py-azure-mgmt-security sqlitebrowser
-py-azure-mgmt-servicebus sqoop
-py-azure-mgmt-servicefabric squashfs
-py-azure-mgmt-signalr squashfs-mount
-py-azure-mgmt-sql squashfuse
-py-azure-mgmt-sqlvirtualmachine squid
-py-azure-mgmt-storage sra-tools
-py-azure-mgmt-trafficmanager sratoolkit
-py-azure-mgmt-web srcml
-py-azure-multiapi-storage srcml-identifier-getter-tool
-py-azure-nspkg srilm
-py-azure-storage-blob srm-ifce
-py-azure-storage-common sse2neon
-py-azure-storage-nspkg sshfs
-py-b2luigi sshpass
-py-babel ssht
-py-backcall ssmtp
-py-backoff sspace-longread
-py-backpack-for-pytorch sspace-standard
-py-backports-abc sst-core
-py-backports-cached-property sst-dumpi
-py-backports-entry-points-selectable sst-elements
-py-backports-lzma sst-macro
-py-backports-os sst-transports
-py-backports-ssl-match-hostname stacks
-py-backports-tarfile staden-io-lib
-py-backports-tempfile star
-py-backports-weakref star-ccm-plus
-py-backports-zoneinfo starlight
-py-bagit starpu
-py-bagit-profile starship
-py-bakta startup-notification
-py-bandit stat
-py-barectf stata
-py-basemap stc
-py-bash-kernel stdexec
-py-basis-set-exchange steps
-py-batchspawner stinger
-py-bayesian-optimization storm
-py-bcbio-gff stow
-py-bcolz strace
-py-bcrypt stream
-py-bdbag stress
-py-beaker stress-ng
-py-beancount stressapptest
-py-beartype string-view-lite
-py-beautifulsoup4 stringtie
-py-beniget stripack
-py-bibtexparser structure
-py-bidict strumpack
-py-bids-validator su2
-py-bids-validator-deno sublime-text
-py-bidscoin subread
-py-bidskit subversion
-py-bidsschematools suite-sparse
-py-bigdft sumaclust
-py-bigfloat sumo
-py-billiard sundials
-py-binary suntans
-py-binaryornot superchic
-py-bintrees superlu
-py-binwalk superlu-dist
-py-biobb-common superlu-mt
-py-biobb-gromacs supermagic
-py-biobb-io surfer
-py-biobb-model survey
-py-biobb-structure-checking sw4
-py-biobb-structure-utils sw4lite
-py-bioblend swan
-py-biom-format swap-assembler
-py-biomine swarm
-py-biopandas swfft
-py-biopython swftools
-py-biosppy swiftsim
-py-biotite swig
-py-biotraj swipl
-py-bitarray syclomatic
-py-bitshuffle symengine
-py-bitstring symlinks
-py-bitstruct sympack
-py-black sympol
-py-blake3 sys-sage
-py-bleach sysbench
-py-blessed syscalc
-py-blessings sysfsutils
-py-blight sysget
-py-blinker sysstat
-py-blis systemc
-py-blosc systemd
-py-blosc2 systemtap
-py-blosum sz
-py-bluepyefe sz-cpp
-py-bluepyemodel sz3
-py-bluepyopt szauto
-py-bmap-tools szx
-py-bmtk t8code
-py-bokeh tabix
-py-boltons tajo
-py-boom-boot-manager talass
-py-boost-histogram talloc
-py-boto talosctl
-py-boto3 tamaas
-py-botocore tandem
-py-botorch tangram
-py-bottle tantan
-py-bottleneck tar
-py-bqplot targetp
-py-braceexpand task
-py-brain-indexer taskd
-py-branca taskflow
-py-bravado tasmanian
-py-bravado-core tassel
-py-breakseq2 tau
-py-breathe tauola
-py-brian tb-lmto
-py-brian2 tbl2asn
-py-brotli tblite
-py-brotlipy tcl
-py-bsddb3 tcl-bwidget
-py-build tcl-itcl
-py-bx-python tcl-tcllib
-py-cachecontrol tcl-tclxml
-py-cached-property tcl-togl
-py-cachetools tclap
-py-cachey tcoffee
-py-cachy tcpdump
-py-cairocffi tcptrace
-py-cairosvg tcsh
-py-caliper-reader tdengine
-py-callmonitor tealeaf
-py-calver tecio
-py-cantoolz teckit
-py-carputils tecplot
-py-cartopy telegraf
-py-casadi telocal
-py-catalogue tempestextremes
-py-catkin-pkg tempestremap
-py-cattrs templight
-py-cbor2 templight-tools
-py-cclib tempo
-py-cdo tengine
-py-cdsapi tensorflow-serving-client
-py-cekit tensorpipe
-py-celery termcap
-py-cellprofiler terminalimageviewer
-py-cellprofiler-core tesseract
-py-centrosome test-drive
-py-cerberus tests-sos
-py-certifi testu01
-py-certipy tetgen
-py-cf-units tethex
-py-cf-xarray tetranscripts
-py-cffconvert texi2html
-py-cffi texinfo
-py-cfgrib texlive
-py-cfgv texstudio
-py-cftime textparser
-py-cgen tfel
-py-chai the-platinum-searcher
-py-chai-lab the-silver-searcher
-py-chainer theia-ide
-py-chainforgecodegen thepeg
-py-chainmap thermo4pfm
-py-chalice thesis
-py-chardet thornado-mini
-py-charm4py thrift
-py-charset-normalizer thrust
-py-chart-studio thunar
-py-cheap-repr thunar-volman
-py-checkm-genome tidy-html5
-py-cheetah3 tig
-py-chemfiles tiled-mm
-py-chemiscope time
-py-cheroot timedatex
-py-cherrypy timemory
-py-chex timew
-py-choreographer tini
-py-chronyk tinker
-py-ci-info tiny-tensor-compiler
-py-ci-sdr tinycbor
-py-cig-pythia tinygltf
-py-cinema-lib tinyobjloader
-py-cinemasci tinyxml
-py-circus tinyxml2
-py-citeproc-py tioga
-py-clarabel tippecanoe
-py-clean-text tiptop
-py-cleo tiramisu
-py-click tix
-py-click-didyoumean tixi
-py-click-option-group tk
-py-click-plugins tkrzw
-py-click-repl tl-expected
-py-cligj tldd
-py-clikit tmalign
-py-climate tmhmm
-py-climax tmscore
-py-clint tmux
-py-clip-anytorch tnftp
-py-clipboard tofu-ls
-py-cloudauthz tomcat
-py-cloudbridge toml-f
-py-cloudpathlib toml11
-py-cloudpickle tomlplusplus
-py-clustershell topaz
-py-cma topaz-3dem
-py-cmaes topcom
-py-cmake-format tophat
-py-cmake-parser torch-scatter
-py-cmocean torque
-py-cmseq totalview
-py-cmsml toybox
-py-cmyt tpm2-tss
-py-coapthon3 tracer
-py-coca-pytorch tracy
-py-coclust tracy-client
-py-codebasin tramonto
-py-codecarbon transabyss
-py-codechecker transdecoder
-py-codepy transferbench
-py-codespell transposome
-py-coherent-licensed transrate
-py-coilmq transset
-py-colabtools trapproto
-py-colorama tree
-py-colorcet tree-sitter
-py-colorclass treelite
-py-colored treesub
-py-colored-traceback trexio
-py-coloredlogs trf
-py-colorful triangle
-py-colorio trident
-py-colorlog trilinos
-py-colorlover trilinos-catalyst-ioss-adapter
-py-colormath trimal
-py-colorpy trimgalore
-py-colorspacious trimmomatic
-py-colossalai trinity
-py-colour trinotate
-py-comm trivy
-py-common trnascan-se
-py-commonmark trng
-py-conan trompeloeil
-py-conda-inject truchas
-py-conda-souschef tskit
-py-confection tsne-cuda
-py-configargparse tulip
-py-configobj tumbler
-py-configparser turbine
-py-configspace turbomole
-py-confluent-kafka turbovnc
-py-connectionpool turnserver
-py-consolekit twm
-py-constantly tycho2
-py-contextily typescript
-py-contextlib2 typhon
-py-contexttimer typhonio
-py-continuum typos
-py-contourpy typst
-py-contrib ucc
-py-control uchardet
-py-convertdate ucsc-bedclip
-py-convokit ucsc-bedgraphtobigwig
-py-cookiecutter ucx
-py-coolname udunits
-py-copulas ufo-core
-py-corner ufo-filters
-py-correctionlib ufs-utils
-py-corrfunc ufs-weather-model
-py-counter uftrace
-py-courlan umap
-py-cov-core umesimd
-py-coverage umoci
-py-coveralls umpire
-py-cppheaderparser unblur
-py-cppy uncrustify
-py-cramjam unibilium
-py-crashtest unifdef
-py-crc32c unifyfs
-py-crcmod unigen
-py-croniter unison
-py-crossmap units
-py-cryolobm units-llnl
-py-cryptography unittest-cpp
-py-css-parser universal
-py-cssselect universal-ctags
-py-cssselect2 unixodbc
-py-cssutils unqlite
-py-csvkit unrar
-py-ctgan unuran
-py-cuda-bindings unzip
-py-cuda-core upcxx
-py-cuda-pathfinder upp
-py-cudf uqtk
-py-cufflinks uriparser
-py-cuml usalign
-py-cupy usbutils
-py-current usearch
-py-currentscape userspace-rcu
-py-curryreader ut
-py-curvlinops-for-pytorch utf8cpp
-py-custodian utf8proc
-py-custom-inherit uthash
-py-cutadapt util-linux
-py-cvxopt util-linux-uuid
-py-cvxpy util-macros
-py-cwl-upgrader uvw
-py-cwl-utils uwtools
-py-cwltool vacuumms
-py-cx-oracle vala
-py-cycler valgrind
-py-cykhash valijson
-py-cylc-flow vampirtrace
-py-cylc-rose vapor
-py-cylp vardictjava
-py-cymem variorum
-py-cyordereddict varnish-cache
-py-cython varscan
-py-cython-bbox vasp
-py-cyvcf2 vbfnlo
-py-d2to1 vbz-compression
-py-dace vc
-py-dacite vcftools
-py-dadi vcsh
-py-dalib vde
-py-damask vdt
-py-darshan veccore
-py-dasbus vecgeom
-py-dash veclibfort
-py-dash-bootstrap-components vecmem
-py-dash-svg vectorclass-version2
-py-dask vegas2
-py-dask-awkward velero
-py-dask-expr veloc
-py-dask-glm velvet
-py-dask-histogram velvetoptimiser
-py-dask-jobqueue vep
-py-dask-ml vep-cache
-py-dask-mpi verdict
-py-dask-sphinx-theme verible
-py-databricks-cli verilator
-py-dataclasses verrou
-py-dataclasses-json vesta
-py-datacube vfkit
-py-datalad vgm
-py-datalad-container videoproto
-py-datalad-deprecated viennarna
-py-datalad-hirni viewres
-py-datalad-metadata-model vifi
-py-datalad-metalad vigra
-py-datalad-neuroimaging vim
-py-datalad-webapp vir-simd
-py-dataproperty virtualgl
-py-datasets visit
-py-datashader visit-cgns
-py-datatrove visit-ffp
-py-dateparser visit-mfem
-py-dateutils visit-silo
-py-datrie visit-unv
-py-dbf viskores
-py-dbfread vite
-py-dcm2bids vizglow
-py-dcmstack vmatch
-py-deap vmc
-py-debtcollector vmd
-py-debugpy volk
-py-decorator voms
-py-deepdiff voropp
-py-deepecho votca
-py-deephyper vpfft
-py-deepmerge vpic
-py-deepsig-biocomp vsearch
-py-deepspeed vsftpd
-py-deeptools vt
-py-deeptoolsintervals vtable-dumper
-py-defusedxml vtk
-py-deisa vtk-h
-py-deisa-core vtk-m
-py-deisa-dask vvtest
-py-demjson w3emc
-py-dendropy w3m
-py-deprecat w3nco
-py-deprecated wannier90
-py-deprecation warpx
-py-deprecation-alias wasi-sdk-prebuilt
-py-derivative watch
-py-descartes wayland
-py-devito wayland-protocols
-py-devlib wcs
-py-dgl wcslib
-py-dh-scikit-optimize webbench
-py-diagnostic weechat
-py-dict2css weighttp
-py-dictdiffer wget
-py-dictobj wgl
-py-dill wgrib2
-py-dinosaur wgsim
-py-dipy which
-py-dirtyjson whip
-py-disbatch whizard
-py-discover wi4mpi
-py-diskcache win-file
-py-dist-meta win-gpg
-py-distance win-sdk
-py-distlib win-wdk
-py-distributed winbison
-py-distro windowswmproto
-py-django wiredtiger
-py-dlcpar wireshark
-py-dm-haiku wise2
-py-dm-tree wonton
-py-dnaio wordnet
-py-dnspython wps
-py-docker wrf
-py-dockerpy-creds wrf-io
-py-docket wrk
-py-docopt wsmancli
-py-docopt-ng wt
-py-docstring-parser wtdbg2
-py-docstring-to-markdown wxparaver
-py-docutils wxpropgrid
-py-docutils-stubs wxwidgets
-py-dogpile-cache x11perf
-py-doit x264
-py-dolfinx-mpc xabclib
-py-dom-toml xalan-c
-py-domdf-python-tools xapian-core
-py-dominate xauth
-py-donfig xbacklight
-py-dotmap xbae
-py-dotnetcore2 xbiff
-py-downhill xbitmaps
-py-doxypypy xbraid
-py-dpath xcalc
-py-drep xcb-demo
-py-drmaa xcb-proto
-py-dryscrape xcb-util
-py-duecredit xcb-util-cursor
-py-dulwich xcb-util-errors
-py-dunamai xcb-util-image
-py-dvc xcb-util-keysyms
-py-dxchange xcb-util-renderutil
-py-dxfile xcb-util-wm
-py-dynaconf xcb-util-xrm
-py-dynim xcdf
-py-earth2mip xcfun
-py-earthengine-api xclip
-py-easybuild-easyblocks xclipboard
-py-easybuild-easyconfigs xclock
-py-easybuild-framework xcmiscproto
-py-eccodes xcmsdb
-py-ecdsa xcompmgr
-py-ecmwf-opendata xconsole
-py-ecmwflibs xcrysden
-py-ecos xcursor-themes
-py-edam-ontology xcursorgen
-py-edffile xdbedizzy
-py-edfio xdelta
-py-edflib-python xditview
-py-editables xdm
-py-editdistance xdmf3
-py-edlib xdotool
-py-eeglabio xdpyinfo
-py-eerepr xdriinfo
-py-efel xedit
-py-efficientnet-pytorch xeniumranger
-py-eg xerces-c
-py-eigenpy xeus
-py-einconv xev
-py-einops xextproto
-py-elastic-transport xeyes
-py-elasticsearch xf86bigfontproto
-py-elasticsearch-dsl xf86dga
-py-elecsolver xf86dgaproto
-py-elephant xf86driproto
-py-elevation xf86miscproto
-py-ema-pytorch xf86rushproto
-py-email-validator xf86vidmodeproto
-py-embedding-reader xfce4-appfinder
-py-emcee xfce4-core
-py-emoji xfce4-panel
-py-empy xfce4-session
-py-entrypoints xfce4-settings
-py-enum-tools xfconf
-py-envisage xfd
-py-ephem xfdesktop
-py-eprosima-fastdds xfindproxy
-py-epydoc xfontsel
-py-equation xforms
-py-equinox xfs
-py-espresso xfsdump
-py-espressopp xfsinfo
-py-et-xmlfile xfsprogs
-py-ete3 xfwm4
-py-etelemetry xfwp
-py-etils xgamma
-py-eval-type-backport xgboost
-py-evaluate xgc
-py-eventlet xhmm
-py-evodiff xhost
-py-ewah-bool-utils xictools
-py-exarl xineramaproto
-py-exceptiongroup xinit
-py-execnet xinput
-py-executing xios
-py-exhale xkbcomp
-py-exifread xkbdata
-py-exodus-bundler xkbevd
-py-expandvars xkbprint
-py-expecttest xkbutils
-py-exponax xkeyboard-config
-py-extension-helpers xkill
-py-extras xl
-py-ez-setup xload
-py-f90nml xlogo
-py-f90wrap xlsatoms
-py-fabric xlsclients
-py-fabric3 xlsfonts
-py-fair-esm xmag
-py-fairscale xman
-py-faker xmessage
-py-fakeredis xmh
-py-falcon xmlf90
-py-fallocate xmlrpc-c
-py-fastai xmlto
-py-fastaindex xmodmap
-py-fastapi xmore
-py-fastapi-utils xnedit
-py-fastavro xnnpack
-py-fastcache xolotl
-py-fastcluster xorg-cf-files
-py-fastcore xorg-docs
-py-fastcov xorg-gtest
-py-fastdownload xorg-server
-py-fastdtw xorg-sgml-doctools
-py-fasteners xorgproto
-py-fastfold xphelloworld
-py-fastjsonschema xplor-nih
-py-fastobo xplsprinters
-py-fastpath xpmem
-py-fastprogress xpr
-py-fastremap xprehashprinterlist
-py-fastrlock xprop
-py-fasttext-numpy2 xproperty
-py-fasttext-numpy2-wheel xproto
-py-faust-cchardet xproxymanagementprotocol
-py-fava xqilla
-py-fenics-basix xrandr
-py-fenics-dijitso xrdb
-py-fenics-dolfinx xrdcl-record
-py-fenics-ffc xrefresh
-py-fenics-ffcx xrootd
-py-fenics-fiat xrx
-py-fenics-instant xsbench
-py-fenics-ufl xscope
-py-fenics-ufl-legacy xsd
-py-ffmpy xsdk
-py-fief-client xset
-py-file-magic xsetmode
-py-filecheck xsetpointer
-py-filelock xsetroot
-py-filemagic xsimd
-py-filetype xsm
-py-filterpy xstdcmap
-py-find-libpython xtb
-py-findlibs xtcdata
-py-fiona xtensor
-py-fire xtensor-blas
-py-fireworks xtensor-python
-py-fiscalyear xterm
-py-fisher xtl
-py-fits-tools xtrans
-py-fitsio xtrap
-py-fitter xts
-py-fixtures xv
-py-flake8 xvidtune
-py-flake8-import-order xvinfo
-py-flake8-polyfill xwd
-py-flaky xwidgets
-py-flameprof xwininfo
-py-flash-attn xwud
-py-flask xxd-standalone
-py-flask-babel xxdiff
-py-flask-compress xxhash
-py-flask-cors xyce
-py-flask-paginate xz
-py-flask-restful yade
-py-flask-socketio yafyaml
-py-flask-sqlalchemy yajl
-py-flatbuffers yaksa
-py-flatten-dict yambo
-py-flawfinder yaml-cpp
-py-flax yamlfmt
-py-flexcache yara
-py-flexmock yarn
-py-flexparser yasm
-py-flexx ycruncher
-py-flit ycsb
-py-flit-core yoda
-py-flit-scm yorick
-py-flox yosys
-py-flufl-lock yq
-py-fluiddyn yyjson
-py-fluidfft z-checker
-py-fluidfft-builder z3
-py-fluidfft-fftw zabbix
-py-fluidfft-fftwmpi zerosum
-py-fluidfft-mpi-with-fftw zfp
-py-fluidfft-p3dfft zfs
-py-fluidfft-pfft ziatest
-py-fluidsim zig
-py-fluidsim-core zip
-py-flye zipkin
-py-fn-py zlib
-py-folium zlib-ng
-py-fonttools zoltan
-py-ford zookeeper
-py-formatizer zookeeper-benchmark
-py-formulaic zopfli
-py-fortls zoxide
-py-fortran-language-server zpares
-py-fortranformat zpp
-py-fparser zsh
-py-fprettify zstd
-py-fqdn zstr
-py-fracridge zuo
-py-fraction zycore-c
-py-freetype-py zydis
-py-freezegun zziplib
-==> 8904 packages
+3dtk
+3proxy
+4ti2
+7zip
+abacus
+abduco
+abi-compliance-checker
+abi-dumper
+abinit
+abseil-cpp
+abyss
+accfft
+acct
+accumulo
+ace
+acfl
+ack
+acl
+acpica-tools
+acpid
+activeharmony
+activemq
+acts
+acts-algebra-plugins
+acts-dd4hep
+actsvg
+additivefoam
+addrwatch
+adept
+adept-utils
+adf
+adiak
+adios
+adios-catalyst
+adios2
+adlbx
+admixtools
+adms
+adol-c
+advancecomp
+adwaita-icon-theme
+aegean
+aeskeyfind
+aespipe
+affinity
+agile
+agrep
+aida
+akantu
+alan
+albany
+albert
+alembic
+alglib
+all-library
+allpaths-lg
+alluxio
+alpaka
+alpgen
+alps
+alpscore
+alquimia
+alsa-lib
+alsa-plugins
+aluminum
+amber
+ambertools
+amd-aocl
+amdblis
+amdfftw
+amdlibflame
+amdlibm
+amdscalapack
+amdsmi
+amduprof
+amg2013
+amg2023
+amg4psblas
+amgx
+aml
+amp
+ampl
+ampliconnoise
+ampt
+amqp-cpp
+amr-wind
+amrex
+amrfinder
+amrvis
+ams
+anaconda3
+andi
+angsd
+anicalculator
+ant
+antimony
+antlr
+antlr4-complete
+antlr4-cpp-runtime
+ants
+any2fasta
+aocc
+aocl-compression
+aocl-crypto
+aocl-da
+aocl-dlp
+aocl-libmem
+aocl-sparse
+aocl-utils
+aoflagger
+aom
+aotriton
+aotriton-llvm
+apache-tvm
+apachetop
+ape
+aperture-photometry
+apex
+apfel
+apfelxx
+apktool
+apple-clang
+apple-gl
+apple-glu
+apple-libunwind
+apple-libuuid
+applewmproto
+appres
+apptainer
+apr
+apr-util
+aqlprofile
+aragorn
+arbor
+arborx
+arc
+archer
+aretomo
+aretomo2
+aretomo3
+argobots
+argon2
+argp-standalone
+args
+argtable
+aria2
+arkouda
+arm-forge
+arm-kernels
+armadillo
+armcimpi
+armcomputelibrary
+armpl-gcc
+arpack-ng
+arrayfire
+arrow
+asagi
+ascent
+asciidoc
+asciidoc-py3
+asdcplib
+asdf-cxx
+asio
+aspa
+aspcud
+aspect
+aspell
+aspell6-de
+aspell6-en
+aspell6-es
+aspera-cli
+assimp
+astra
+astral
+astyle
+at-spi2-atk
+at-spi2-core
+atf
+atfl
+athena
+atk
+atlas
+atom-dft
+atompaw
+atop
+attr
+audacious
+audacity
+audit-userspace
+augustus
+authd
+authselect
+autoconf
+autoconf-archive
+autodiff
+autodock-gpu
+autodock-vina
+autogen
+automaded
+automake
+autossh
+avizo
+aws-ofi-nccl
+aws-ofi-rccl
+aws-parallelcluster
+aws-sdk-cpp
+awscli
+awscli-v2
+axel
+axl
+axom
+azcopy
+babelflow
+babelstream
+babeltrace
+babeltrace2
+babl
+bacio
+backupninja
+backward-cpp
+bam-readcount
+bamaddrg
+bamdst
+bamtools
+bamutil
+banner
+bannergrab
+barrnap
+bart
+barvinok
+bash
+bash-completion
+bashtop
+bat
+batchedblas
+batctl
+bats
+baurmc
+bazel
+bbcp
+bbmap
+bc
+bcache
+bcftools
+bdftopcf
+bdii
+bdsim
+bdw-gc
+beagle
+beakerlib
+bear
+beast-tracer
+beast1
+beast2
+beatnik
+bedops
+bedtools2
+beforelight
+benchmark
+berkeley-db
+berkeleygw
+bertini
+bfs
+bgen
+bgpdump
+bib2xhtml
+bigdft-atlab
+bigdft-chess
+bigdft-core
+bigdft-futile
+bigdft-libabinit
+bigdft-liborbs
+bigdft-psolver
+bigdft-spred
+bigdft-suite
+bigreqsproto
+bigwhoop
+bind9
+binder
+binutils
+bioawk
+biobambam2
+biobloom
+biopieces
+bird
+bismark
+bison
+bitgroomingz
+bitlbee
+bitmap
+bitsery
+blackhat
+blake3
+blaspp
+blast-plus
+blast2go
+blat
+blaze
+blis
+bliss
+blitz
+blktrace
+bloaty
+blogbench
+blt
+bmake
+bmi
+bml
+bohrium
+boinc-client
+bolt
+bonniepp
+bookleaf-cpp
+boost
+boostmplcartesianproduct
+boringssl
+botan
+bowtie
+bowtie2
+boxlib
+bpp-core
+bpp-phyl
+bpp-phyl-omics
+bpp-popgen
+bpp-seq
+bpp-seq-omics
+bpp-suite
+bracken
+brahma
+braker
+branson
+breakdancer
+bref3
+breseq
+bricks
+bridger
+brigand
+brltty
+brotli
+brpc
+brunsli
+brynet
+bsseeker2
+btllib
+btop
+bubblewrap
+bucky
+buddy
+bueno
+bufr
+bufr-query
+bulker
+bump2version
+bumpversion
+busco
+busybox
+butter
+butterflypack
+bwa
+bwtool
+byacc
+byfl
+byobu
+byte-lite
+byte-unixbench
+byteman
+bzip2
+c-ares
+c-blosc
+c-blosc2
+c-lime
+c-raft
+c3d
+ca-certificates-mozilla
+cabana
+cabana-pd
+cachefilesd
+caffe
+cairo
+cairomm
+caliper
+callflow
+callpath
+camellia
+camp
+camx
+canal
+cans
+cantera
+canu
+cap3
+capnproto
+capstone
+cardioid
+care
+cargo-c
+cargs
+casacore
+casacore-measures
+cask
+casper
+cassandra
+cassini-headers
+castep
+catch2
+cbc
+cbench
+cbflib
+cbindgen
+cblas
+cbqn
+cbtf
+cbtf-argonavis
+cbtf-argonavis-gui
+cbtf-krell
+cbtf-lanl
+cc65
+ccache
+cce
+ccfits
+ccls
+ccs-qcd
+cctools
+cdbfasta
+cdd
+cddlib
+cdecimal
+cdhit
+cdi
+cdo
+cdt
+ceed
+celeritas
+cellpose
+cellranger
+centrifuge
+cepgen
+cereal
+ceres-solver
+cernlib
+cfitsio
+cgal
+cgdb
+cgdcbxd
+cget
+cgl
+cgm
+cgns
+cgsi-gsoap
+chaco
+chafa
+chai
+chameleon
+changa
+channelflow
+chaparral
+chapel
+chaplin
+charliecloud
+charmpp
+chatterbug
+check
+chemfiles
+chexmix
+chez-scheme
+chgcentre
+chlorop
+chombo
+chrony
+chrpath
+cimfomfa
+cinch
+circe2
+circos
+cistem
+citcoms
+cityhash
+civetweb
+cjson
+ck
+clamav
+clamr
+clapack
+clara
+claude-code
+claw
+clblast
+cleaveland4
+cleverleaf
+clfft
+clhep
+cli11
+clinfo
+clingo
+clingo-bootstrap
+clingo-bootstrap-pgo
+cln
+cloc
+cloog
+cloverleaf
+cloverleaf-ref
+cloverleaf3d
+clp
+clustal-omega
+clustalw
+cmake
+cmaq
+cmark
+cmdlime
+cmdstan
+cminpack
+cmocka
+cmockery
+cmor
+cni-plugins
+cnmem
+cnpy
+cntk
+cntk1bitsgd
+cnvnator
+codar-cheetah
+code-server
+codec2
+codecov
+codee
+codes
+codipack
+coevp
+cohmm
+cohomcalg
+coin3d
+coinhsl
+coinmp
+coinutils
+collectd
+collier
+colm
+colordiff
+comd
+comet
+comgr
+commons-lang
+commons-lang3
+commons-logging
+compadre
+compiler-wrapper
+composable-kernel
+compose
+compositeproto
+composyx
+conda4aarch64
+conduit
+conmon
+connect-proxy
+conquest
+conserver
+console-bridge
+constype
+consul
+cool
+coordgen
+coral
+corenlp
+coreutils
+corset
+cosbench
+cosign
+cosimio
+cosma
+cosmoflow-benchmark
+cosmomc
+cosp2
+costa
+costo
+cotter
+countdown
+covfie
+cowsay
+cp2k
+cpat
+cpio
+cplex
+cpmd
+cpp-argparse
+cpp-httplib
+cpp-logger
+cpp-termcolor
+cppad
+cppcheck
+cppcodec
+cppcoro
+cppgsl
+cpprestsdk
+cpptrace
+cppunit
+cppzmq
+cpr
+cprnc
+cpu-features
+cpuinfo
+cqrlib
+cquery
+cracklib
+cradl
+cram
+cray-fftw
+cray-libsci
+cray-mpich
+cray-mvapich2
+cray-pmi
+creduce
+crmc
+croc
+cromwell
+cromwell-womtool
+cronie
+crosstool-ng
+crow
+crtm
+crtm-fix
+crunch
+crux-toolkit
+cry
+cryodrgn
+cryoef
+cryptopp
+cryptsetup
+csa-c
+cscope
+csdp
+csvtk
+ctffind
+ctpl
+ctre
+cub
+cuba
+cubature
+cube
+cube-blade
+cubelib
+cubew
+cubist
+cublasmp
+cuda
+cuda-memtest
+cudd
+cudnn
+cudss
+cufflinks
+cufftmp
+cunit
+cups
+curl
+cusolvermp
+cusparselt
+cusz
+cutensor
+cutlass
+cvector
+cvise
+cvs
+cxi-driver
+cxxopts
+cxxtest
+cyrus-sasl
+czmq
+daemonize
+dakota
+daligner
+dalton
+damageproto
+damaris
+damask
+damask-grid
+damask-mesh
+damselfly
+daos
+darshan-runtime
+darshan-util
+dash
+datamash
+dataspaces
+datatransferkit
+date
+dateutils
+dav-sdk
+davix
+dbcsr
+dbow2
+dbus
+dbus-glib
+dbxtool
+dcap
+dcm2niix
+dcmtk
+dctz
+dd4hep
+ddc
+ddd
+dealii
+dealii-parameter-gui
+debbuild
+debugedit
+decentralized-internet
+deconseq-standalone
+deconwolf
+dedisp
+deepmdkit
+dejagnu
+delly2
+delphes
+delta
+demuxlet
+deno
+denovogear
+detray
+dfelibs
+dftbplus
+dftd3-lib
+dftd4
+dftfe
+dhpmm-f
+dhtest
+dia
+dia-umpire-se
+dialign
+dialign-tx
+diamond
+dicom3tools
+diffmark
+diffsplice
+difftastic
+diffutils
+digitrounding
+dihydrogen
+dimemas
+dineof
+ding-libs
+dire
+direnv
+discotec
+discovar
+discovardenovo
+disktype
+dislin
+distbench
+distcc
+diy
+dla-future
+dla-future-fortran
+dlb
+dlib
+dlpack
+dmd
+dmidecode
+dmlc-core
+dmtcp
+dmxproto
+dnsmap
+dnsmasq
+dnstop
+dnstracer
+docbook-xml
+docbook-xsl
+dock
+doctest
+dolfinx-mpc
+dorado
+dorian3d-dlib
+dos2unix
+dosfstools
+dotconf
+dotnet-core-sdk
+double-batched-fft-library
+double-conversion
+doxygen
+dpdk
+dplasma
+dpmjet
+draco
+dracut
+dramsim2
+dramsim3
+dri2proto
+dri3proto
+drill
+drishti
+dropwatch
+druid
+ds
+dsdp
+dsfmt
+dsqss
+dsrc
+dssp
+dtc
+dtcmp
+dtf
+duckdb
+duperemove
+dust
+dwz
+dxt-explorer
+dyninst
+dysco
+e2fsprogs
+e3sm-kernels
+e3sm-scorpio
+e4s-alc
+e4s-cl
+ea-utils
+eagle
+earlyoom
+easi
+easybuild
+easyloggingpp
+ebms
+ecbuild
+eccodes
+eccodes-cosmo-resources
+ecdsautils
+ecflow
+eckit
+eclipse-gcj-parser
+ecmwf-atlas
+ecos
+ecoslim
+ecp-data-vis-sdk
+ecp-proxy-apps
+ectrans
+ed
+editline
+editorconfig
+editres
+edm4hep
+eem
+efivar
+egl
+eigen
+eigenexa
+elasticsearch
+elastix
+elbencho
+elfio
+elfutils
+elk
+elmerfem
+elpa
+elsd
+elsdc
+elsi
+emacs
+ember
+emblmygff3
+emboss
+embree
+enca
+enchant
+energyplus
+ensmallen
+entrezdirect
+entt
+environment-modules
+enzo
+enzyme
+eospac
+epic
+epics-base
+epics-ca-gateway
+epics-pcas
+epics-snmp
+eprosima-fastcdr
+eprosima-fastdds
+epsic
+eq-r
+er
+erf
+erfa
+erlang
+ermod
+erne
+es-shell
+esmf
+espanso
+essl
+estarlight
+esys-particle
+etcd
+ethminer
+ethtool
+etsf-io
+eve
+evemu
+everytrace
+everytrace-example
+evieext
+evtgen
+exabayes
+exaca
+exactextract
+exago
+examl
+exampm
+exasp2
+exawind
+exaworks
+exchcxx
+exciting
+exempi
+exiv2
+exmcutils
+exo
+exodusii
+exonerate
+exonerate-gff3
+expat
+expect
+express
+exprtk
+extrae
+exuberant-ctags
+eza
+eztrace
+f2c
+f3d
+f77-zmq
+f90cache
+fabtests
+fabulous
+faircmakemodules
+fairlogger
+fairmq
+fairroot
+fairsoft-bundle
+fairsoft-config
+faiss
+fakechroot
+faketime
+fakexrandr
+falco
+falcon
+fann
+faodel
+fargparse
+fasd
+fast-float
+fast-global-file-status
+fasta
+fastani
+fastdb
+fastdfs
+fastjar
+fastjet
+fastjson
+fastmath
+fastme
+fastor
+fastp
+fastphase
+fastplong
+fastq-scan
+fastq-screen
+fastqc
+fastqvalidator
+fasttext
+fasttransforms
+fasttree
+fastx-toolkit
+faust
+fbgemm
+fca
+fcgi
+fckit
+fd
+fdb
+fds
+fdupes
+feh
+fenics
+fenics-basix
+fenics-dolfinx
+fenics-ufcx
+feq-parse
+fermi
+fermikit
+fermisciencetools
+ferret
+feynhiggs
+ffb
+fflas-ffpack
+ffmpeg
+ffr
+ffsb
+ffte
+fftw
+fftx
+fgsl
+fiat
+fides
+figcone
+figlet
+figtree
+file
+filebench
+filo
+filtlong
+fimpute
+finch
+findbugs
+findutils
+fio
+fipscheck
+fish
+fixesproto
+fj
+fjcontrib
+fl
+flac
+flamegraph
+flamemaster
+flann
+flap
+flash
+flashdimmsim
+flatbuffers
+flatcc
+flcl
+flecsi
+flecsph
+fleur
+flex
+flexi
+flexiblas
+flibcpp
+flink
+flint
+flit
+fltk
+fluidnumerics-self
+flume
+flux
+flux-core
+flux-pmix
+flux-python
+flux-sched
+flux-security
+fluxbox
+fmi4cpp
+fms
+fmt
+foam-extend
+foldseek
+folly
+font-util
+fontcacheproto
+fontconfig
+fontsproto
+fonttosfnt
+foonathan-memory
+form
+formetis
+fortrilinos
+fortuno
+fossil
+foundationdb
+fox
+fp16
+fpart
+fpc
+fpchecker
+fping
+fplll
+fplo
+fpm
+fpocket
+fpzip
+fq
+fqtrim
+fr-hit
+fraggenescan
+freebayes
+freecad
+freefem
+freeglut
+freeimage
+freeipmi
+freesasa
+freesurfer
+freetype
+freexl
+fribidi
+frobby
+frontier-client
+frontistr
+frugally-deep
+fseq
+fsl
+fslsfonts
+fstobdf
+fstrack
+ftgl
+ftjam
+ftk
+ftobjectlibrary
+ftxui
+fujitsu-fftw
+fujitsu-frontistr
+fujitsu-mpi
+fujitsu-ssl2
+fullock
+func
+functionalplus
+funhpc
+funwave
+fuse-overlayfs
+fusion-io
+fvtkhdf
+fwq
+fxdiv
+fxt
+fyba
+fzf
+g2
+g2c
+g2o
+g2tmpl
+g4abla
+g4adept
+g4channeling
+g4emlow
+g4ensdfstate
+g4hepem
+g4incl
+g4ndl
+g4neutronxs
+g4nudexlib
+g4particlexs
+g4photonevaporation
+g4pii
+g4radioactivedecay
+g4realsurface
+g4saiddata
+g4tendl
+g4urrpt
+g4vg
+gadap
+gamess-ri-mp2-miniapp
+gams
+gapbs
+gapcloser
+gapfiller
+garcon
+garfieldpp
+gasnet
+gatb-core
+gate
+gatepet2stir
+gatetools
+gatk
+gau2grid
+gaudi
+gaussian
+gaussian-view
+gauxc
+gawk
+gbl
+gblocks
+gcc
+gcc-runtime
+gccmakedep
+gccxml
+gchp
+gcta
+gdal
+gdb
+gdbm
+gdk-pixbuf
+gdl
+gdrcopy
+geant3
+geant4
+geant4-data
+geant4-vmc
+geany
+gearshifft
+gegelati
+gegl
+gem5
+gemma
+gemmlowp
+genemark-et
+generalbrokenlines
+generate-ninja
+generax
+genesis
+genfit
+gengeo
+gengetopt
+genie
+genomefinisher
+genometools
+genomeworks
+genrich
+geode
+geoip-api-c
+geomodel
+geos
+getorganelle
+gettext
+gexiv2
+gfal2
+gfal2-util
+gfan
+gffcompare
+gffread
+gflags
+gfsio
+gftl
+gftl-shared
+ggml
+gh
+ghex
+ghost
+ghostscript
+ghostscript-fonts
+giblib
+giflib
+gimp
+ginac
+ginkgo
+giraph
+git
+git-annex
+git-fat-git
+git-filter-repo
+git-imerge
+git-lfs
+gitconddb
+givaro
+gl2ps
+glab
+glew
+glfmultiples
+glfw
+glib
+glib-bootstrap
+glib-networking
+glibc
+glibmm
+glimmer
+glm
+global
+globalarrays
+globus-callout
+globus-common
+globus-ftp-client
+globus-ftp-control
+globus-gass-copy
+globus-gass-transfer
+globus-gsi-callback
+globus-gsi-cert-utils
+globus-gsi-credential
+globus-gsi-openssl-error
+globus-gsi-proxy-core
+globus-gsi-proxy-ssl
+globus-gsi-sysconfig
+globus-gss-assist
+globus-gssapi-error
+globus-gssapi-gsi
+globus-io
+globus-openssl-module
+globus-xio
+globus-xio-gsi-driver
+globus-xio-pipe-driver
+globus-xio-popen-driver
+glog
+gloo
+glow
+glpk
+glproto
+gluegen
+glusterfs
+glvis
+glx
+gmake
+gmap-gsnap
+gmic
+gmime
+gmodel
+gmp
+gmsh
+gmt
+gmtsar
+gnat
+gnds
+gnina
+gnome-common
+gnuconfig
+gnupg
+gnuplot
+gnuradio
+gnutls
+go
+go-bootstrap
+go-md2man
+go-sh
+goaccess
+gobject-introspection
+goblin-hmc-sim
+gocryptfs
+goimports
+goma
+gomplate
+google-cloud-cli
+google-cloud-cpp
+google-crc32c
+googletest
+gopls
+gosam-contrib
+goshimmer
+gotcha
+gource
+gpcnet
+gperf
+gperftools
+gpgme
+gpi-2
+gpi-space
+gplates
+gprofng-gui
+gprolog
+gptl
+gptune
+gpu-burn
+gpuscout
+gqrx
+gr-osmosdr
+grabix
+grace
+grackle
+gradle
+grads
+grafana
+graph500
+graphblast
+graphicsmagick
+graphite2
+graphlib
+graphmap
+graphviz
+grass
+graylog2-server
+green-mbpt
+green-seet
+greenx
+grep
+grib-util
+gribjump
+grid
+gridlab-d
+gridtools
+grnboost
+groff
+gromacs
+gromacs-chain-coordinate
+gromacs-swaxs
+grpc
+gsettings-desktop-schemas
+gsi-ncdiag
+gsibec
+gsl
+gsl-lite
+gslib
+gsoap
+gspell
+gtfsort
+gtk-doc
+gtkmm
+gtkorvo-atl
+gtkorvo-cercs-env
+gtkorvo-dill
+gtkorvo-enet
+gtkplus
+gtksourceview
+gts
+guacamole-client
+guacamole-server
+guidance
+guile
+gunrock
+gurobi
+gvproxy
+gxsview
+gzip
+h2database
+h5bench
+h5cpp
+h5hut
+h5part
+h5utils
+h5z-zfp
+haccabana
+hacckernels
+hackrf-host
+hadoop
+hadoop-xrootd
+hal
+half
+halide
+hama
+hammer
+hapcut2
+hapdip
+haploview
+haproxy
+hard
+hardlink
+harfbuzz
+harminv
+hashcat
+haveged
+hazelcast
+hbase
+hbm-dramsim2
+hc
+hcoll
+hdf
+hdf-eos2
+hdf-eos5
+hdf5
+hdf5-blosc
+hdf5-vfd-gds
+hdf5-vol-async
+hdf5-vol-cache
+hdf5-vol-daos
+hdf5-vol-external-passthrough
+hdf5-vol-log
+hdfview
+healpix-cxx
+heaptrack
+heasoft
+heffte
+heimdall
+helib
+helics
+helm
+help2man
+henson
+hepmc
+hepmc3
+hepmcanalysis
+heppdt
+heputils
+hermes
+hermes-shm
+herwig3
+herwigpp
+hevea
+heyoka
+hh-suite
+hibench
+hicolor-icon-theme
+hicops
+hicup
+highfive
+highway
+highwayhash
+hiop
+hip
+hip-tensor
+hip-tests
+hipace
+hipblas
+hipblas-common
+hipblaslt
+hipcc
+hipcub
+hipdnn
+hipfft
+hipfort
+hipify-clang
+hiprand
+hipsolver
+hipsparse
+hipsparselt
+hipsycl
+hiptt
+hiredis
+hisat2
+hisea
+hive
+hivex
+hmmer
+hohqmesh
+homer
+hoomd-blue
+hoppet
+hotspot
+hp2p
+hpc-beeflow
+hpcc
+hpccg
+hpcg
+hpckit
+hpctoolkit
+hpcviewer
+hpcx-mpi
+hpddm
+hpgmg
+hping
+hpl
+hpx
+hpx-kokkos
+hpx5
+hsa-amd-aqlprofile
+hsa-rocr-dev
+hsakmt
+hsakmt-roct
+hsf-cmaketools
+hssp
+hstr
+hto4l
+htop
+htslib
+http-get
+http-load
+http-parser
+http-ping
+http-post
+httpd
+httperf
+httpie
+httping
+httpress
+hub
+hudi
+hugo
+hunspell
+hw-probe
+hwdata
+hwloc
+hwmalloc
+hybpiper
+hybrid-lambda
+hybridsim
+hycom
+hydra
+hydrogen
+hypar
+hyperfine
+hyperqueue
+hyperscan
+hyphen
+hyphy
+hypre
+hypre-cmake
+hypredrive
+hztool
+i3
+ibm-databroker
+ibmisc
+icarus
+iceauth
+icedtea
+icet
+icey
+ico
+icon
+icu4c
+id3lib
+idba
+idg
+idl
+iegenlib
+ignite
+igprof
+igraph
+igv
+igvtools
+ike-scan
+ilmbase
+ima-evm-utils
+imagemagick
+imake
+imath
+imgui
+imlib2
+imod
+imp
+impalajit
+improved-rdock
+impute2
+indicators
+infernal
+influxdb
+iniparser
+inputproto
+integratorxx
+intel-gpu-tools
+intel-gtpin
+intel-llvm
+intel-mlc
+intel-mpi-benchmarks
+intel-oneapi-advisor
+intel-oneapi-ccl
+intel-oneapi-compilers
+intel-oneapi-compilers-classic
+intel-oneapi-dal
+intel-oneapi-dnn
+intel-oneapi-dpct
+intel-oneapi-dpl
+intel-oneapi-inspector
+intel-oneapi-ipp
+intel-oneapi-ippcp
+intel-oneapi-itac
+intel-oneapi-mkl
+intel-oneapi-mpi
+intel-oneapi-runtime
+intel-oneapi-tbb
+intel-oneapi-vpl
+intel-oneapi-vtune
+intel-pin
+intel-tbb
+intel-xed
+interproscan
+intltool
+ioapi
+ior
+iotaa
+iozone
+ip
+ipcalc
+iperf2
+iperf3
+ipm
+ipopt
+iproute2
+iptraf-ng
+iq-tree
+irep
+isa-l
+isa-l-crypto
+isaac
+isaac-server
+isc-dhcp
+iscdtoolbox-commons
+iscdtoolbox-elasticity
+isescan
+isl
+iso-codes
+isoquant
+ispc
+istio
+itensor
+itk
+itstool
+itsx
+iwyu
+jacamar-ci
+jackcess
+jafka
+jags
+jali
+jansi
+jansi-native
+jansson
+jasper
+javafx
+jbigkit
+jblob
+jchronoss
+jdk
+jedi-cmake
+jellyfish
+jemalloc
+jetty-project
+jhpcn-df
+jimtcl
+jline3
+jmol
+jogl
+jonquil
+jose
+jpegoptim
+jq
+json-c
+json-cwx
+json-fortran
+json-glib
+jsoncons
+jsoncpp
+jsonnet
+jstorm
+jube
+judy
+jujutsu
+julea
+julia
+jump
+junit4
+just
+justbuild
+jwt-cpp
+jxrlib-debian
+k8
+kadath
+kafka
+kagen
+kahip
+kaiju
+kakoune
+kakoune-lsp
+kaks-calculator
+kaldi
+kalign
+kallisto
+karma
+kassiopeia
+kbd
+kbproto
+kcov
+kdiff3
+kea
+kealib
+keepalived
+keepassxc
+kenlm
+kentutils
+keyutils
+khmer
+kibana
+kicad
+kim-api
+kinesis
+kineto
+kitty
+kmergenie
+kmod
+knem
+kokkos
+kokkos-fft
+kokkos-kernels
+kokkos-nvcc-wrapper
+kokkos-tools
+koliop
+kraken
+kraken2
+krakenuniq
+krb5
+krims
+kripke
+kubectl
+kubernetes
+kumi
+kvasir-mpl
+kvtree
+kylin
+kynema
+kynema-driver
+kynema-fmb
+kynema-sgf
+kynema-ugf
+kyotocabinet
+ladot
+laghos
+lame
+lammps
+lammps-example-plugin
+landsfcutil
+lanl-cmake-modules
+lapackpp
+last
+lastz
+laszip
+latex2html
+latte
+launchmon
+laynii
+lazygit
+lazyten
+lbann
+lbfgspp
+lbxproxy
+lc-framework
+lcals
+lcc
+lcgenv
+lci
+lcio
+lcms
+lcov
+ldak
+ldc
+ldc-bootstrap
+ldsc
+lean4
+legion
+lemon
+leptonica
+lerc
+less
+lesstif
+leveldb
+lfortran
+lftp
+lhapdf
+lhapdf5
+lhapdfsets
+libabigail
+libaec
+libaio
+libao
+libapplewm
+libapreq2
+libarchive
+libasr
+libassuan
+libatasmart
+libatomic-ops
+libavif
+libbacktrace
+libbeagle
+libbeato
+libbeef
+libbigwig
+libbinio
+libblastrampoline
+libbsd
+libbson
+libbytesize
+libcanberra
+libcap
+libcap-ng
+libcatalyst
+libceed
+libcerf
+libcgroup
+libcifpp
+libcint
+libcircle
+libconfig
+libconfuse
+libcroco
+libctl
+libcudf
+libcuml
+libcumlprims
+libcxi
+libcxxwrap-julia
+libcyaml
+libdaemon
+libdap4
+libdatrie
+libdc1394
+libde265
+libdeflate
+libdicom
+libdisplay-info
+libdistributed
+libdivsufsort
+libdmx
+libdrm
+libdwarf
+libeatmydata
+libecpint
+libedit
+libefence
+libelf
+libemos
+libepoxy
+libestr
+libev
+libevdev
+libevent
+libevpath
+libexif
+libfabric
+libfastcommon
+libfastjson
+libffi
+libffs
+libfirefly
+libfive
+libflame
+libfms
+libfontenc
+libfort
+libfs
+libftdi
+libfuse
+libfyaml
+libgain
+libgcrypt
+libgd
+libgdsii
+libgee
+libgeopm
+libgeopmd
+libgeotiff
+libgff
+libgit2
+libgit2-glib
+libgpg-error
+libgpiod
+libgpuarray
+libgridxc
+libgssglue
+libgta
+libgtextutils
+libgtop
+libgudev
+libhandy
+libharu
+libhbaapi
+libheif
+libhio
+libhugetlbfs
+libiberty
+libibumad
+libical
+libicd
+libice
+libiconv
+libid3tag
+libidl
+libidn
+libidn2
+libimagequant
+libimobiledevice
+libinih
+libint
+libisal
+libiscsi
+libjpeg
+libjpeg-turbo
+libjson
+libjwt
+libjxl
+libkcapi
+libkml
+libksba
+liblas
+liblbfgs
+liblbxutil
+libleidenalg
+liblockfile
+liblognorm
+liblouis
+libluv
+liblzf
+libmacaroons
+libmad
+libmatheval
+libmaus2
+libmaxminddb
+libmbim
+libmcfp
+libmcrypt
+libmd
+libmesh
+libmetalink
+libmetatensor
+libmetatensor-torch
+libmetatomic-torch
+libmicrodns
+libmicrohttpd
+libmmtf-cpp
+libmng
+libmnl
+libmo-unpack
+libmodbus
+libmolgrid
+libmonitor
+libmpdclient
+libmypaint
+libnbc
+libndp
+libnet
+libnetfilter-conntrack
+libnetfilter-cthelper
+libnetfilter-cttimeout
+libnetfilter-queue
+libnetworkit
+libnfnetlink
+libnfs
+libnfsidmap
+libnftnl
+libnids
+libnl
+libnotify
+libnova
+libnrm
+libnsl
+libogg
+liboldx
+libopts
+libp11
+libpam
+libpaper
+libpcap
+libpciaccess
+libpfm4
+libpipeline
+libplist
+libpmemobj-cpp
+libpng
+libpostal
+libpressio
+libpressio-adios1
+libpressio-adios2
+libpressio-dataset
+libpressio-errorinjector
+libpressio-jit
+libpressio-nvcomp
+libpressio-opt
+libpressio-predict
+libpressio-rmetric
+libpressio-sperr
+libpressio-tools
+libpressio-tthresh
+libproxy
+libpsl
+libpsm3
+libpsml
+libpspio
+libpthread-stubs
+libpulsar
+libqglviewer
+libqrencode
+libquo
+libraqm
+libraw1394
+librdkafka
+librelp
+libreproc
+libressl
+libristra
+librmm
+librom
+librsb
+librsvg
+librtlsdr
+librttopo
+libsakura
+libsamplerate
+libseccomp
+libsecret
+libsegfault
+libsharp
+libshm
+libsigcpp
+libsignal-protocol-c
+libsigsegv
+libsixel
+libslirp
+libsm
+libsmeagol
+libsndfile
+libsodium
+libsolv
+libspatialindex
+libspatialite
+libspiro
+libsplash
+libspng
+libssh
+libssh2
+libstdcompat
+libsvm
+libszip
+libtar
+libtasn1
+libtermkey
+libthai
+libtheora
+libtiff
+libtirpc
+libtlx
+libtomlc99
+libtommath
+libtool
+libtorrent
+libtraceevent
+libtree
+libuecc
+libunistring
+libunwind
+liburcu
+liburing
+libusb
+libusbmuxd
+libuser
+libuv
+libuv-julia
+libva
+libvdwxc
+libverto
+libvips
+libvorbis
+libvori
+libvpx
+libvterm
+libwebp
+libwebsockets
+libwhich
+libwindowswm
+libwmf
+libwnck
+libx11
+libxau
+libxaw
+libxaw3d
+libxc
+libxcb
+libxcomposite
+libxcrypt
+libxcursor
+libxcvt
+libxdamage
+libxdmcp
+libxevie
+libxext
+libxfce4ui
+libxfce4util
+libxfixes
+libxfont
+libxfont2
+libxfontcache
+libxft
+libxi
+libxinerama
+libxkbcommon
+libxkbfile
+libxkbui
+libxml2
+libxmu
+libxp
+libxpm
+libxpresent
+libxprintapputil
+libxprintutil
+libxrandr
+libxrender
+libxres
+libxscrnsaver
+libxshmfence
+libxslt
+libxsmm
+libxstream
+libxt
+libxtrap
+libxtst
+libxv
+libxvmc
+libxxf86dga
+libxxf86misc
+libxxf86vm
+libyaml
+libyogrt
+libzip
+libzmq
+liftoff
+liggghts
+lighttpd
+ligra
+likwid
+lima
+linaro-forge
+linkphase3
+linktest
+linsys-v
+linux-external-modules
+linux-headers
+linux-pam
+linux-perf
+lis
+listres
+litestream
+lizard
+lksctp-tools
+llama-cpp
+llhttp
+llvm
+llvm-amdgpu
+llvm-doe
+llvm-openmp
+llvm-openmp-ompt
+lm-sensors
+lmbench
+lmdb
+lmod
+lndir
+lodepng
+log4c
+log4cplus
+log4cpp
+log4cxx
+logrotate
+logstash
+loki
+looptools
+lordec
+lorene
+lp-solve
+lrose-core
+lrslib
+lrzip
+lsd
+lsf
+lshw
+lsof
+lsquic
+lsscsi
+ltp
+ltr-retriever
+ltrace
+lua
+lua-bit32
+lua-bitlib
+lua-ffi
+lua-lpeg
+lua-luafilesystem
+lua-luajit
+lua-luajit-openresty
+lua-luaposix
+lua-mpack
+lua-sol2
+lucene
+luit
+lulesh
+lumpy-sv
+lustre
+lvarray
+lvm2
+lwgrp
+lwm2
+lwtnn
+lxc
+lynx
+lz4
+lzma
+lzo
+lzop
+m4
+macfuse
+macsio
+mad-numdiff
+madgraph5amc
+madis
+madx
+maeparser
+mafft
+magic-enum
+magics
+magma
+mahout
+makedepend
+makedepf90
+maker
+mallocmc
+maloc
+malt
+mamba
+man-db
+mapl
+mapnik
+mapserver
+mapsplice2
+maq
+maqao
+mariadb
+mariadb-c-client
+mark
+masa
+mash
+masurca
+mathematica
+mathic
+mathicgb
+matio
+matlab
+matrix-switch
+maven
+maverick
+mawk
+mbdyn
+mbedtls
+mc
+mcl
+mcpp
+mct
+mctc-lib
+mcutils
+mdb
+mdspan
+mdsplus
+mdtest
+med
+medipack
+meep
+mefit
+megadock
+megahit
+melissa
+memaxes
+memcached
+meme
+memkind
+memtailor
+memtester
+mepo
+meraculous
+mercurial
+mercury
+mergiraf
+mesa
+mesa-demos
+mesa-glu
+meshkit
+meshlab
+meshoptimizer
+meshtool
+meson
+mesquite
+met
+metabat
+metacarpa
+metaeuk
+metal
+metall
+metaphysicl
+methyldackel
+metis
+metkit
+metplus
+mfem
+mg
+mgard
+mgardx
+mgcfd-op2
+mgis
+microbiomeutil
+microsocks
+migraphx
+migrate
+migrate-package-prs
+mii
+mille
+millepede
+mimalloc
+mimic-mcl
+minc-toolkit
+minced
+mindthegap
+miniamr
+miniapp-ascent
+miniasm
+miniconda3
+minife
+miniforge3
+minigan
+minighost
+minigmg
+minimap2
+minimd
+minio
+miniocli
+miniqmc
+minisign
+minismac2d
+minitri
+minivite
+minixyce
+minizip
+minuit
+miopen-hip
+mira
+miranda
+mirdeep2
+mitofates
+mitos
+mivisionx
+mixcr
+mkfontdir
+mkfontscale
+mlc-llm
+mlhka
+mlocate
+mlpack
+mlperf-deepcam
+mlst
+mmg
+mmseqs2
+mmv
+moab
+mochi-margo
+mochi-thallium
+model-angelo
+model-traits
+modeltest-ng
+modern-wheel
+modylas
+mojitos
+mokutil
+molcas
+mold
+molden
+molgw
+mongo-c-driver
+mongo-cxx-driver
+mongodb-async-driver
+mono
+montage
+moosefs
+moreutils
+mosesdecoder
+mosh
+mosquitto
+mothur
+motif
+motioncor2
+mount-point-attributes
+mozjpeg
+mozjs
+mpark-variant
+mpas-model
+mpb
+mpc
+mpdecimal
+mpe2
+mpest
+mpfi
+mpfr
+mpi-bash
+mpi-rockstar
+mpi-serial
+mpi-sync-clocks
+mpi-test-suite
+mpibenchmark
+mpibind
+mpich
+mpidiff
+mpifileutils
+mpigraph
+mpilander
+mpileaks
+mpip
+mpir
+mpitrampoline
+mpiwrapper
+mpix-launch-swift
+mpl
+mppp
+mpsolve
+mpt
+mptensor
+mrbayes
+mrbench
+mrchem
+mrcpp
+mrnet
+mrtrix3
+mruby
+mscclpp
+mscgen
+msgpack-c
+mshadow
+msmc
+msmc2
+msmpi
+msolve
+msr-safe
+mstk
+mstore
+msvc
+mt-metis
+mtn
+mui
+mujoco
+multicharge
+multitail
+multitime
+multiverso
+mumax
+mummer
+mummer4
+mumps
+munge
+muparser
+muparserx
+muscle
+muscle5
+muse
+music
+musica
+musl
+must
+muster
+mutationpp
+mvapich
+mvapich-plus
+mvapich2
+mxm
+mxml
+mxnet
+mypaint-brushes
+mysql
+mysql-connector-c
+mysqlpp
+n2p2
+nacos
+nag
+nalu
+nalu-wind
+namd
+nano
+nanoflann
+nanomsg
+nanopb
+nasm
+nauty
+navi
+nb
+nbdkit
+ncbi-magicblast
+ncbi-rmblastn
+ncbi-toolkit
+ncbi-vdb
+nccl
+nccl-fastsocket
+nccl-tests
+nccmp
+ncdu
+ncftp
+ncio
+ncl
+nco
+ncompress
+ncurses
+ncview
+ncvis
+ndiff
+ndzip
+neartree
+neic-finitefault
+nek5000
+nekbone
+nekcem
+neko
+nekrs
+nektar
+nektools
+nemsio
+nemsiogfs
+neo4j
+neocmakelsp
+neofoam
+neon
+neovim
+nep
+neper
+nest
+net-snmp
+netcdf-c
+netcdf-cxx
+netcdf-cxx4
+netcdf-fortran
+netcdf95
+netdata
+netgauge
+netgen
+netkit-ftp
+netlib-lapack
+netlib-scalapack
+netlib-xblas
+netpbm
+netperf
+nettle
+networkdirect
+neuron
+neve
+newt
+nextdenovo
+nextflow
+nf-core-tools
+nf-seqerakit
+nf-tower-agent
+nf-tower-cli
+nf-wave-cli
+nfft
+nfs-ganesha
+nfs-utils
+nghttp2
+nginx
+ngmerge
+ngmlr
+ngspice
+nicstat
+nim
+nimrod-aai
+ninja
+ninja-fortran
+ninja-phylogeny
+nix
+njet
+nlcglib
+nlohmann-json
+nlohmann-json-schema-validator
+nlopt
+nmad
+nn-c
+nnn
+nnpack
+nnvm
+node-js
+nopayloadclient
+normaliz
+notmuch
+npb
+npm
+npth
+nq
+nrm
+ns-3-dev
+nseg
+nsimd
+nsjail
+nspr
+nss
+ntirpc
+ntl
+ntpoly
+numactl
+numamma
+numap
+numaprof
+numdiff
+nut
+nvbandwidth
+nvcomp
+nvdimmsim
+nvhpc
+nvidia-container-toolkit
+nvidia-nsight-systems
+nvpl-blas
+nvpl-common
+nvpl-fft
+nvpl-lapack
+nvpl-scalapack
+nvptx-tools
+nvshmem
+nvtop
+nvtx
+nwchem
+nyancat
+oc
+ocaml
+ocamlbuild
+occa
+oci-systemd-hook
+ocl-icd
+oclgrind
+oclint
+oclock
+octa
+octave
+octave-arduino
+octave-control
+octave-gsl
+octave-instrctl
+octave-io
+octave-optim
+octave-quaternion
+octave-signal
+octave-splines
+octave-statistics
+octave-struct
+octave-symbolic
+octopus
+odc
+odgi
+of-catalyst
+of-precice
+ollama
+ome-common-cpp
+ome-files-cpp
+ome-model
+omega-h
+omm
+omm-bundle
+omnictl
+omniperf
+omnitrace
+ompss
+ompss-2
+ompt-openmp
+oneapi-igc
+oneapi-level-zero
+onednn
+oniguruma
+onnx
+ont-guppy
+oommf
+oomph
+op2-dsl
+opa-psm2
+opam
+opari2
+opdilib
+open-iscsi
+open-isns
+open3d
+openal-soft
+openbabel
+openblas
+opencarp
+opencascade
+opencl-c-headers
+opencl-clhpp
+opencl-headers
+opencl-icd-loader
+opencoarrays
+opencolorio
+opencv
+opendatadetector
+opendx
+openexr
+openfast
+openfdtd
+openfoam
+openfoam-org
+openfpgaloader
+openfst
+opengl
+openglu
+openimagedenoise
+openimageio
+openipmi
+openjdk
+openjpeg
+openkim-models
+openldap
+openlibm
+openloops
+openmc
+openmm
+openmolcas
+openmpi
+openmx
+opennurbs
+openpa
+openpbs
+openpmd-api
+openradioss-engine
+openradioss-starter
+openrasmol
+openresty
+openscenegraph
+openslide
+openslp
+openspeedshop
+openspeedshop-utils
+openssh
+openssl
+opensta
+openstf
+opensubdiv
+opentsdb
+openturns
+openvdb
+openvkl
+openwsman
+ophidia-analytics-framework
+ophidia-io-server
+ophidia-primitives
+ophidia-server
+opium
+optional-lite
+optipng
+optix-dev
+opus
+or-tools
+oracle-instant-client
+oras
+orbit2
+orc
+orca
+orca-faccts
+orfm
+orientdb
+orthofiller
+orthofinder
+orthomcl
+osg-ca-certs
+osi
+osmctools
+osmesa
+osmosis
+ospray
+osqp
+ossp-uuid
+osu-micro-benchmarks
+otf
+otf-cpt
+otf2
+ovito
+oxide-rs
+p11-kit
+p3dfft3
+p4est
+p7zip
+pacbio-daligner
+pacbio-damasker
+pacbio-dazz-db
+pacbio-dextractor
+pace
+pacifica-cli
+packmol
+pacparser
+pacvim
+paddle
+padicotm
+pagit
+pagmo
+pagmo2
+paintor
+pajeng
+pal
+palace
+palisade-development
+paml
+panda
+pandaseq
+pandoc
+pandoramonitoring
+pandorapfa
+pandorasdk
+pango
+pangolin
+pangomm
+papi
+papyrus
+paraconf
+paradiseo
+parafeed
+parallel
+parallel-hashmap
+parallel-netcdf
+parallelio
+parallelmergetree
+paraview
+pareval
+parflow
+parmetis
+parmgridgen
+parmmg
+parquet-format
+parsec
+parsimonator
+parsplice
+parthenon
+partons
+partons-elementary-utils
+partons-numa
+pass
+passt
+pasta
+pastix
+patch
+patchelf
+patchutils
+pathfinder
+pax-utils
+pbbam
+pblat
+pbmpi
+pbwt
+pbzip2
+pciutils
+pcl
+pcma
+pcre
+pcre2
+pcsclite
+pdal
+pdc
+pdf2svg
+pdftk
+pdi
+pdiplugin-decl-hdf5
+pdiplugin-decl-netcdf
+pdiplugin-mpi
+pdiplugin-pycall
+pdiplugin-serialize
+pdiplugin-set-value
+pdiplugin-trace
+pdiplugin-user-code
+pdsh
+pdt
+pegtl
+pelican
+pennant
+percept
+percolator
+percona-server
+perfstubs
+perl
+perl-acme-damn
+perl-algorithm-c3
+perl-algorithm-diff
+perl-alien-build
+perl-alien-build-plugin-download-gitlab
+perl-alien-libxml2
+perl-any-uri-escape
+perl-apache-logformat-compiler
+perl-app-cmd
+perl-appconfig
+perl-archive-zip
+perl-array-utils
+perl-b-cow
+perl-b-hooks-endofscope
+perl-b-keywords
+perl-bignum
+perl-bio-asn1-entrezgene
+perl-bio-bigfile
+perl-bio-cluster
+perl-bio-db-hts
+perl-bio-ensembl
+perl-bio-ensembl-funcgen
+perl-bio-ensembl-io
+perl-bio-ensembl-variation
+perl-bio-eutilities
+perl-bio-searchio-hmmer
+perl-bio-variation
+perl-bioperl
+perl-bit-vector
+perl-bsd-resource
+perl-cache-cache
+perl-cache-memcached
+perl-cairo
+perl-canary-stability
+perl-capture-tiny
+perl-carp
+perl-carp-assert
+perl-carp-clan
+perl-catalyst-action-renderview
+perl-catalyst-action-rest
+perl-catalyst-component-instancepercontext
+perl-catalyst-devel
+perl-catalyst-plugin-cache
+perl-catalyst-plugin-configloader
+perl-catalyst-plugin-static-simple
+perl-catalyst-runtime
+perl-catalyst-view-json
+perl-cgi
+perl-cgi-simple
+perl-cgi-struct
+perl-chart-gnuplot
+perl-chi
+perl-chi-driver-memcached
+perl-class-accessor
+perl-class-accessor-grouped
+perl-class-accessor-lvalue
+perl-class-c3
+perl-class-c3-adopt-next
+perl-class-c3-componentised
+perl-class-data-inheritable
+perl-class-inspector
+perl-class-load
+perl-class-load-xs
+perl-class-method-modifiers
+perl-class-singleton
+perl-class-tiny
+perl-clone
+perl-clone-choose
+perl-clone-pp
+perl-common-sense
+perl-compress-bzip2
+perl-compress-lzo
+perl-compress-raw-bzip2
+perl-compress-raw-zlib
+perl-config-any
+perl-config-general
+perl-config-inifiles
+perl-config-simple
+perl-config-tiny
+perl-context-preserve
+perl-contextual-return
+perl-convert-nls-date-format
+perl-cookie-baker
+perl-cpan-meta-check
+perl-cpanel-json-xs
+perl-css-minifier-xs
+perl-data-dump
+perl-data-dumper
+perl-data-dumper-concise
+perl-data-optlist
+perl-data-predicate
+perl-data-stag
+perl-data-uuid
+perl-data-visitor
+perl-date-exception
+perl-date-manip
+perl-date-utils
+perl-datetime
+perl-datetime-format-builder
+perl-datetime-format-iso8601
+perl-datetime-format-mysql
+perl-datetime-format-oracle
+perl-datetime-format-pg
+perl-datetime-format-strptime
+perl-datetime-locale
+perl-datetime-timezone
+perl-db-file
+perl-dbd-mysql
+perl-dbd-oracle
+perl-dbd-pg
+perl-dbd-sqlite
+perl-dbi
+perl-dbix-class
+perl-devel-checklib
+perl-devel-cover
+perl-devel-cycle
+perl-devel-globaldestruction
+perl-devel-overloadinfo
+perl-devel-size
+perl-devel-stacktrace
+perl-devel-stacktrace-ashtml
+perl-devel-symdump
+perl-digest-jhash
+perl-digest-md5
+perl-digest-md5-file
+perl-digest-sha1
+perl-dist-checkconflicts
+perl-email-abstract
+perl-email-address-xs
+perl-email-date-format
+perl-email-messageid
+perl-email-mime
+perl-email-mime-contenttype
+perl-email-mime-encodings
+perl-email-sender
+perl-email-simple
+perl-email-stuffer
+perl-encode-locale
+perl-error
+perl-eval-closure
+perl-exception-class
+perl-exporter-auto
+perl-exporter-lite
+perl-exporter-tiny
+perl-extutils-config
+perl-extutils-depends
+perl-extutils-helpers
+perl-extutils-installpaths
+perl-extutils-makemaker
+perl-extutils-pkgconfig
+perl-ffi-checklib
+perl-file-changenotify
+perl-file-chdir
+perl-file-copy-recursive
+perl-file-find-rule
+perl-file-grep
+perl-file-homedir
+perl-file-listing
+perl-file-pushd
+perl-file-remove
+perl-file-sharedir
+perl-file-sharedir-install
+perl-file-slurp
+perl-file-slurp-tiny
+perl-file-slurper
+perl-file-spec
+perl-file-temp
+perl-file-which
+perl-filesys-notify-simple
+perl-font-ttf
+perl-forks
+perl-fth
+perl-gd
+perl-gdgraph
+perl-gdgraph-histogram
+perl-gdtextutil
+perl-getopt-argvfile
+perl-getopt-long-descriptive
+perl-getopt-tabular
+perl-graph
+perl-graph-readwrite
+perl-graphviz
+perl-gzip-faster
+perl-hash-merge
+perl-hash-moreutils
+perl-hash-multivalue
+perl-heap
+perl-hook-lexwrap
+perl-html-parser
+perl-html-tagset
+perl-html-template
+perl-http-body
+perl-http-cookiejar
+perl-http-cookies
+perl-http-daemon
+perl-http-date
+perl-http-entity-parser
+perl-http-headers-fast
+perl-http-message
+perl-http-multipartparser
+perl-http-negotiate
+perl-http-parser-xs
+perl-http-request-ascgi
+perl-http-server-simple
+perl-http-tiny
+perl-import-into
+perl-inline
+perl-inline-c
+perl-io-all
+perl-io-compress
+perl-io-html
+perl-io-prompt
+perl-io-sessiondata
+perl-io-socket-ssl
+perl-io-string
+perl-io-stringy
+perl-io-tty
+perl-ipc-run
+perl-ipc-run3
+perl-ipc-sharelite
+perl-ipc-system-simple
+perl-javascript-minifier-xs
+perl-json
+perl-json-any
+perl-json-maybexs
+perl-json-xs
+perl-kyotocabinet
+perl-libwww-perl
+perl-libxml-perl
+perl-lingua-en-inflect
+perl-list-compare
+perl-list-moreutils
+perl-list-moreutils-xs
+perl-list-someutils
+perl-log-any
+perl-log-any-adapter-callback
+perl-log-dispatch
+perl-log-dispatch-filerotate
+perl-log-log4perl
+perl-logger-simple
+perl-lwp-mediatypes
+perl-lwp-protocol-https
+perl-mailtools
+perl-math-bezier
+perl-math-bigint
+perl-math-bigrat
+perl-math-cdf
+perl-math-cephes
+perl-math-matrixreal
+perl-math-round
+perl-math-symbolic
+perl-math-vecstat
+perl-mce
+perl-memory-process
+perl-metacpan-client
+perl-mime-types
+perl-mni-perllib
+perl-mock-config
+perl-module-build
+perl-module-build-tiny
+perl-module-corelist
+perl-module-find
+perl-module-implementation
+perl-module-install
+perl-module-mask
+perl-module-pluggable
+perl-module-runtime
+perl-module-runtime-conflicts
+perl-module-scandeps
+perl-module-util
+perl-mojolicious
+perl-moo
+perl-moose
+perl-moosex-emulate-class-accessor-fast
+perl-moosex-getopt
+perl-moosex-methodattributes
+perl-moosex-role-parameterized
+perl-moox-types-mooselike
+perl-moox-types-mooselike-numeric
+perl-mozilla-ca
+perl-mro-compat
+perl-namespace-autoclean
+perl-namespace-clean
+perl-net-cidr-lite
+perl-net-http
+perl-net-ip
+perl-net-scp-expect
+perl-net-server
+perl-net-server-ss-prefork
+perl-net-ssleay
+perl-number-compare
+perl-number-format
+perl-object-insideout
+perl-package-deprecationmanager
+perl-package-stash
+perl-package-stash-xs
+perl-package-variant
+perl-padwalker
+perl-parallel-forkmanager
+perl-params-util
+perl-params-validate
+perl-params-validationcompiler
+perl-parse-recdescent
+perl-parse-yapp
+perl-parselex
+perl-parsetemplate
+perl-path-class
+perl-path-tiny
+perl-pathtools
+perl-pdf-api2
+perl-pegex
+perl-perl-critic
+perl-perl-critic-moose
+perl-perl-tidy
+perl-perl-unsafe-signals
+perl-perl-version
+perl-perl4-corelibs
+perl-perl6-slurp
+perl-perlio-gzip
+perl-perlio-utf8-strict
+perl-plack
+perl-plack-middleware-assets
+perl-plack-middleware-crossorigin
+perl-plack-middleware-deflater
+perl-plack-middleware-fixmissingbodyinredirect
+perl-plack-middleware-methodoverride
+perl-plack-middleware-removeredundantbody
+perl-plack-middleware-reverseproxy
+perl-plack-test-externalserver
+perl-pod-coverage
+perl-pod-parser
+perl-pod-spell
+perl-posix-strftime-compiler
+perl-ppi
+perl-ppix-quotelike
+perl-ppix-regexp
+perl-ppix-utils
+perl-proc-daemon
+perl-proc-processtable
+perl-readonly
+perl-readonly-xs
+perl-ref-util
+perl-regexp-common
+perl-role-tiny
+perl-rose-datetime
+perl-rose-db
+perl-rose-db-object
+perl-rose-object
+perl-safe-isa
+perl-scalar-list-utils
+perl-scalar-util-numeric
+perl-scope-guard
+perl-search-elasticsearch
+perl-sereal
+perl-sereal-decoder
+perl-sereal-encoder
+perl-server-starter
+perl-set-intervaltree
+perl-set-intspan
+perl-set-object
+perl-set-scalar
+perl-soap-lite
+perl-sort-naturally
+perl-specio
+perl-spiffy
+perl-sql-abstract
+perl-sql-abstract-classic
+perl-sql-reservedwords
+perl-sql-translator
+perl-star-fusion
+perl-starman
+perl-statistics-basic
+perl-statistics-descriptive
+perl-statistics-pca
+perl-stream-buffered
+perl-strictures
+perl-string-approx
+perl-string-crc32
+perl-string-format
+perl-string-numeric
+perl-string-rewriteprefix
+perl-sub-exporter
+perl-sub-exporter-progressive
+perl-sub-identify
+perl-sub-install
+perl-sub-name
+perl-sub-quote
+perl-sub-uplevel
+perl-svg
+perl-swissknife
+perl-sys-sigaction
+perl-task-weaken
+perl-template-toolkit
+perl-term-ansicolor-markup
+perl-term-readline-gnu
+perl-term-table
+perl-termreadkey
+perl-test-base
+perl-test-class
+perl-test-cleannamespaces
+perl-test-deep
+perl-test-diaginc
+perl-test-differences
+perl-test-exception
+perl-test-fatal
+perl-test-file
+perl-test-file-contents
+perl-test-file-sharedir
+perl-test-json
+perl-test-leaktrace
+perl-test-longstring
+perl-test-memory-cycle
+perl-test-mockobject
+perl-test-mocktime
+perl-test-more
+perl-test-most
+perl-test-needs
+perl-test-nowarnings
+perl-test-object
+perl-test-output
+perl-test-perl-critic
+perl-test-pod
+perl-test-pod-coverage
+perl-test-requires
+perl-test-requiresinternet
+perl-test-sharedfork
+perl-test-subcalls
+perl-test-tcp
+perl-test-time
+perl-test-time-hires
+perl-test-trap
+perl-test-warn
+perl-test-warnings
+perl-test-weaken
+perl-test-without-module
+perl-test-xml
+perl-test-xml-simple
+perl-test-xpath
+perl-test-yaml
+perl-test2-plugin-nowarnings
+perl-test2-suite
+perl-text-csv
+perl-text-csv-xs
+perl-text-diff
+perl-text-format
+perl-text-glob
+perl-text-nsp
+perl-text-simpletable
+perl-text-soundex
+perl-text-unidecode
+perl-thread-queue
+perl-threads
+perl-throwable
+perl-tie-ixhash
+perl-tie-toobject
+perl-time-clock
+perl-time-duration
+perl-time-duration-parse
+perl-time-hires
+perl-time-piece
+perl-timedate
+perl-tk
+perl-tree-simple
+perl-tree-simple-visitorfactory
+perl-try-tiny
+perl-type-tiny
+perl-types-serialiser
+perl-universal-can
+perl-universal-isa
+perl-uri
+perl-uri-encode
+perl-uri-find
+perl-uri-ws
+perl-want
+perl-www-form-urlencoded
+perl-www-robotrules
+perl-xml-dom
+perl-xml-dom-xpath
+perl-xml-filter-buffertext
+perl-xml-hash-xs
+perl-xml-libxml
+perl-xml-libxslt
+perl-xml-namespacesupport
+perl-xml-parser
+perl-xml-parser-lite
+perl-xml-quote
+perl-xml-regexp
+perl-xml-sax
+perl-xml-sax-base
+perl-xml-sax-writer
+perl-xml-semanticdiff
+perl-xml-simple
+perl-xml-twig
+perl-xml-writer
+perl-xml-xpath
+perl-xml-xpathengine
+perl-yaml
+perl-yaml-libyaml
+perl-yaml-syck
+perl-yaml-tiny
+pestpp
+petaca
+petsc
+pexsi
+pfapack
+pfft
+pfind
+pflare
+pflask
+pflogger
+pflotran
+pfunit
+pgdspider
+pgplot
+ph5concat
+phantompeakqualtools
+pharokka
+phast
+phasta
+phist
+phoenix
+photos
+photos-f
+photospline
+php
+phrap-crossmatch-swat
+phred
+phylip
+phylobayesmpi
+phyluce
+picard
+picsar
+picsarlite
+pidx
+pig
+pigz
+pika
+pika-algorithms
+pilercr
+pilon
+pindel
+pinentry
+pinfo
+pioman
+pipework
+pipx
+piranha
+pism
+pixman
+pixz
+pkg-config
+pkgconf
+pktools
+planck-likelihood
+plantuml
+plasma
+plink
+plink-ng
+plink2
+plog
+ploticus
+plplot
+plsm
+plumed
+ply
+pmdk
+pmemkv
+pmerge
+pmgr-collective
+pmix
+pmlib
+pnfft
+pngquant
+pngwriter
+pnmpi
+poamsa
+pocl
+podio
+podman
+podman-compose
+poke
+polymake
+polyml
+polypolish
+poorjit
+poplddecay
+poppler
+poppler-data
+popt
+porta
+portage
+portcullis
+ports-of-call
+possvm
+postgis
+postgresql
+povray
+powerapi
+powertop
+ppl
+pplacer
+ppopen-appl-amr-fdm
+ppopen-appl-bem
+ppopen-appl-bem-at
+ppopen-appl-dem-util
+ppopen-appl-fdm
+ppopen-appl-fdm-at
+ppopen-appl-fem
+ppopen-appl-fvm
+ppopen-at
+ppopen-math-mp
+ppopen-math-vis
+pprof
+prank
+precice
+predixy
+premake-core
+presentproto
+preseq
+pressio-log
+pressio-ops
+pressio-rom
+presto
+prettier
+price
+prime95
+primer3
+prinseq-lite
+printproto
+prism
+prmon
+prng
+probconsrna
+procenv
+process-in-process
+procps
+procps-ng
+prod-util
+prodigal
+professor
+profugusmc
+proj
+prokka
+prometheus
+prometheus-cpp
+prophecy4f
+proteowizard
+protobuf
+protobuf-c
+proxymngr
+prrte
+pruners-ninja
+ps-lite
+psalg
+psblas
+pscmc
+psi4
+psimd
+psipred
+pslib
+psm
+psmc
+psrcat
+psrchive
+psrdada
+pstreams
+pthreadpool
+pueue
+pugixml
+puk
+pukabi
+pulseaudio
+pumgen
+pumi
+purify
+pv
+pvm
+pwgen
+pxz
+py-3to2
+py-4suite-xml
+py-a2wsgi
+py-abcpy
+py-abipy
+py-about-time
+py-absl-py
+py-accelerate
+py-accessible-pygments
+py-accimage
+py-acme-tiny
+py-acres
+py-adal
+py-adb-enhanced
+py-addict
+py-adios
+py-adios4dolfinx
+py-advancedhtmlparser
+py-aenum
+py-affine
+py-agate
+py-agate-dbf
+py-agate-excel
+py-agate-sql
+py-ahpy
+py-aiobotocore
+py-aiocontextvars
+py-aiodns
+py-aiofiles
+py-aiohappyeyeballs
+py-aiohttp
+py-aiohttp-cors
+py-aioitertools
+py-aiojobs
+py-aioredis
+py-aiosignal
+py-aiosqlite
+py-aiowebdav2
+py-alabaster
+py-albucore
+py-alembic
+py-alive-progress
+py-alpaca-eval
+py-alpaca-farm
+py-alphafold
+py-altair
+py-altgraph
+py-amici
+py-amityping
+py-amplpy
+py-ampltools
+py-amqp
+py-amrex
+py-angel
+py-aniso8601
+py-anndata
+py-annexremote
+py-annotated-types
+py-annoy
+py-ansi2html
+py-ansible
+py-ansimarkup
+py-ansiwrap
+py-antimeridian
+py-antipickle
+py-antlr4-python3-runtime
+py-antspyx
+py-anuga
+py-anvio
+py-anybadge
+py-anyio
+py-anytree
+py-anywidget
+py-apache-libcloud
+py-apache-tvm-ffi
+py-apebench
+py-apex
+py-apeye
+py-apeye-core
+py-apipkg
+py-apispec
+py-app-model
+py-appdirs
+py-applicationinsights
+py-appnope
+py-apprise
+py-apptools
+py-apscheduler
+py-arcgis
+py-arch
+py-archspec
+py-arcp
+py-argcomplete
+py-argh
+py-argon2-cffi
+py-argon2-cffi-bindings
+py-argparse-dataclass
+py-argparse-manpage
+py-args
+py-arkouda
+py-arm-pyart
+py-arpeggio
+py-arrow
+py-art
+py-arviz
+py-asciitree
+py-asdf
+py-asdf-astropy
+py-asdf-coordinates-schemas
+py-asdf-standard
+py-asdf-transform-schemas
+py-asdf-unit-schemas
+py-asdfghjkl
+py-ase
+py-asgi-lifespan
+py-asgiref
+py-asn1crypto
+py-aspy-yaml
+py-asserts
+py-ast-serialize
+py-asteval
+py-astor
+py-astpretty
+py-astroid
+py-astropy
+py-astropy-healpix
+py-astropy-helpers
+py-astropy-iers-data
+py-asttokens
+py-astunparse
+py-async-generator
+py-async-lru
+py-async-timeout
+py-asyncio
+py-asyncpg
+py-asynctest
+py-atomicwrites
+py-atpublic
+py-atropos
+py-ats
+py-attmap
+py-attrs
+py-audioread
+py-auditwheel
+py-authlib
+py-autocfg
+py-autodocsumm
+py-autograd
+py-autograd-gamma
+py-automat
+py-autopep8
+py-autoray
+py-autoreject
+py-auxlib
+py-avro
+py-avro-json-serializer
+py-avro-python3
+py-awesome-slugify
+py-awkward
+py-awkward-cpp
+py-awkward0
+py-awscrt
+py-ax-platform
+py-azote
+py-azure-batch
+py-azure-cli-command-modules-nspkg
+py-azure-cli-core
+py-azure-cli-nspkg
+py-azure-cli-telemetry
+py-azure-common
+py-azure-core
+py-azure-cosmos
+py-azure-datalake-store
+py-azure-functions-devops-build
+py-azure-graphrbac
+py-azure-identity
+py-azure-keyvault
+py-azure-keyvault-certificates
+py-azure-keyvault-keys
+py-azure-keyvault-nspkg
+py-azure-keyvault-secrets
+py-azure-loganalytics
+py-azure-mgmt-advisor
+py-azure-mgmt-apimanagement
+py-azure-mgmt-appconfiguration
+py-azure-mgmt-applicationinsights
+py-azure-mgmt-authorization
+py-azure-mgmt-batch
+py-azure-mgmt-batchai
+py-azure-mgmt-billing
+py-azure-mgmt-botservice
+py-azure-mgmt-cdn
+py-azure-mgmt-cognitiveservices
+py-azure-mgmt-compute
+py-azure-mgmt-consumption
+py-azure-mgmt-containerinstance
+py-azure-mgmt-containerregistry
+py-azure-mgmt-containerservice
+py-azure-mgmt-core
+py-azure-mgmt-cosmosdb
+py-azure-mgmt-datalake-analytics
+py-azure-mgmt-datalake-store
+py-azure-mgmt-datamigration
+py-azure-mgmt-deploymentmanager
+py-azure-mgmt-devtestlabs
+py-azure-mgmt-dns
+py-azure-mgmt-eventgrid
+py-azure-mgmt-eventhub
+py-azure-mgmt-hdinsight
+py-azure-mgmt-imagebuilder
+py-azure-mgmt-iotcentral
+py-azure-mgmt-iothub
+py-azure-mgmt-iothubprovisioningservices
+py-azure-mgmt-keyvault
+py-azure-mgmt-kusto
+py-azure-mgmt-loganalytics
+py-azure-mgmt-managedservices
+py-azure-mgmt-managementgroups
+py-azure-mgmt-maps
+py-azure-mgmt-marketplaceordering
+py-azure-mgmt-media
+py-azure-mgmt-monitor
+py-azure-mgmt-msi
+py-azure-mgmt-netapp
+py-azure-mgmt-network
+py-azure-mgmt-nspkg
+py-azure-mgmt-policyinsights
+py-azure-mgmt-privatedns
+py-azure-mgmt-rdbms
+py-azure-mgmt-recoveryservices
+py-azure-mgmt-recoveryservicesbackup
+py-azure-mgmt-redhatopenshift
+py-azure-mgmt-redis
+py-azure-mgmt-relay
+py-azure-mgmt-reservations
+py-azure-mgmt-resource
+py-azure-mgmt-search
+py-azure-mgmt-security
+py-azure-mgmt-servicebus
+py-azure-mgmt-servicefabric
+py-azure-mgmt-signalr
+py-azure-mgmt-sql
+py-azure-mgmt-sqlvirtualmachine
+py-azure-mgmt-storage
+py-azure-mgmt-trafficmanager
+py-azure-mgmt-web
+py-azure-multiapi-storage
+py-azure-nspkg
+py-azure-storage-blob
+py-azure-storage-common
+py-azure-storage-nspkg
+py-b2luigi
+py-babel
+py-backcall
+py-backoff
+py-backpack-for-pytorch
+py-backports-abc
+py-backports-cached-property
+py-backports-entry-points-selectable
+py-backports-lzma
+py-backports-os
+py-backports-ssl-match-hostname
+py-backports-tarfile
+py-backports-tempfile
+py-backports-weakref
+py-backports-zoneinfo
+py-bagit
+py-bagit-profile
+py-bakta
+py-bandit
+py-barectf
+py-basemap
+py-bash-kernel
+py-basis-set-exchange
+py-batchspawner
+py-bayesian-optimization
+py-bcbio-gff
+py-bcolz
+py-bcrypt
+py-bdbag
+py-beaker
+py-beancount
+py-beartype
+py-beautifulsoup4
+py-beniget
+py-bibtexparser
+py-bidict
+py-bids-validator
+py-bids-validator-deno
+py-bidscoin
+py-bidskit
+py-bidsschematools
+py-bigdft
+py-bigfloat
+py-billiard
+py-binary
+py-binaryornot
+py-bintrees
+py-binwalk
+py-biobb-common
+py-biobb-gromacs
+py-biobb-io
+py-biobb-model
+py-biobb-structure-checking
+py-biobb-structure-utils
+py-bioblend
+py-biom-format
+py-biomine
+py-biopandas
+py-biopython
+py-biosppy
+py-biotite
+py-biotraj
+py-bitarray
+py-bitshuffle
+py-bitstring
+py-bitstruct
+py-black
+py-blake3
+py-bleach
+py-blessed
+py-blessings
+py-blight
+py-blinker
+py-blis
+py-blosc
+py-blosc2
+py-blosum
+py-bluepyefe
+py-bluepyemodel
+py-bluepyopt
+py-bmap-tools
+py-bmtk
+py-bokeh
+py-boltons
+py-boom-boot-manager
+py-boost-histogram
+py-boto
+py-boto3
+py-botocore
+py-botorch
+py-bottle
+py-bottleneck
+py-bqplot
+py-braceexpand
+py-brain-indexer
+py-branca
+py-bravado
+py-bravado-core
+py-breakseq2
+py-breathe
+py-brian
+py-brian2
+py-brotli
+py-brotlipy
+py-bsddb3
+py-build
+py-bx-python
+py-cachecontrol
+py-cached-property
+py-cachetools
+py-cachey
+py-cachy
+py-cairocffi
+py-cairosvg
+py-caliper-reader
+py-callmonitor
+py-calver
+py-cantoolz
+py-carputils
+py-cartopy
+py-casadi
+py-catalogue
+py-catkin-pkg
+py-cattrs
+py-cbor2
+py-cclib
+py-cdo
+py-cdsapi
+py-cekit
+py-celery
+py-cellprofiler
+py-cellprofiler-core
+py-centrosome
+py-cerberus
+py-certifi
+py-certipy
+py-cf-units
+py-cf-xarray
+py-cffconvert
+py-cffi
+py-cfgrib
+py-cfgv
+py-cftime
+py-cgen
+py-chai
+py-chai-lab
+py-chainer
+py-chainforgecodegen
+py-chainmap
+py-chalice
+py-chardet
+py-charm4py
+py-charset-normalizer
+py-chart-studio
+py-cheap-repr
+py-checkm-genome
+py-cheetah3
+py-chemfiles
+py-chemiscope
+py-cheroot
+py-cherrypy
+py-chex
+py-choreographer
+py-chronyk
+py-ci-info
+py-ci-sdr
+py-cig-pythia
+py-cinema-lib
+py-cinemasci
+py-circus
+py-citeproc-py
+py-clarabel
+py-clean-text
+py-cleo
+py-click
+py-click-didyoumean
+py-click-option-group
+py-click-plugins
+py-click-repl
+py-cligj
+py-clikit
+py-climate
+py-climax
+py-clint
+py-clip-anytorch
+py-clipboard
+py-cloudauthz
+py-cloudbridge
+py-cloudpathlib
+py-cloudpickle
+py-clustershell
+py-cma
+py-cmaes
+py-cmake-format
+py-cmake-parser
+py-cmocean
+py-cmseq
+py-cmsml
+py-cmyt
+py-coapthon3
+py-coca-pytorch
+py-coclust
+py-codebasin
+py-codecarbon
+py-codechecker
+py-codepy
+py-codespell
+py-coherent-licensed
+py-coilmq
+py-colabtools
+py-colorama
+py-colorcet
+py-colorclass
+py-colored
+py-colored-traceback
+py-coloredlogs
+py-colorful
+py-colorio
+py-colorlog
+py-colorlover
+py-colormath
+py-colorpy
+py-colorspacious
+py-colossalai
+py-colour
+py-comm
+py-common
+py-commonmark
+py-conan
+py-conda-inject
+py-conda-souschef
+py-confection
+py-configargparse
+py-configobj
+py-configparser
+py-configspace
+py-confluent-kafka
+py-connectionpool
+py-consolekit
+py-constantly
+py-contextily
+py-contextlib2
+py-contexttimer
+py-continuum
+py-contourpy
+py-contrib
+py-control
+py-convertdate
+py-convokit
+py-cookiecutter
+py-coolname
+py-copulas
+py-corner
+py-correctionlib
+py-corrfunc
+py-counter
+py-courlan
+py-cov-core
+py-coverage
+py-coveralls
+py-cppheaderparser
+py-cppy
+py-cramjam
+py-crashtest
+py-crc32c
+py-crcmod
+py-croniter
+py-crossmap
+py-cryolobm
+py-cryptography
+py-css-parser
+py-cssselect
+py-cssselect2
+py-cssutils
+py-csvkit
+py-ctgan
+py-cuda-bindings
+py-cuda-core
+py-cuda-pathfinder
+py-cudf
+py-cufflinks
+py-cuml
+py-cupy
+py-current
+py-currentscape
+py-curryreader
+py-curvlinops-for-pytorch
+py-custodian
+py-custom-inherit
+py-cutadapt
+py-cvxopt
+py-cvxpy
+py-cwl-upgrader
+py-cwl-utils
+py-cwltool
+py-cx-oracle
+py-cycler
+py-cykhash
+py-cylc-flow
+py-cylc-rose
+py-cylp
+py-cymem
+py-cyordereddict
+py-cython
+py-cython-bbox
+py-cyvcf2
+py-d2to1
+py-dace
+py-dacite
+py-dadi
+py-dalib
+py-damask
+py-darshan
+py-dasbus
+py-dash
+py-dash-bootstrap-components
+py-dash-svg
+py-dask
+py-dask-awkward
+py-dask-expr
+py-dask-glm
+py-dask-histogram
+py-dask-jobqueue
+py-dask-ml
+py-dask-mpi
+py-dask-sphinx-theme
+py-databricks-cli
+py-dataclasses
+py-dataclasses-json
+py-datacube
+py-datalad
+py-datalad-container
+py-datalad-deprecated
+py-datalad-hirni
+py-datalad-metadata-model
+py-datalad-metalad
+py-datalad-neuroimaging
+py-datalad-webapp
+py-dataproperty
+py-datasets
+py-datashader
+py-datatrove
+py-dateparser
+py-dateutils
+py-datrie
+py-dbf
+py-dbfread
+py-dcm2bids
+py-dcmstack
+py-deap
+py-debtcollector
+py-debugpy
+py-decorator
+py-deepdiff
+py-deepecho
+py-deephyper
+py-deepmerge
+py-deepsig-biocomp
+py-deepspeed
+py-deeptools
+py-deeptoolsintervals
+py-defusedxml
+py-deisa
+py-deisa-core
+py-deisa-dask
+py-demjson
+py-dendropy
+py-deprecat
+py-deprecated
+py-deprecation
+py-deprecation-alias
+py-derivative
+py-descartes
+py-devito
+py-devlib
+py-dgl
+py-dh-scikit-optimize
+py-diagnostic
+py-dict2css
+py-dictdiffer
+py-dictobj
+py-dill
+py-dinosaur
+py-dipy
+py-dirtyjson
+py-disbatch
+py-discover
+py-diskcache
+py-dist-meta
+py-distance
+py-distlib
+py-distributed
+py-distro
+py-django
+py-dlcpar
+py-dm-haiku
+py-dm-tree
+py-dnaio
+py-dnspython
+py-docker
+py-dockerpy-creds
+py-docket
+py-docopt
+py-docopt-ng
+py-docstring-parser
+py-docstring-to-markdown
+py-docutils
+py-docutils-stubs
+py-dogpile-cache
+py-doit
+py-dolfinx-mpc
+py-dom-toml
+py-domdf-python-tools
+py-dominate
+py-donfig
+py-dotmap
+py-dotnetcore2
+py-downhill
+py-doxypypy
+py-dpath
+py-drep
+py-drmaa
+py-dryscrape
+py-duecredit
+py-dulwich
+py-dunamai
+py-dvc
+py-dxchange
+py-dxfile
+py-dynaconf
+py-dynim
+py-earth2mip
+py-earthengine-api
+py-easybuild-easyblocks
+py-easybuild-easyconfigs
+py-easybuild-framework
+py-eccodes
+py-ecdsa
+py-ecmwf-opendata
+py-ecmwflibs
+py-ecos
+py-edam-ontology
+py-edffile
+py-edfio
+py-edflib-python
+py-editables
+py-editdistance
+py-edlib
+py-eeglabio
+py-eerepr
+py-efel
+py-efficientnet-pytorch
+py-eg
+py-eigenpy
+py-einconv
+py-einops
+py-elastic-transport
+py-elasticsearch
+py-elasticsearch-dsl
+py-elecsolver
+py-elephant
+py-elevation
+py-ema-pytorch
+py-email-validator
+py-embedding-reader
+py-emcee
+py-emoji
+py-empy
+py-entrypoints
+py-enum-tools
+py-envisage
+py-ephem
+py-eprosima-fastdds
+py-epydoc
+py-equation
+py-equinox
+py-espresso
+py-espressopp
+py-et-xmlfile
+py-ete3
+py-etelemetry
+py-etils
+py-eval-type-backport
+py-evaluate
+py-eventlet
+py-evodiff
+py-ewah-bool-utils
+py-exarl
+py-exceptiongroup
+py-execnet
+py-executing
+py-exhale
+py-exifread
+py-exodus-bundler
+py-expandvars
+py-expecttest
+py-exponax
+py-extension-helpers
+py-extras
+py-ez-setup
+py-f90nml
+py-f90wrap
+py-fabric
+py-fabric3
+py-fair-esm
+py-fairscale
+py-faker
+py-fakeredis
+py-falcon
+py-fallocate
+py-fastai
+py-fastaindex
+py-fastapi
+py-fastapi-utils
+py-fastavro
+py-fastcache
+py-fastcluster
+py-fastcore
+py-fastcov
+py-fastdownload
+py-fastdtw
+py-fasteners
+py-fastfold
+py-fastjsonschema
+py-fastobo
+py-fastpath
+py-fastprogress
+py-fastremap
+py-fastrlock
+py-fasttext-numpy2
+py-fasttext-numpy2-wheel
+py-faust-cchardet
+py-fava
+py-fenics-basix
+py-fenics-dijitso
+py-fenics-dolfinx
+py-fenics-ffc
+py-fenics-ffcx
+py-fenics-fiat
+py-fenics-instant
+py-fenics-ufl
+py-fenics-ufl-legacy
+py-ffmpy
+py-fief-client
+py-file-magic
+py-filecheck
+py-filelock
+py-filemagic
+py-filetype
+py-filterpy
+py-find-libpython
+py-findlibs
+py-fiona
+py-fire
+py-fireworks
+py-fiscalyear
+py-fisher
+py-fits-tools
+py-fitsio
+py-fitter
+py-fixtures
+py-flake8
+py-flake8-import-order
+py-flake8-polyfill
+py-flaky
+py-flameprof
+py-flash-attn
+py-flask
+py-flask-babel
+py-flask-compress
+py-flask-cors
+py-flask-paginate
+py-flask-restful
+py-flask-socketio
+py-flask-sqlalchemy
+py-flatbuffers
+py-flatten-dict
+py-flawfinder
+py-flax
+py-flexcache
+py-flexmock
+py-flexparser
+py-flexx
+py-flit
+py-flit-core
+py-flit-scm
+py-flox
+py-flufl-lock
+py-fluiddyn
+py-fluidfft
+py-fluidfft-builder
+py-fluidfft-fftw
+py-fluidfft-fftwmpi
+py-fluidfft-mpi-with-fftw
+py-fluidfft-p3dfft
+py-fluidfft-pfft
+py-fluidsim
+py-fluidsim-core
+py-flye
+py-fn-py
+py-folium
+py-fonttools
+py-ford
+py-formatizer
+py-formulaic
+py-fortls
+py-fortran-language-server
+py-fortranformat
+py-fparser
+py-fprettify
+py-fqdn
+py-fracridge
+py-fraction
+py-freetype-py
+py-freezegun
+py-frozendict
+py-frozenlist
+py-fs
+py-fsspec
+py-fsspec-xrootd
+py-ftfy
+py-ftputil
+py-funcy
+py-furo
+py-fury
+py-fusepy
+py-future
+py-fuzzywuzzy
+py-fypp
+py-galaxy-containers
+py-galaxy-job-metrics
+py-galaxy-objectstore
+py-galaxy-sequence-utils
+py-galaxy-tool-util
+py-galaxy-util
+py-galaxy2cwl
+py-gast
+py-gcovr
+py-gcs-oauth2-boto-plugin
+py-gcsfs
+py-gdc-client
+py-gdown
+py-gee-asset-manager
+py-geeadd
+py-geemap
+py-geeup
+py-gemmforge
+py-gemmi
+py-genders
+py-geneimpacts
+py-generateds
+py-genshi
+py-gensim
+py-geoalchemy2
+py-geocoder
+py-geocube
+py-geographiclib
+py-geojson
+py-geomdl
+py-geopandas
+py-geoplot
+py-geopmdpy
+py-geopmpy
+py-geopy
+py-geoviews
+py-gest-api
+py-gevent
+py-gf256
+py-gfal2-python
+py-gffutils
+py-ghp-import
+py-gidgethub
+py-gidgetlab
+py-gimmik
+py-gin-config
+py-git-review
+py-gitdb
+py-gitpython
+py-glean-parser
+py-glean-sdk
+py-glmnet
+py-glmnet-python
+py-glmsingle
+py-glob2
+py-globus-cli
+py-globus-sdk
+py-gluoncv
+py-glymur
+py-gmsh
+py-gmsh-interop
+py-gmxapi
+py-gnuplot
+py-goatools
+py-gooey
+py-google
+py-google-api-core
+py-google-api-python-client
+py-google-apitools
+py-google-auth
+py-google-auth-httplib2
+py-google-auth-oauthlib
+py-google-cloud-appengine-logging
+py-google-cloud-audit-log
+py-google-cloud-batch
+py-google-cloud-bigquery
+py-google-cloud-core
+py-google-cloud-logging
+py-google-cloud-storage
+py-google-crc32c
+py-google-pasta
+py-google-reauth
+py-google-resumable-media
+py-googleapis-common-protos
+py-googledrivedownloader
+py-gosam
+py-gpaw
+py-gpaw-data
+py-gpustat
+py-gputil
+py-gpy
+py-gpyopt
+py-gpytorch
+py-gql
+py-gradio
+py-gradio-client
+py-grandalf
+py-graphcast
+py-grapheme
+py-graphene
+py-graphlib-backport
+py-graphql-core
+py-graphql-relay
+py-graphql-ws
+py-graphviz
+py-gravity
+py-grayskull
+py-greenlet
+py-grequests
+py-griddataformats
+py-griffe
+py-gromacswrapper
+py-grpc-google-iam-v1
+py-grpcio
+py-grpcio-status
+py-grpcio-tools
+py-gsd
+py-gssapi
+py-gsutil
+py-gtdbtk
+py-gunicorn
+py-gxformat2
+py-gym
+py-h11
+py-h2
+py-h3
+py-h5glance
+py-h5io
+py-h5netcdf
+py-h5py
+py-h5sh
+py-hacking
+py-hail
+py-handy-archives
+py-hatch
+py-hatch-cython
+py-hatch-fancy-pypi-readme
+py-hatch-jupyter-builder
+py-hatch-nodejs-version
+py-hatch-requirements-txt
+py-hatch-vcs
+py-hatchet
+py-hatchling
+py-hclust2
+py-hdbscan
+py-hdf5plugin
+py-hdfs
+py-healpix
+py-healpy
+py-heapdict
+py-heat
+py-heavyball
+py-hep-ml
+py-hepdata-converter
+py-hepdata-lib
+py-hepdata-validator
+py-hepstats
+py-hepunits
+py-heudiconv
+py-hf-transfer
+py-hf-xet
+py-hieroglyph
+py-highspy
+py-hiredis
+py-hist
+py-histbook
+py-histogrammar
+py-histoprint
+py-hjson
+py-hmmlearn
+py-holland-backup
+py-holoviews
+py-horovod
+py-hpack
+py-hpbandster
+py-hpccm
+py-hsluv
+py-hstspreload
+py-htgettoken
+py-html2text
+py-html5lib
+py-htmldate
+py-htmlgen
+py-htseq
+py-httpbin
+py-httpcore
+py-httplib2
+py-httpretty
+py-httpstan
+py-httptools
+py-httpx
+py-huggingface-hub
+py-humanfriendly
+py-humanize
+py-hvac
+py-hvplot
+py-hydra-core
+py-hypercorn
+py-hyperframe
+py-hyperlink
+py-hyperopt
+py-hypothesis
+py-ibm-cloud-sdk-core
+py-ibm-watson
+py-ics
+py-id
+py-identify
+py-idna
+py-idna-ssl
+py-igor
+py-igor2
+py-igraph
+py-igv-notebook
+py-igwn-auth-utils
+py-ihm
+py-illumina-utils
+py-ilmbase
+py-imagecodecs
+py-imagecorruptions-imaug
+py-imagehash
+py-imageio
+py-imageio-ffmpeg
+py-imagesize
+py-imaug
+py-imbalanced-learn
+py-imgaug
+py-iminuit
+py-immutabledict
+py-immutables
+py-importlib-metadata
+py-importlib-resources
+py-imutils
+py-in-n-out
+py-incremental
+py-inflect
+py-inheritance
+py-iniconfig
+py-iniparse
+py-inquirer
+py-inquirerpy
+py-inscriptis
+py-installer
+py-instrain
+py-intake
+py-intake-esm
+py-intbitset
+py-intel-openmp
+py-intensity-normalization
+py-interface-meta
+py-interlap
+py-intervaltree
+py-invoke
+py-iocapture
+py-iopath
+py-ipaddress
+py-ipdb
+py-ipycanvas
+py-ipyevents
+py-ipyfilechooser
+py-ipykernel
+py-ipyleaflet
+py-ipympl
+py-ipyparallel
+py-ipyrad
+py-ipython
+py-ipython-cluster-helper
+py-ipython-genutils
+py-ipython-pygments-lexers
+py-ipytree
+py-ipyvtk-simple
+py-ipyvue
+py-ipyvuetify
+py-ipywidgets
+py-irpf90
+py-isa-rwval
+py-isal
+py-iso8601
+py-isodate
+py-isoduration
+py-isort
+py-itables
+py-iterative-stats
+py-itk
+py-itolapi
+py-itsdangerous
+py-jacobi
+py-jaconv
+py-jamo
+py-janus
+py-jaraco-classes
+py-jaraco-context
+py-jaraco-functools
+py-jarowinkler
+py-jarvis-util
+py-javaproperties
+py-jax
+py-jaxlib
+py-jaxtyping
+py-jcb
+py-jdatetime
+py-jdcal
+py-jedi
+py-jeepney
+py-jellyfish
+py-jinja2
+py-jinja2-cli
+py-jinja2-humanize-extension
+py-jinja2-time
+py-jiter
+py-jmespath
+py-jmp
+py-joblib
+py-jplephem
+py-jproperties
+py-jprops
+py-jpype1
+py-jraph
+py-jsmin
+py-json-get
+py-json-tricks
+py-json2html
+py-json5
+py-jsonargparse
+py-jsondiff
+py-jsonlines
+py-jsonpatch
+py-jsonpath-ng
+py-jsonpickle
+py-jsonpointer
+py-jsonref
+py-jsonschema
+py-jsonschema-specifications
+py-junit-xml
+py-junit2html
+py-jupyter
+py-jupyter-client
+py-jupyter-console
+py-jupyter-core
+py-jupyter-events
+py-jupyter-leaflet
+py-jupyter-lsp
+py-jupyter-packaging
+py-jupyter-server
+py-jupyter-server-mathjax
+py-jupyter-server-proxy
+py-jupyter-server-terminals
+py-jupyter-telemetry
+py-jupyterhub
+py-jupyterlab
+py-jupyterlab-pygments
+py-jupyterlab-server
+py-jupyterlab-widgets
+py-jupytext
+py-justext
+py-jwcrypto
+py-kaggle
+py-kaldiio
+py-kaleido
+py-kb-python
+py-keras
+py-keras-applications
+py-keras-preprocessing
+py-keras2onnx
+py-kerberos
+py-kerchunk
+py-key-value-aio
+py-keyboard
+py-keyring
+py-keyrings-alt
+py-keystoneauth1
+py-kitchen
+py-kiwisolver
+py-kmodes
+py-knack
+py-kneaddata
+py-kombu
+py-kornia
+py-kornia-rs
+py-kosh
+py-krb5
+py-kt-legacy
+py-kubernetes
+py-kymatio
+py-lagom
+py-langchain-core
+py-langchain-protocol
+py-langcodes
+py-langgraph
+py-langgraph-checkpoint
+py-langgraph-prebuilt
+py-langgraph-sdk
+py-langsmith
+py-language-data
+py-lap
+py-laplace-torch
+py-lark
+py-lark-parser
+py-laspy
+py-latexcodec
+py-law
+py-lazy
+py-lazy-loader
+py-lazy-object-proxy
+py-lazy-property
+py-lazyarray
+py-lcls-krtc
+py-ldap3
+py-leather
+py-leidenalg
+py-lerc
+py-lfpykit
+py-lhsmdu
+py-liac-arff
+py-libclang
+py-libconf
+py-libcst
+py-libensemble
+py-liblas
+py-librosa
+py-librt
+py-libsonata
+py-lifelines
+py-lightgbm
+py-lightly
+py-lightly-utils
+py-lightning
+py-lightning-api-access
+py-lightning-cloud
+py-lightning-fabric
+py-lightning-lite
+py-lightning-uq-box
+py-lightning-utilities
+py-lightpipes
+py-ligo-segments
+py-lil-aretomo
+py-line-profiler
+py-linear-operator
+py-linear-tree
+py-linecache2
+py-lineenhancer
+py-linkchecker
+py-linkify-it-py
+py-lit
+py-litdata
+py-littleutils
+py-lizard
+py-llama-cpp-python
+py-llnl-sina
+py-llvmlite
+py-lmdb
+py-lmfit
+py-lmodule
+py-localcider
+py-locket
+py-lockfile
+py-logilab-common
+py-logistro
+py-logmuse
+py-logomaker
+py-loguru
+py-loky
+py-loompy
+py-looseversion
+py-louie
+py-lpips
+py-lru-dict
+py-lscsoft-glue
+py-lsprotocol
+py-luigi
+py-lupa
+py-lvis
+py-lws
+py-lxml
+py-lz4
+py-lzstring
+py-m2r
+py-macholib
+py-machotools
+py-macs2
+py-macs3
+py-maestrowf
+py-magicgui
+py-mahotas
+py-mailchecker
+py-make
+py-makefun
+py-mako
+py-mapbox-earcut
+py-mapclassify
+py-mariadb
+py-marisa-trie
+py-markdown
+py-markdown-include
+py-markdown-it-py
+py-markdown2
+py-markov-clustering
+py-markovify
+py-markupsafe
+py-marshmallow
+py-matminer
+py-matplotlib
+py-matplotlib-inline
+py-matplotlib-scalebar
+py-maturin
+py-mayavi
+py-mbstrdecoder
+py-mccabe
+py-md-environ
+py-mda-xdrlib
+py-mdahole2
+py-mdanalysis
+py-mdanalysistests
+py-mdi
+py-mdit-py-plugins
+py-mdocfile
+py-mdurl
+py-meautility
+py-mechanize
+py-medaka
+py-meldmd
+py-melissa-core
+py-memelite
+py-memory-profiler
+py-memprof
+py-memray
+py-mendeleev
+py-mercantile
+py-mergedeep
+py-merlin
+py-meshio
+py-meshpy
+py-meson-python
+py-metaphlan
+py-metasv
+py-metatensor-core
+py-metatensor-learn
+py-metatensor-operations
+py-metatensor-torch
+py-metatomic-torch
+py-metatrain
+py-metis
+py-metomi-isodatetime
+py-metomi-rose
+py-metpy
+py-metric-learn
+py-metrics
+py-mffpy
+py-mg-rast-tools
+py-mgmetis
+py-microsoft-aurora
+py-mido
+py-mikado
+py-mike
+py-minio
+py-minisom
+py-minkowskiengine
+py-minrpc
+py-misk
+py-misopy
+py-mistletoe
+py-mistune
+py-mizani
+py-mkdocs
+py-mkdocs-autorefs
+py-mkdocs-jupyter
+py-mkdocs-material
+py-mkdocs-material-extensions
+py-mkdocstrings
+py-mkdocstrings-python
+py-ml-collections
+py-ml-dtypes
+py-mlflow
+py-mlperf-logging
+py-mlxtend
+py-mmcv
+py-mmengine
+py-mmtf-python
+py-mne
+py-mne-bids
+py-mo-pack
+py-moarchiving
+py-mock
+py-model-index
+py-modelcif
+py-modepy
+py-modin
+py-modisco
+py-modred
+py-modules-gui
+py-moltemplate
+py-monai
+py-monkeytype
+py-monotonic
+py-monty
+py-more-itertools
+py-morph-tool
+py-morphio
+py-morphosamplers
+py-motmetrics
+py-mouseinfo
+py-moviepy
+py-mpi4jax
+py-mpi4py
+py-mpld3
+py-mpldock
+py-mplhep
+py-mplhep-data
+py-mpmath
+py-mrcfile
+py-msal
+py-msal-extensions
+py-msgpack
+py-msgpack-numpy
+py-msrest
+py-msrestazure
+py-mui4py
+py-multi-imbalance
+py-multi-key-dict
+py-multidict
+py-multiecho
+py-multipledispatch
+py-multiprocess
+py-multiqc
+py-multiurl
+py-mumps4py
+py-munch
+py-munkres
+py-murmurhash
+py-mutagen
+py-mx
+py-mxfold2
+py-myhdl
+py-mypy
+py-mypy-extensions
+py-mysql-connector-python
+py-mysqlclient
+py-myst-parser
+py-namex
+py-nanobind
+py-nanoget
+py-nanomath
+py-nanoplot
+py-nanostat
+py-nanotime
+py-nanotron
+py-napari
+py-napari-console
+py-napari-plugin-engine
+py-napari-plugin-manager
+py-napari-svg
+py-nara-wpe
+py-narwhals
+py-natsort
+py-nbclassic
+py-nbclient
+py-nbconvert
+py-nbdime
+py-nbformat
+py-nbmake
+py-nbqa
+py-nbsphinx
+py-nbstripout
+py-nbval
+py-nc-time-axis
+py-ncbi-genome-download
+py-ndg-httpsclient
+py-ndindex
+py-neo
+py-neo4j
+py-neobolt
+py-neotime
+py-neovim-remote
+py-neptune-client
+py-nest-asyncio
+py-nestle
+py-netaddr
+py-netcdf4
+py-netifaces
+py-netket
+py-netpyne
+py-networkit
+py-networkx
+py-neuralgcm
+py-neurokit2
+py-neurolab
+py-neurom
+py-neurora
+py-neurotools
+py-nexus-sdk
+py-nexusforge
+py-nglview
+py-ngs-tools
+py-nh3
+py-nibabel
+py-nilearn
+py-nipype
+py-nitransforms
+py-niworkflows
+py-nltk
+py-node-semver
+py-nodeenv
+py-non-regression-test-tools
+py-nose
+py-nose-cov
+py-nose2
+py-nosexcover
+py-notebook
+py-notebook-shim
+py-npe2
+py-nptyping
+py-npx
+py-ntlm-auth
+py-ntplib
+py-nugraph
+py-nuitka
+py-num2words
+py-numba
+py-numba4jax
+py-numbagg
+py-numcodecs
+py-numdifftools
+py-numexpr
+py-numexpr3
+py-numkit
+py-numl
+py-numpy
+py-numpy-groupies
+py-numpy-indexed
+py-numpy-quaternion
+py-numpy-stl
+py-numpydoc
+py-nvidia-dali
+py-nvidia-ml-py
+py-nvidia-ml-py3
+py-nvidia-modulus
+py-nvidia-nvcomp
+py-nvidia-nvimagecodec
+py-nvidia-nvjpeg2k
+py-nvidia-nvtiff
+py-nvidia-physicsnemo
+py-nvitop
+py-nvtx
+py-oauth2client
+py-oauthlib
+py-obspy
+py-ocnn
+py-odc-geo
+py-odfpy
+py-ogb
+py-okada-wrapper
+py-olcf-velocity
+py-olefile
+py-olmoearth-pretrain-minimal
+py-omegaconf
+py-onnx
+py-onnx-opcounter
+py-onnxconverter-common
+py-onnxmltools
+py-onnxruntime
+py-ont-fast5-api
+py-opcodes
+py-open-clip-torch
+py-openai
+py-openai-whisper
+py-openapi-schema-pydantic
+py-opencensus
+py-opencensus-context
+py-opencv-python
+py-opendatalab
+py-openidc-client
+py-openmc
+py-openmesh
+py-openmim
+py-openpmd-validator
+py-openpmd-viewer
+py-openpyxl
+py-openslide-python
+py-opentelemetry-api
+py-opentelemetry-exporter-prometheus
+py-opentelemetry-instrumentation
+py-opentelemetry-sdk
+py-opentelemetry-semantic-conventions
+py-opentree
+py-opentuner
+py-opppy
+py-ops
+py-opt-einsum
+py-optax
+py-optree
+py-optuna
+py-or-tools
+py-oracledb
+py-orbax-checkpoint
+py-ordered-set
+py-orderly-set
+py-orjson
+py-ormsgpack
+py-os-service-types
+py-oset
+py-oslo-config
+py-oslo-i18n
+py-oslo-serialization
+py-oslo-utils
+py-osqp
+py-outdated
+py-overpy
+py-overrides
+py-owlrl
+py-owslib
+py-oyaml
+py-p2j
+py-pacifica-downloader
+py-pacifica-namespace
+py-pacifica-uploader
+py-packaging
+py-pager
+py-paho-mqtt
+py-palettable
+py-pamela
+py-panaroo
+py-pandas
+py-pandas-datareader
+py-pandas-stubs
+py-pandera
+py-pandocfilters
+py-panedr
+py-panel
+py-papermill
+py-paralleltask
+py-param
+py-parameterized
+py-paramiko
+py-paramz
+py-parasail
+py-parmed
+py-parse
+py-parse-type
+py-parsedatetime
+py-parsimonious
+py-parsl
+py-parsley
+py-parso
+py-partd
+py-particle
+py-paste
+py-pastedeploy
+py-pastel
+py-pastml
+py-patch
+py-patch-ng
+py-path-py
+py-pathlib-abc
+py-pathlib2
+py-pathml
+py-pathos
+py-pathsimanalysis
+py-pathspec
+py-pathtools
+py-pathvalidate
+py-pathy
+py-patool
+py-patsy
+py-pauvre
+py-pbr
+py-pdb-tools
+py-pdbfixer
+py-pdequinox
+py-pdf2image
+py-pdm-backend
+py-pdm-pep517
+py-pdoc3
+py-peachpy
+py-peakutils
+py-pebble
+py-peft
+py-pelicanfs
+py-pem
+py-pendulum
+py-pennylane
+py-pennylane-lightning
+py-pennylane-lightning-kokkos
+py-pep517
+py-pep8
+py-pep8-naming
+py-perfdump
+py-performance
+py-periodictable
+py-petastorm
+py-petname
+py-petsc4py
+py-pexpect
+py-pfzy
+py-pgzip
+py-phanotate
+py-phonenumbers
+py-phonopy
+py-photutils
+py-phydms
+py-phylophlan
+py-pickle5
+py-pickleshare
+py-picmistandard
+py-picrust2
+py-pid
+py-pika
+py-pillow
+py-pillow-simd
+py-pint
+py-pint-xarray
+py-pip
+py-pipcl
+py-pipdeptree
+py-piper
+py-pipits
+py-pispino
+py-pivy
+py-pkgconfig
+py-pkginfo
+py-pkgutil-resolve-name
+py-plac
+py-plaid
+py-planar
+py-planet
+py-planetary-computer
+py-platformdirs
+py-plotext
+py-plotille
+py-plotly
+py-plotnine
+py-pluggy
+py-plum-dispatch
+py-ply
+py-pmtiles
+py-pmw
+py-pmw-patched
+py-pockets
+py-poetry
+py-poetry-core
+py-poetry-dynamic-versioning
+py-poetry-plugin-export
+py-poetry-plugin-tweak-dependencies-version
+py-polars
+py-pomegranate
+py-pooch
+py-portalocker
+py-portend
+py-portpicker
+py-postcactus
+py-poster
+py-pot
+py-pox
+py-poxy
+py-poyo
+py-ppft
+py-pprintpp
+py-pre-commit
+py-prefect
+py-preshed
+py-pretrainedmodels
+py-pretty-errors
+py-prettytable
+py-priority
+py-profilehooks
+py-proglog
+py-progress
+py-progressbar2
+py-progressbar33
+py-projectq
+py-prokaryote
+py-prometheus-client
+py-prometheus-flask-exporter
+py-promise
+py-prompt-toolkit
+py-propcache
+py-properscoring
+py-proto-plus
+py-protobuf
+py-protoc-gen-swagger
+py-prov
+py-proxystore
+py-prwlock
+py-psalg
+py-psana
+py-psij-python
+py-psims
+py-psmon
+py-pspamm
+py-psutil
+py-psyclone
+py-psycopg2
+py-psygnal
+py-ptyprocess
+py-pubchempy
+py-pudb
+py-pulp
+py-pulsar-galaxy-lib
+py-pure-eval
+py-pure-sasl
+py-puremagic
+py-py
+py-py-cpuinfo
+py-py-spy
+py-py-tes
+py-py2bit
+py-py2neo
+py-py4j
+py-py6s
+py-pyabel
+py-pyaestro
+py-pyahocorasick
+py-pyamg
+py-pyaml
+py-pyaml-env
+py-pyani
+py-pyarrow
+py-pyasn1
+py-pyasn1-modules
+py-pyassimp
+py-pyautogui
+py-pybedtools
+py-pybids
+py-pybigwig
+py-pybind11
+py-pybind11-stubgen
+py-pybktree
+py-pybobyqa
+py-pybrain
+py-pybtex
+py-pybtex-docutils
+py-pybv
+py-pycairo
+py-pycares
+py-pycbc
+py-pycgns
+py-pychecker
+py-pycifrw
+py-pyclibrary
+py-pycm
+py-pycmd
+py-pycocotools
+py-pycodestyle
+py-pycollada
+py-pycompadre
+py-pyconify
+py-pycorenlp
+py-pycortex
+py-pycosat
+py-pycparser
+py-pycrypto
+py-pycryptodome
+py-pycryptodomex
+py-pyct
+py-pycubexr
+py-pycuda
+py-pycurl
+py-pydantic
+py-pydantic-compat
+py-pydantic-core
+py-pydantic-extra-types
+py-pydantic-settings
+py-pydantic-tes
+py-pydap
+py-pydata-sphinx-theme
+py-pydatalog
+py-pydeface
+py-pydeprecate
+py-pydeps
+py-pydevtool
+py-pydftracer
+py-pydicom
+py-pydispatcher
+py-pydmd
+py-pydocstyle
+py-pydoe
+py-pydoe2
+py-pydot
+py-pydot2
+py-pydotplus
+py-pydub
+py-pyeda
+py-pyedr
+py-pyee
+py-pyelftools
+py-pyem
+py-pyenchant
+py-pyepsg
+py-pyerfa
+py-pyeventsystem
+py-pyevtk
+py-pyface
+py-pyfaidx
+py-pyfasta
+py-pyfastaq
+py-pyfftw
+py-pyfiglet
+py-pyfits
+py-pyfive
+py-pyflakes
+py-pyfr
+py-pygame
+py-pygdal
+py-pygdbmi
+py-pygelf
+py-pygeos
+py-pygetwindow
+py-pygit2
+py-pygithub
+py-pyglet
+py-pygments
+py-pygments-pytest
+py-pygmsh
+py-pygmt
+py-pygobject
+py-pygps
+py-pygpu
+py-pygraphviz
+py-pygresql
+py-pygrib
+py-pygtrie
+py-pyh5md
+py-pyhdf
+py-pyheadtail
+py-pyhmmer
+py-pyhull
+py-pyicu
+py-pyinstrument
+py-pyinstrument-cext
+py-pyisemail
+py-pyjnius
+py-pyjwt
+py-pyke
+py-pykerberos
+py-pykml
+py-pykokkos-base
+py-pykwalify
+py-pylab-sdk
+py-pylatex
+py-pyld
+py-pylev
+py-pylibjpeg-libjpeg
+py-pylibjpeg-openjpeg
+py-pylibjpeg-rle
+py-pylibmagic
+py-pylikwid
+py-pylint
+py-pylint-gitlab
+py-pylith
+py-pylops
+py-pymatgen
+py-pymatreader
+py-pymbolic
+py-pymc3
+py-pymdown-extensions
+py-pymeeus
+py-pyminifier
+py-pymol
+py-pymongo
+py-pymoo
+py-pymorph
+py-pympler
+py-pymsgbox
+py-pymummer
+py-pymumps
+py-pymupdf
+py-pymupdf-fonts
+py-pymysql
+py-pynacl
+py-pynio
+py-pynisher
+py-pynn
+py-pynndescent
+py-pynpm
+py-pynrrd
+py-pynucleus
+py-pynumpress
+py-pynvim
+py-pynvml
+py-pynvtx
+py-pyodbc
+py-pyogrio
+py-pyomo
+py-pyopencl
+py-pyopengl
+py-pyopenssl
+py-pypar
+py-pyparsing
+py-pypdf
+py-pypdf2
+py-pypeflow
+py-pypeg2
+py-pyperclip
+py-pyperf
+py-pypinfo
+py-pypinyin
+py-pypistats
+py-pypng
+py-pyppeteer
+py-pyprecice
+py-pyprof2html
+py-pyproj
+py-pyproject-hooks
+py-pyproject-metadata
+py-pyproject-parser
+py-pypulse
+py-pyqi
+py-pyqt-builder
+py-pyqt4
+py-pyqt5
+py-pyqt5-sip
+py-pyqt6
+py-pyqt6-sip
+py-pyqtgraph
+py-pyquaternion
+py-pyreadline
+py-pyrect
+py-pyrevolve
+py-pyrfr
+py-pyro-api
+py-pyro-ppl
+py-pyro4
+py-pyroaring
+py-pyrocko
+py-pyrodigal
+py-pyrodigal-gv
+py-pyrometheus
+py-pyrr
+py-pyrsistent
+py-pysam
+py-pyscaf
+py-pyscf
+py-pyscipopt
+py-pyscreeze
+py-pyseer
+py-pyserial
+py-pysftp
+py-pyshacl
+py-pyshp
+py-pyside2
+py-pysimdjson
+py-pysindy
+py-pysmartdl
+py-pysmiles
+py-pysocks
+py-pysolar
+py-pyspark
+py-pyspellchecker
+py-pyspice
+py-pyspnego
+py-pyspoa
+py-pyspod
+py-pysqlite3
+py-pystac
+py-pystac-client
+py-pystache
+py-pystan
+py-pysurfer
+py-pytablewriter
+py-pytailf
+py-pytaridx
+py-pytecplot
+py-pyteomics
+py-pytesseract
+py-pytest
+py-pytest-aiohttp
+py-pytest-allclose
+py-pytest-arraydiff
+py-pytest-astropy
+py-pytest-astropy-header
+py-pytest-asyncio
+py-pytest-benchmark
+py-pytest-cache
+py-pytest-check-links
+py-pytest-cmake
+py-pytest-cov
+py-pytest-cpp
+py-pytest-datadir
+py-pytest-doctestplus
+py-pytest-fail-slow
+py-pytest-filter-subpackage
+py-pytest-flake8
+py-pytest-flakes
+py-pytest-forked
+py-pytest-html
+py-pytest-httpbin
+py-pytest-isort
+py-pytest-lazy-fixture
+py-pytest-memray
+py-pytest-metadata
+py-pytest-mock
+py-pytest-mpi
+py-pytest-mypy
+py-pytest-openfiles
+py-pytest-parallel
+py-pytest-pep8
+py-pytest-pylint
+py-pytest-qt
+py-pytest-random-order
+py-pytest-regtest
+py-pytest-remotedata
+py-pytest-reportlog
+py-pytest-retry
+py-pytest-runner
+py-pytest-socket
+py-pytest-subprocess
+py-pytest-timeout
+py-pytest-workflow
+py-pytest-xdist
+py-python-benedict
+py-python-bioformats
+py-python-box
+py-python-calamine
+py-python-certifi-win32
+py-python-constraint
+py-python-crfsuite
+py-python-daemon
+py-python-dateutil
+py-python-deprecated
+py-python-discovery
+py-python-docs-theme
+py-python-docx
+py-python-dotenv
+py-python-editor
+py-python-engineio
+py-python-fmask
+py-python-fsutil
+py-python-gitlab
+py-python-hostlist
+py-python-igraph
+py-python-javabridge
+py-python-jenkins
+py-python-jose
+py-python-json-logger
+py-python-keystoneclient
+py-python-ldap
+py-python-levenshtein
+py-python-libsbml
+py-python-logstash
+py-python-louvain
+py-python-lsp-jsonrpc
+py-python-lsp-ruff
+py-python-lsp-server
+py-python-lzo
+py-python-magic
+py-python-mapnik
+py-python-markdown-math
+py-python-memcached
+py-python-multipart
+py-python-mumps
+py-python-oauth2
+py-python-picard
+py-python-pptx
+py-python-ptrace
+py-python-rapidjson
+py-python-slugify
+py-python-socketio
+py-python-sotools
+py-python-subunit
+py-python-swiftclient
+py-python-utils
+py-python-xlib
+py-python-xmp-toolkit
+py-python3-openid
+py-python3-xlib
+py-pythonqwt
+py-pythonsollya
+py-pythran
+py-pytimeparse
+py-pytng
+py-pytokens
+py-pytoml
+py-pytools
+py-pytorch-gradual-warmup-lr
+py-pytorch-lightning
+py-pytorch-sphinx-theme
+py-pytorch-warmup
+py-pyts
+py-pytuq
+py-pytweening
+py-pytz
+py-pyu2f
+py-pyudev
+py-pyugrid
+py-pyupgrade
+py-pyusb
+py-pyutilib
+py-pyuwsgi
+py-pyvcf
+py-pyvips
+py-pyvista
+py-pyvistaqt
+py-pyviz-comms
+py-pyvolve
+py-pywavelets
+py-pywcs
+py-pywin32
+py-pywinpty
+py-pyworld
+py-pyxlsb
+py-pyyaml
+py-pyyaml-env-tag
+py-pyzmq
+py-qdldl
+py-qiskit-aer
+py-qiskit-ibm-provider
+py-qiskit-nature
+py-qiskit-terra
+py-qmtest
+py-qpsolvers
+py-qpth
+py-qrcode
+py-qsymm
+py-qtawesome
+py-qtconsole
+py-qtpy
+py-quantiphy
+py-quantities
+py-quantum-blackbird
+py-quantum-xir
+py-quart
+py-quast
+py-quaternionic
+py-qudida
+py-queryablelist
+py-querystring-parser
+py-questionary
+py-qutip
+py-qutip-qip
+py-rachis
+py-radiant-mlhub
+py-radical-entk
+py-radical-gtod
+py-radical-pilot
+py-radical-saga
+py-radical-utils
+py-ranger-fm
+py-rapidfuzz
+py-rapidfuzz-capi
+py-rarfile
+py-rassumfrassum
+py-rasterio
+py-rasterstats
+py-ratelim
+py-ratelimiter
+py-raven
+py-ray
+py-rbtools
+py-rdflib
+py-rdflib-jsonld
+py-rdt
+py-reacton
+py-readchar
+py-readme-renderer
+py-recommonmark
+py-redis
+py-referencing
+py-refgenconf
+py-refgenie
+py-regex
+py-regionmask
+py-regions
+py-reindent
+py-relion
+py-relion-blush
+py-relion-classranker
+py-repligit
+py-reportlab
+py-reportseff
+py-repoze-lru
+py-reproject
+py-requests
+py-requests-cache
+py-requests-file
+py-requests-ftp
+py-requests-futures
+py-requests-kerberos
+py-requests-mock
+py-requests-ntlm
+py-requests-oauthlib
+py-requests-toolbelt
+py-requests-unixsocket
+py-requirements-parser
+py-reretry
+py-resampy
+py-resize-right
+py-resolvelib
+py-responses
+py-resultsfile
+py-retry
+py-retry-decorator
+py-retrying
+py-retworkx
+py-rfc3339-validator
+py-rfc3986
+py-rfc3986-validator
+py-rfc3987-syntax
+py-rich
+py-rich-argparse
+py-rich-click
+py-rio-pmtiles
+py-rios
+py-rioxarray
+py-rise
+py-river
+py-rmm
+py-rnc2rng
+py-robocrys
+py-robotframework
+py-rocrate
+py-roifile
+py-roman-numerals
+py-roman-numerals-py
+py-rope
+py-rosdep
+py-rosdistro
+py-rosinstall
+py-rosinstall-generator
+py-rospkg
+py-rotary-embedding-torch
+py-rouge-score
+py-routes
+py-rpds-py
+py-rply
+py-rpy2
+py-rsa
+py-rsatoolbox
+py-rseqc
+py-rst2pdf
+py-rtoml
+py-rtree
+py-ruamel-ordereddict
+py-ruamel-yaml
+py-ruamel-yaml-clib
+py-ruamel-yaml-jinja2
+py-rucio-clients
+py-ruff
+py-rustworkx
+py-rx
+py-s3cmd
+py-s3fs
+py-s3transfer
+py-sacrebleu
+py-sacremoses
+py-safe-netrc
+py-safetensors
+py-salib
+py-sarif-tools
+py-scandir
+py-scanpy
+py-schema
+py-schema-salad
+py-scientificpython
+py-scifem
+py-scikit-build
+py-scikit-build-core
+py-scikit-fmm
+py-scikit-fuzzy
+py-scikit-image
+py-scikit-learn
+py-scikit-learn-extra
+py-scikit-matter
+py-scikit-optimize
+py-scikit-sparse
+py-scikits-odes
+py-scine-chemoton
+py-scine-puffin
+py-scinum
+py-scipy
+py-scitokens
+py-scooby
+py-scoop
+py-scp
+py-screed
+py-scs
+py-sdmetrics
+py-sdnotify
+py-sdv
+py-seaborn
+py-secretstorage
+py-seekpath
+py-segmentation-models-pytorch
+py-selenium
+py-semantic-version
+py-semver
+py-send2trash
+py-sentencepiece
+py-sentry-sdk
+py-seqeval
+py-sequence-models
+py-seriate
+py-serpent
+py-session-info
+py-setproctitle
+py-setupmeta
+py-setuptools
+py-setuptools-cpp
+py-setuptools-git
+py-setuptools-git-versioning
+py-setuptools-reproducible
+py-setuptools-rust
+py-setuptools-scm
+py-setuptools-scm-git-archive
+py-sfepy
+py-sgp4
+py-sh
+py-shap
+py-shapely
+py-shellescape
+py-shellingham
+py-shiboken2
+py-shippinglabel
+py-shortbred
+py-shortuuid
+py-shroud
+py-shtab
+py-simpervisor
+py-simple-slurm
+py-simpleeval
+py-simplegeneric
+py-simplejson
+py-simplekml
+py-simpletraj
+py-simpy
+py-simsimd
+py-singledispatchmethod
+py-sip
+py-six
+py-skl2onnx
+py-slepc4py
+py-slicer
+py-slurm-pipeline
+py-smac
+py-smart-open
+py-smartredis
+py-smartsim
+py-smartypants
+py-smmap
+py-smolagents
+py-smote-variants
+py-snakemake-executor-plugin-azure-batch
+py-snakemake-executor-plugin-cluster-generic
+py-snakemake-executor-plugin-cluster-sync
+py-snakemake-executor-plugin-drmaa
+py-snakemake-executor-plugin-flux
+py-snakemake-executor-plugin-googlebatch
+py-snakemake-executor-plugin-kubernetes
+py-snakemake-executor-plugin-slurm
+py-snakemake-executor-plugin-slurm-jobstep
+py-snakemake-executor-plugin-tes
+py-snakemake-interface-common
+py-snakemake-interface-executor-plugins
+py-snakemake-interface-logger-plugins
+py-snakemake-interface-report-plugins
+py-snakemake-interface-scheduler-plugins
+py-snakemake-interface-storage-plugins
+py-snakemake-storage-plugin-azure
+py-snakemake-storage-plugin-fs
+py-snakemake-storage-plugin-ftp
+py-snakemake-storage-plugin-gcs
+py-snakemake-storage-plugin-http
+py-snakemake-storage-plugin-pelican
+py-snakemake-storage-plugin-rucio
+py-snakemake-storage-plugin-s3
+py-snakemake-storage-plugin-sftp
+py-snakemake-storage-plugin-zenodo
+py-snakeviz
+py-snappy
+py-sncosmo
+py-sniffio
+py-snoop
+py-snowballstemmer
+py-snuggs
+py-sobol-seq
+py-social-auth-core
+py-sonlib
+py-sortedcollections
+py-sortedcontainers
+py-soundfile
+py-soupsieve
+py-soyclustering
+py-spacy
+py-spacy-legacy
+py-spacy-loggers
+py-spacy-models-en-core-web-sm
+py-spacy-models-en-vectors-web-lg
+py-sparse
+py-spatialist
+py-spatialite
+py-spatialpandas
+py-spdlog
+py-spectra
+py-spectral
+py-spectrum-utils
+py-speech-recognition
+py-spefile
+py-spgl1
+py-spglib
+py-spherical
+py-sphericart
+py-sphericart-torch
+py-sphinx
+py-sphinx-argparse
+py-sphinx-autodoc-typehints
+py-sphinx-basic-ng
+py-sphinx-book-theme
+py-sphinx-bootstrap-theme
+py-sphinx-click
+py-sphinx-copybutton
+py-sphinx-design
+py-sphinx-fortran
+py-sphinx-gallery
+py-sphinx-github-changelog
+py-sphinx-immaterial
+py-sphinx-jinja2-compat
+py-sphinx-multiversion
+py-sphinx-prompt
+py-sphinx-removed-in
+py-sphinx-rtd-dark-mode
+py-sphinx-rtd-theme
+py-sphinx-tabs
+py-sphinx-theme-builder
+py-sphinx-toolbox
+py-sphinxautomodapi
+py-sphinxcontrib-applehelp
+py-sphinxcontrib-bibtex
+py-sphinxcontrib-devhelp
+py-sphinxcontrib-htmlhelp
+py-sphinxcontrib-issuetracker
+py-sphinxcontrib-jquery
+py-sphinxcontrib-jsmath
+py-sphinxcontrib-mermaid
+py-sphinxcontrib-moderncmakedomain
+py-sphinxcontrib-napoleon
+py-sphinxcontrib-plantuml
+py-sphinxcontrib-programoutput
+py-sphinxcontrib-qthelp
+py-sphinxcontrib-serializinghtml
+py-sphinxcontrib-spelling
+py-sphinxcontrib-tikz
+py-sphinxcontrib-trio
+py-sphinxcontrib-websupport
+py-sphinxemoji
+py-sphobjinv
+py-spykeutils
+py-spython
+py-sqlalchemy
+py-sqlalchemy-migrate
+py-sqlalchemy-stubs
+py-sqlalchemy-utils
+py-sqlitedict
+py-sqlparse
+py-srsly
+py-sseclient
+py-sshtunnel
+py-sspilib
+py-stack-data
+py-starfile
+py-starlette
+py-starlette-context
+py-starsessions
+py-stashcp
+py-statmorph
+py-statsmodels
+py-stdlib-list
+py-stestr
+py-stevedore
+py-stomp-py
+py-stopit
+py-storm
+py-stratify
+py-strawberryfields
+py-streamlit
+py-stringzilla
+py-striprtf
+py-stsci-distutils
+py-stui
+py-submitit
+py-subrosa
+py-subword-nmt
+py-supermercado
+py-superqt
+py-supervisor
+py-svgpath
+py-svgpathtools
+py-svgutils
+py-svgwrite
+py-swagger-spec-validator
+py-symengine
+py-symfit
+py-sympy
+py-syned
+py-sysrsync
+py-systemd-python
+py-tabledata
+py-tables
+py-tabulate
+py-tatsu
+py-tblib
+py-tbparse
+py-tcolorpy
+py-tempita
+py-templateflow
+py-tempora
+py-tenacity
+py-tensorboard
+py-tensorboard-data-server
+py-tensorboard-plugin-wit
+py-tensorboardx
+py-tensorflow
+py-tensorflow-datasets
+py-tensorflow-estimator
+py-tensorflow-hub
+py-tensorflow-metadata
+py-tensorflow-probability
+py-tensorly
+py-tensorstore
+py-termcolor
+py-termgraph
+py-terminado
+py-terminaltables
+py-tern
+py-tesorter
+py-testfixtures
+py-testinfra
+py-testpath
+py-testrepository
+py-testresources
+py-testscenarios
+py-testtools
+py-tetoolkit
+py-text-unidecode
+py-textblob
+py-texttable
+py-textual
+py-textual-fspicker
+py-textual-plotext
+py-textwrap3
+py-textx
+py-tf-keras
+py-tf2onnx
+py-tfdlpack
+py-theano
+py-thewalrus
+py-thinc
+py-thop
+py-threadpoolctl
+py-throttler
+py-tidynamics
+py-tifffile
+py-tiktoken
+py-tilelang
+py-timezonefinder
+py-timm
+py-tinyarray
+py-tinycss2
+py-tinydb
+py-tinyrecord
+py-tld
+py-tldextract
+py-tmtools
+py-tokenize-rt
+py-tokenizers
+py-toml
+py-tomli
+py-tomli-w
+py-tomlkit
+py-tomopy
+py-toolz
+py-topiary-asr
+py-toposort
+py-torch
+py-torch-c-dlpack-ext
+py-torch-cluster
+py-torch-fidelity
+py-torch-geometric
+py-torch-harmonics
+py-torch-nvidia-apex
+py-torch-scatter
+py-torch-sparse
+py-torch-spex
+py-torch-spline-conv
+py-torchaudio
+py-torchbenchmark
+py-torchdata
+py-torchdiffeq
+py-torchfile
+py-torchgeo
+py-torchmeta
+py-torchmetrics
+py-torchseg
+py-torchsummary
+py-torchtext
+py-torchtoolbox
+py-torchvision
+py-tornado
+py-tox
+py-toyplot
+py-toytree
+py-tpot
+py-tqdm
+py-traceback2
+py-trafilatura
+py-trainax
+py-traitlets
+py-traits
+py-traitsui
+py-traittypes
+py-trame
+py-trame-client
+py-trame-common
+py-trame-server
+py-trame-vtk
+py-trame-vuetify
+py-transformer-engine
+py-transformers
+py-transforms3d
+py-transonic
+py-tree
+py-tree-math
+py-tree-sitter
+py-tree-sitter-c
+py-treehash
+py-treelib
+py-triangle
+py-trieregex
+py-trimesh
+py-triton
+py-trl
+py-trojanzoo-sphinx-theme
+py-trove-classifiers
+py-trx-python
+py-tuiview
+py-tuspy
+py-tuswsgi
+py-tweedledum
+py-twine
+py-twisted
+py-ty
+py-typed-ast
+py-typeguard
+py-typepy
+py-typer
+py-types-dataclasses
+py-types-geopandas
+py-types-pkg-resources
+py-types-psutil
+py-types-python-dateutil
+py-types-pytz
+py-types-pyyaml
+py-types-requests
+py-types-setuptools
+py-types-shapely
+py-types-tqdm
+py-types-typed-ast
+py-types-urllib3
+py-typesentry
+py-typeshed-client
+py-typing-extensions
+py-typing-inspect
+py-typing-inspection
+py-typish
+py-tzdata
+py-tzlocal
+py-ubiquerg
+py-uc-micro-py
+py-ucsf-pyem
+py-ucx-py
+py-uhi
+py-ujson
+py-ultralytics
+py-umalqurra
+py-umap-learn
+py-umi-tools
+py-uncertainties
+py-uncertainty-toolbox
+py-unfoldnd
+py-unicycler
+py-unidecode
+py-unittest2py3k
+py-universal-pathlib
+py-unshare
+py-unyt
+py-update-checker
+py-uproot
+py-uproot3
+py-uproot3-methods
+py-uqinn
+py-uri-template
+py-uritemplate
+py-url-normalize
+py-urllib3
+py-urllib3-secure-extra
+py-urwid
+py-us
+py-userpath
+py-usgs
+py-utils
+py-uuid-utils
+py-uv
+py-uv-build
+py-uv-dynamic-versioning
+py-uvicorn
+py-uvloop
+py-uvw
+py-uwsgi
+py-uxarray
+py-validate-pyproject
+py-validators
+py-vascpy
+py-vcf-kit
+py-vcrpy
+py-vcstool
+py-vcstools
+py-vcversioner
+py-vector
+py-vector-quantize-pytorch
+py-vermin
+py-vermouth-martinize
+py-versioneer
+py-versioneer-518
+py-versioningit
+py-verspec
+py-vesin
+py-vine
+py-virtualenv
+py-virtualenv-clone
+py-virtualenvwrapper
+py-visdom
+py-vispy
+py-vl-convert-python
+py-voluptuous
+py-vsc-base
+py-vsc-install
+py-vsts
+py-vsts-cd-manager
+py-wadler-lindig
+py-waitress
+py-walinuxagent
+py-wand
+py-wandb
+py-warcio
+py-warlock
+py-wasabi
+py-watchdog
+py-watchfiles
+py-waterdynamics
+py-waves
+py-wcsaxes
+py-wcwidth
+py-webargs
+py-webcolors
+py-webdataset
+py-webdavclient3
+py-webencodings
+py-webkit-server
+py-weblogo
+py-webob
+py-websocket-client
+py-websockets
+py-werkzeug
+py-wesanderson
+py-wget
+py-whatshap
+py-wheel
+py-whenever
+py-whey
+py-whey-pth
+py-whichcraft
+py-whoosh
+py-widgetsnbextension
+py-wids
+py-wigners
+py-win-unicode-console
+py-wincertstore
+py-word2number
+py-wordcloud
+py-workload-automation
+py-wradlib
+py-wrapt
+py-wsproto
+py-wstool
+py-wub
+py-wurlitzer
+py-ww
+py-wxflow
+py-wxmplot
+py-wxpython
+py-x-clip
+py-x21
+py-xanadu-cloud-client
+py-xarray
+py-xarray-regrid
+py-xarray-tensorstore
+py-xattr
+py-xcdat
+py-xdot
+py-xenv
+py-xesmf
+py-xgboost
+py-xgcm
+py-xhistogram
+py-xlrd
+py-xlsxwriter
+py-xlwt
+py-xmlplain
+py-xmlrunner
+py-xmltodict
+py-xonsh
+py-xopen
+py-xpyb
+py-xskillscore
+py-xtb
+py-xvfbwrapper
+py-xxhash
+py-xyzservices
+py-yacman
+py-yacs
+py-yahmm
+py-yajl
+py-yamlreader
+py-yapf
+py-yarl
+py-yaspin
+py-yolk3k
+py-your
+py-youtube-dl
+py-yq
+py-yt
+py-yt-dlp
+py-yt-dlp-ejs
+py-yte
+py-ytopt
+py-ytopt-autotune
+py-z3-solver
+py-zarr
+py-zc-buildout
+py-zc-lockfile
+py-zensical
+py-zfit
+py-zfit-interface
+py-zfit-physics
+py-zict
+py-zipfile-deflate64
+py-zipp
+py-zipstream-new
+py-zope-event
+py-zope-interface
+py-zstandard
+py-zxcvbn
+pygmo
+pypy
+pypy-bootstrap
+pyrefly
+pystring
+pythia6
+pythia8
+python
+python-venv
+q-e-sirius
+qb3
+qca
+qcachegrind
+qcat
+qctool
+qd
+qemacs
+qemu
+qgis
+qgraf
+qhull
+qjson
+qmcpack
+qmd-progress
+qnnpack
+qorts
+qoz
+qpdf
+qperf
+qrmumps
+qrupdate
+qscintilla
+qt
+qt-5compat
+qt-base
+qt-creator
+qt-declarative
+qt-quick3d
+qt-quicktimeline
+qt-shadertools
+qt-svg
+qt-tools
+qtgraph
+qthreads
+qtkeychain
+qtltools
+qualimap
+quandary
+quantum-espresso
+quartz
+qucs
+quda
+quest
+quickjs
+quicksilver
+quo-vadis
+quota
+qwt
+qwtpolar
+r
+r-a4
+r-a4base
+r-a4classif
+r-a4core
+r-a4preproc
+r-a4reporting
+r-abadata
+r-abaenrichment
+r-abind
+r-absseq
+r-acde
+r-acepack
+r-acgh
+r-acme
+r-ada
+r-adabag
+r-ade4
+r-adegenet
+r-adegraphics
+r-adephylo
+r-adespatial
+r-adgoftest
+r-adsplit
+r-aer
+r-afex
+r-affxparser
+r-affy
+r-affycomp
+r-affycompatible
+r-affycontam
+r-affycoretools
+r-affydata
+r-affyexpress
+r-affyilm
+r-affyio
+r-affypdnn
+r-affyplm
+r-affyqcreport
+r-affyrnadegradation
+r-agdex
+r-agilp
+r-agimicrorna
+r-aims
+r-aldex2
+r-allelicimbalance
+r-alpine
+r-als
+r-alsace
+r-altcdfenvs
+r-amap
+r-amelia
+r-ampliqueso
+r-analysispageserver
+r-anaquin
+r-aneufinder
+r-aneufinderdata
+r-animation
+r-annaffy
+r-annotate
+r-annotationdbi
+r-annotationfilter
+r-annotationforge
+r-annotationhub
+r-anytime
+r-aod
+r-ape
+r-aplot
+r-argparse
+r-arm
+r-aroma-light
+r-arrangements
+r-ash
+r-askpass
+r-asreml
+r-assertive
+r-assertive-base
+r-assertive-code
+r-assertive-data
+r-assertive-data-uk
+r-assertive-data-us
+r-assertive-datetimes
+r-assertive-files
+r-assertive-matrices
+r-assertive-models
+r-assertive-numbers
+r-assertive-properties
+r-assertive-reflection
+r-assertive-sets
+r-assertive-strings
+r-assertive-types
+r-assertthat
+r-automap
+r-backports
+r-bamsignals
+r-base64
+r-base64enc
+r-basilisk
+r-basilisk-utils
+r-bayesfactor
+r-bayesm
+r-bayesplot
+r-bbmisc
+r-beachmat
+r-beanplot
+r-beeswarm
+r-bench
+r-bfast
+r-bfastspatial
+r-bglr
+r-bh
+r-biasedurn
+r-bibtex
+r-bigalgebra
+r-biglm
+r-bigmemory
+r-bigmemory-sri
+r-bindr
+r-bindrcpp
+r-bio3d
+r-biobase
+r-biocfilecache
+r-biocgenerics
+r-biocinstaller
+r-biocio
+r-biocmanager
+r-biocneighbors
+r-biocparallel
+r-biocsingular
+r-biocstyle
+r-biocversion
+r-biom-utils
+r-biomart
+r-biomartr
+r-biomformat
+r-biostrings
+r-biovizbase
+r-bit
+r-bit64
+r-bitops
+r-blavaan
+r-blob
+r-blockmodeling
+r-bluster
+r-bmp
+r-bookdown
+r-boot
+r-boruta
+r-brew
+r-bridgesampling
+r-brio
+r-brms
+r-brobdingnag
+r-broom
+r-broom-helpers
+r-bsgenome
+r-bsgenome-hsapiens-ucsc-hg19
+r-bslib
+r-bsseq
+r-bumphunter
+r-bwstest
+r-c50
+r-ca
+r-cachem
+r-cairo
+r-callr
+r-car
+r-caracas
+r-cardata
+r-caret
+r-caretensemble
+r-caroline
+r-category
+r-catools
+r-cca
+r-ccp
+r-cdcfluview
+r-cellranger
+r-champ
+r-champdata
+r-checkmate
+r-checkpoint
+r-chemometrics
+r-chipseq
+r-chron
+r-circlize
+r-circstats
+r-clarabel
+r-class
+r-classint
+r-cli
+r-clipr
+r-clisymbols
+r-clock
+r-clue
+r-cluster
+r-clustergeneration
+r-clusterprofiler
+r-cmdstanr
+r-cner
+r-coda
+r-codetools
+r-codex
+r-coin
+r-colorspace
+r-colourpicker
+r-combinat
+r-commonmark
+r-complexheatmap
+r-compositions
+r-compquadform
+r-condop
+r-conflicted
+r-conquer
+r-consrank
+r-construct
+r-contfrac
+r-convevol
+r-copula
+r-corhmm
+r-corpcor
+r-corrplot
+r-countrycode
+r-covr
+r-cowplot
+r-cpp11
+r-crayon
+r-credentials
+r-crosstalk
+r-crul
+r-ctc
+r-cubature
+r-cubist
+r-curl
+r-cvxr
+r-d3r
+r-dada2
+r-data-table
+r-dbi
+r-dbplyr
+r-debugme
+r-decipher
+r-delayedarray
+r-delayedmatrixstats
+r-deldir
+r-dendextend
+r-densvis
+r-deoptim
+r-deoptimr
+r-deriv
+r-desc
+r-deseq
+r-deseq2
+r-desolve
+r-devtools
+r-dexseq
+r-diagram
+r-diagrammer
+r-dicekriging
+r-dichromat
+r-diffobj
+r-diffusionmap
+r-digest
+r-diptest
+r-dir-expiry
+r-dirichletmultinomial
+r-dismo
+r-distributional
+r-diversitree
+r-dmrcate
+r-dnacopy
+r-do-db
+r-doby
+r-domc
+r-doparallel
+r-dorng
+r-dose
+r-dosnow
+r-dotcall64
+r-downlit
+r-downloader
+r-dplyr
+r-dqrng
+r-dss
+r-dt
+r-dtplyr
+r-dtw
+r-dupradar
+r-dygraphs
+r-dynamictreecut
+r-e1071
+r-earth
+r-ebseq
+r-ecosolver
+r-ecp
+r-edger
+r-effects
+r-elemstatlearn
+r-ellipse
+r-ellipsis
+r-elliptic
+r-emmeans
+r-emmli
+r-energy
+r-enrichplot
+r-ensembldb
+r-envstats
+r-ergm
+r-estimability
+r-europepmc
+r-evaluate
+r-evd
+r-exactextractr
+r-exomecopy
+r-exomedepth
+r-experimenthub
+r-expint
+r-expm
+r-factoextra
+r-factominer
+r-fansi
+r-farver
+r-fastcluster
+r-fastdigest
+r-fastdummies
+r-fastica
+r-fastmap
+r-fastmatch
+r-fastmatrix
+r-fda
+r-fdb-infiniummethylation-hg18
+r-fdb-infiniummethylation-hg19
+r-fds
+r-ff
+r-fftwtools
+r-fgsea
+r-fields
+r-filehash
+r-filelock
+r-findpython
+r-fit-models
+r-fitdistrplus
+r-flashclust
+r-flexclust
+r-flexmix
+r-fnn
+r-fontawesome
+r-forcats
+r-foreach
+r-forecast
+r-foreign
+r-formatr
+r-formula
+r-fpc
+r-fpcompare
+r-fracdiff
+r-fs
+r-functional
+r-furrr
+r-futile-logger
+r-futile-options
+r-future
+r-future-apply
+r-gamlss
+r-gamlss-data
+r-gamlss-dist
+r-gamm4
+r-gargle
+r-gbm
+r-gbrd
+r-gcrma
+r-gdalutilities
+r-gdalutils
+r-gdata
+r-gdsfmt
+r-geiger
+r-genefilter
+r-genelendatabase
+r-genemeta
+r-geneplotter
+r-generics
+r-genetics
+r-genie3
+r-genomeinfodb
+r-genomeinfodbdata
+r-genomicalignments
+r-genomicfeatures
+r-genomicranges
+r-gensa
+r-geojsonsf
+r-geometries
+r-geometry
+r-geomorph
+r-geonames
+r-geoquery
+r-geor
+r-geosphere
+r-gert
+r-getopt
+r-getoptlong
+r-ggally
+r-ggbeeswarm
+r-ggbio
+r-ggdendro
+r-ggforce
+r-ggfun
+r-ggjoy
+r-ggmap
+r-ggnewscale
+r-ggpattern
+r-ggplot2
+r-ggplotify
+r-ggpubr
+r-ggraph
+r-ggrastr
+r-ggrepel
+r-ggridges
+r-ggsci
+r-ggsignif
+r-ggstats
+r-ggthemes
+r-ggtree
+r-ggvis
+r-gh
+r-gistr
+r-git2r
+r-gitcreds
+r-glimma
+r-glmgampoi
+r-glmnet
+r-globaloptions
+r-globals
+r-globaltest
+r-glue
+r-gmodels
+r-gmp
+r-go-db
+r-goftest
+r-gofuncr
+r-googleauthr
+r-googledrive
+r-googlesheets4
+r-googlevis
+r-goplot
+r-gosemsim
+r-goseq
+r-gostats
+r-gower
+r-gparotation
+r-gplots
+r-graph
+r-graphlayouts
+r-grbase
+r-gridbase
+r-gridextra
+r-gridgraphics
+r-gridpattern
+r-gsa
+r-gsalib
+r-gseabase
+r-gsl
+r-gsodr
+r-gson
+r-gss
+r-gstat
+r-gsubfn
+r-gtable
+r-gtools
+r-gtrellis
+r-gviz
+r-gwmodel
+r-hardhat
+r-haven
+r-hdf5array
+r-hdf5r
+r-hdo-db
+r-hdrcde
+r-here
+r-hexbin
+r-hh
+r-highr
+r-hmisc
+r-hms
+r-hoardr
+r-htmltable
+r-htmltools
+r-htmlwidgets
+r-httpcode
+r-httpuv
+r-httr
+r-httr2
+r-humaniformat
+r-hwriter
+r-hydrogof
+r-hydrotsm
+r-hypergeo
+r-hypergraph
+r-ica
+r-ids
+r-ieugwasr
+r-igraph
+r-illumina450probevariants-db
+r-illuminahumanmethylation450kanno-ilmn12-hg19
+r-illuminahumanmethylation450kmanifest
+r-illuminahumanmethylationepicanno-ilm10b4-hg19
+r-illuminahumanmethylationepicmanifest
+r-illuminaio
+r-imager
+r-impute
+r-influencer
+r-ini
+r-inline
+r-insight
+r-interactivedisplaybase
+r-interp
+r-intervals
+r-inum
+r-ipred
+r-iranges
+r-irdisplay
+r-irkernel
+r-irlba
+r-isdparser
+r-islr
+r-iso
+r-isoband
+r-isva
+r-iterators
+r-iterpc
+r-jade
+r-janitor
+r-jaspar2018
+r-jomo
+r-jpeg
+r-jquerylib
+r-jsonify
+r-jsonlite
+r-kableextra
+r-kegggraph
+r-keggrest
+r-kernlab
+r-kernsmooth
+r-kknn
+r-klar
+r-knitr
+r-kpmt
+r-ks
+r-ksamples
+r-labeling
+r-labelled
+r-lambda-r
+r-laplacesdemon
+r-lars
+r-later
+r-lattice
+r-latticeextra
+r-lava
+r-lavaan
+r-lazyeval
+r-ldheatmap
+r-leafem
+r-leaflet
+r-leaflet-providers
+r-leafpop
+r-leaps
+r-learnbayes
+r-leiden
+r-lfe
+r-lhs
+r-libcoin
+r-libpressio
+r-lidr
+r-lifecycle
+r-limma
+r-limsolve
+r-linprog
+r-list
+r-listenv
+r-lme4
+r-lmertest
+r-lmtest
+r-lobstr
+r-locfit
+r-log4r
+r-loo
+r-lpsolve
+r-lpsolveapi
+r-lsei
+r-lubridate
+r-lumi
+r-lwgeom
+r-magic
+r-magick
+r-magrittr
+r-makecdfenv
+r-maldiquant
+r-manipulatewidget
+r-mapplots
+r-mapproj
+r-maps
+r-maptools
+r-mapview
+r-markdown
+r-marray
+r-mass
+r-mathjaxr
+r-matlab
+r-matr
+r-matrix
+r-matrixgenerics
+r-matrixmodels
+r-matrixstats
+r-mclogit
+r-mclust
+r-mcmc
+r-mcmcglmm
+r-mcmcpack
+r-mco
+r-mda
+r-memisc
+r-memoise
+r-memuse
+r-mendelianrandomization
+r-mergemaid
+r-meta
+r-metadat
+r-metafor
+r-metap
+r-metapod
+r-methylumi
+r-mgcv
+r-mgraster
+r-mice
+r-microbenchmark
+r-mime
+r-minfi
+r-miniui
+r-minqa
+r-misc3d
+r-missmethyl
+r-mitml
+r-mitools
+r-mixtools
+r-mlbench
+r-mlinterfaces
+r-mlr
+r-mlrmbo
+r-mmwrweek
+r-mnormt
+r-mockery
+r-modelmetrics
+r-modelr
+r-modeltools
+r-mpm
+r-mr-raps
+r-mrinstruments
+r-mrmix
+r-mrpresso
+r-mscoreutils
+r-msnbase
+r-multcomp
+r-multcompview
+r-multicool
+r-multitaper
+r-multtest
+r-munsell
+r-mutoss
+r-mvtnorm
+r-mzid
+r-mzr
+r-nada
+r-nanotime
+r-ncbit
+r-ncdf4
+r-network
+r-networkd3
+r-neuralnet
+r-nfactors
+r-nimble
+r-nleqslv
+r-nlme
+r-nloptr
+r-nmf
+r-nmof
+r-nnet
+r-nnls
+r-nonnest2
+r-nor1mix
+r-nortest
+r-np
+r-npsurv
+r-numderiv
+r-oligoclasses
+r-openssl
+r-openxlsx
+r-optimparallel
+r-optimx
+r-optparse
+r-ordinal
+r-org-hs-eg-db
+r-organismdbi
+r-osqp
+r-packrat
+r-pacman
+r-paleotree
+r-pamr
+r-pan
+r-parallelly
+r-parallelmap
+r-paramhelpers
+r-party
+r-partykit
+r-patchwork
+r-pathview
+r-pbapply
+r-pbdzmq
+r-pbivnorm
+r-pbkrtest
+r-pcamethods
+r-pcapp
+r-pegas
+r-pepxmltab
+r-permute
+r-pfam-db
+r-phangorn
+r-phantompeakqualtools
+r-pheatmap
+r-philentropy
+r-phylobase
+r-phyloseq
+r-phylostratr
+r-phytools
+r-picante
+r-piggyback
+r-pillar
+r-pinfsc50
+r-pixmap
+r-pkgbuild
+r-pkgcache
+r-pkgconfig
+r-pkgdepends
+r-pkgdown
+r-pkgload
+r-pkgmaker
+r-pki
+r-pl94171
+r-plogr
+r-plot3d
+r-plotly
+r-plotmo
+r-plotrix
+r-pls
+r-plyr
+r-pmcmr
+r-pmcmrplus
+r-png
+r-polspline
+r-polyclip
+r-polynom
+r-pool
+r-poorman
+r-popgenome
+r-popvar
+r-posterior
+r-powerlaw
+r-prabclus
+r-pracma
+r-praise
+r-preprocesscore
+r-prettydoc
+r-prettyunits
+r-proc
+r-processx
+r-prodlim
+r-profmem
+r-profvis
+r-progress
+r-progressr
+r-proj
+r-proj4
+r-projpred
+r-promises
+r-protgenerics
+r-proto
+r-proxy
+r-pryr
+r-ps
+r-pscbs
+r-pspline
+r-psych
+r-ptw
+r-purrr
+r-pvclust
+r-qqconf
+r-qs
+r-qtl
+r-quadprog
+r-quantmod
+r-quantreg
+r-quantro
+r-questionr
+r-quickjsr
+r-quickplot
+r-qvalue
+r-r-cache
+r-r-methodss3
+r-r-oo
+r-r-utils
+r-r6
+r-radialmr
+r-ragg
+r-rainbow
+r-randomfields
+r-randomfieldsutils
+r-randomforest
+r-randomglm
+r-ranger
+r-rann
+r-rapidjsonr
+r-rapiserialize
+r-rappdirs
+r-raster
+r-rbgl
+r-rbibutils
+r-rbokeh
+r-rcmdcheck
+r-rcolorbrewer
+r-rcpp
+r-rcppannoy
+r-rcpparmadillo
+r-rcppblaze
+r-rcppcctz
+r-rcppcnpy
+r-rcppdate
+r-rcppde
+r-rcppeigen
+r-rcppensmallen
+r-rcppgsl
+r-rcpphnsw
+r-rcppml
+r-rcppparallel
+r-rcppprogress
+r-rcpproll
+r-rcpptoml
+r-rcppziggurat
+r-rcurl
+r-rda
+r-rdpack
+r-readbitmap
+r-readr
+r-readxl
+r-reams
+r-recipes
+r-reformulas
+r-registry
+r-rematch
+r-rematch2
+r-remotes
+r-renv
+r-reordercluster
+r-reportingtools
+r-repr
+r-reprex
+r-reproducible
+r-require
+r-reshape
+r-reshape2
+r-restfulr
+r-reticulate
+r-rex
+r-rfast
+r-rferns
+r-rgdal
+r-rgenoud
+r-rgeos
+r-rgexf
+r-rgl
+r-rgooglemaps
+r-rgraphviz
+r-rhdf5
+r-rhdf5filters
+r-rhdf5lib
+r-rhmmer
+r-rhtslib
+r-rinside
+r-rio
+r-rjags
+r-rjava
+r-rjson
+r-rjsonio
+r-rlang
+r-rlas
+r-rle
+r-rlist
+r-rmariadb
+r-rmarkdown
+r-rminer
+r-rmpfr
+r-rmpi
+r-rms
+r-rmutil
+r-rmysql
+r-rnaseqmap
+r-rncl
+r-rnexml
+r-rngtools
+r-rnoaa
+r-robust
+r-robustbase
+r-roc
+r-rocr
+r-rodbc
+r-rook
+r-rots
+r-roxygen2
+r-rpart
+r-rpart-plot
+r-rpmm
+r-rpostgres
+r-rpostgresql
+r-rprojroot
+r-rpsychi
+r-rrblup
+r-rrcov
+r-rrpp
+r-rsamtools
+r-rsconnect
+r-rsnns
+r-rsolnp
+r-rspectra
+r-rsqlite
+r-rstan
+r-rstantools
+r-rstatix
+r-rstudioapi
+r-rsubread
+r-rsvd
+r-rtracklayer
+r-rtsne
+r-runit
+r-runjags
+r-ruv
+r-rvcheck
+r-rversions
+r-rvest
+r-rviennacl
+r-rzmq
+r-s2
+r-s4vectors
+r-s7
+r-samr
+r-sandwich
+r-sass
+r-satellite
+r-scaledmatrix
+r-scales
+r-scater
+r-scattermore
+r-scatterpie
+r-scatterplot3d
+r-scdblfinder
+r-scran
+r-scrime
+r-scs
+r-sctransform
+r-scuttle
+r-sdmtools
+r-segmented
+r-selectr
+r-seqinr
+r-seqlogo
+r-servr
+r-sessioninfo
+r-sets
+r-seurat
+r-seuratobject
+r-sf
+r-sfheaders
+r-sfsmisc
+r-sftime
+r-shadowtext
+r-shape
+r-shiny
+r-shinydashboard
+r-shinyfiles
+r-shinyfiletree
+r-shinyjs
+r-shinystan
+r-shinythemes
+r-shinywidgets
+r-shortread
+r-siggenes
+r-signac
+r-simpleaffy
+r-singlecellexperiment
+r-sitmo
+r-sm
+r-smoof
+r-sn
+r-snakecase
+r-snow
+r-snowfall
+r-snprelate
+r-snpstats
+r-som
+r-somaticsignatures
+r-sourcetools
+r-sp
+r-spacetime
+r-spades
+r-spades-addins
+r-spades-core
+r-spades-tools
+r-spam
+r-sparsem
+r-sparsematrixstats
+r-spatial
+r-spatialeco
+r-spatialpack
+r-spatialreg
+r-spatstat
+r-spatstat-core
+r-spatstat-data
+r-spatstat-explore
+r-spatstat-geom
+r-spatstat-linnet
+r-spatstat-model
+r-spatstat-random
+r-spatstat-sparse
+r-spatstat-univar
+r-spatstat-utils
+r-spdata
+r-spdep
+r-speedglm
+r-spem
+r-splancs
+r-splines2
+r-splitstackshape
+r-sqldf
+r-squarem
+r-squash
+r-sseq
+r-stabledist
+r-stanheaders
+r-stargazer
+r-stars
+r-statmod
+r-statnet-common
+r-stringfish
+r-stringi
+r-stringr
+r-strucchange
+r-strucchangercpp
+r-styler
+r-subplex
+r-summarizedexperiment
+r-suppdists
+r-survey
+r-survival
+r-sva
+r-svglite
+r-sys
+r-systemfonts
+r-tarifx
+r-taxizedb
+r-tclust
+r-teachingdemos
+r-tensor
+r-tensora
+r-terra
+r-tester
+r-testit
+r-testthat
+r-textshaping
+r-tfbstools
+r-tfisher
+r-tfmpvalue
+r-th-data
+r-threejs
+r-tibble
+r-tictoc
+r-tidycensus
+r-tidygraph
+r-tidyr
+r-tidyselect
+r-tidytree
+r-tidyverse
+r-tiff
+r-tigris
+r-timechange
+r-timedate
+r-tinytex
+r-tinytiger
+r-tmixclust
+r-tmvnsim
+r-topgo
+r-treeio
+r-triebeard
+r-trimcluster
+r-truncdist
+r-truncnorm
+r-trust
+r-tseries
+r-tsne
+r-ttr
+r-tweenr
+r-twosamplemr
+r-txdb-hsapiens-ucsc-hg18-knowngene
+r-txdb-hsapiens-ucsc-hg19-knowngene
+r-tximeta
+r-tximport
+r-tximportdata
+r-tzdb
+r-ucminf
+r-udunits2
+r-units
+r-upsetr
+r-urca
+r-urlchecker
+r-urltools
+r-usethis
+r-utf8
+r-uuid
+r-uwot
+r-v8
+r-variantannotation
+r-varselrf
+r-vcd
+r-vcfr
+r-vctrs
+r-vegan
+r-vfs
+r-vgam
+r-vioplot
+r-vipor
+r-viridis
+r-viridislite
+r-visnetwork
+r-vroom
+r-vsn
+r-waldo
+r-watermelon
+r-webshot
+r-wgcna
+r-whisker
+r-withr
+r-wk
+r-writexl
+r-wru
+r-xde
+r-xfun
+r-xgboost
+r-xlconnect
+r-xlconnectjars
+r-xlsx
+r-xlsxjars
+r-xmapbridge
+r-xml
+r-xml2
+r-xnomial
+r-xopen
+r-xtable
+r-xts
+r-xvector
+r-yaimpute
+r-yaml
+r-yapsa
+r-yaqcaffy
+r-yarn
+r-yulab-utils
+r-zcompositions
+r-zeallot
+r-zip
+r-zlibbioc
+r-zoo
+r3d
+rabbitmq
+rabbitmq-c
+racket
+racon
+raft
+ragel
+raja
+raja-perf
+ramulator
+randfold
+random123
+randrproto
+range-v3
+rank-run
+rankstr
+rapidjson
+raptor2
+rarpd
+rasdaemon
+rasqal
+ratel
+ravel
+raxml
+raxml-ng
+ray
+rayleigh
+raylib
+rccl
+rccl-tests
+rclone
+rdc
+rdkit
+rdma-core
+rdp-classifier
+rdptools
+re2
+re2c
+readfq
+readline
+realm
+recola
+recola-sm
+recon
+recorder
+recordproto
+redis
+redis-ai
+redis-plus-plus
+reditools
+redland
+redland-bindings
+redset
+redundans
+reframe
+regale
+regcm
+regenie
+regtools
+relax
+relion
+remhos
+rempi
+rename
+rendercheck
+renderproto
+repeatafterme
+repeatmasker
+repeatmodeler
+repeatscout
+reprimand
+resolve
+resourceproto
+restic
+revbayes
+revocap-coupler
+revocap-refiner
+rgb
+rhash
+rinetd
+ripgrep
+riscv-gnu-toolchain
+rivet
+rkcommon
+rkt-base
+rkt-cext-lib
+rkt-compiler-lib
+rkt-dynext-lib
+rkt-racket-lib
+rkt-rackunit-lib
+rkt-scheme-lib
+rkt-testing-util-lib
+rkt-zo-lib
+rlwrap
+rmats
+rmgdft
+rmlab
+rna-seqc
+rnaquast
+rnaz
+rng-tools
+rngstreams
+rnpletal
+roary
+rocal
+rocalution
+rocblas
+rocdecode
+rocfft
+rocjpeg
+rocketmq
+rocksdb
+rockstar
+rocm-bandwidth-test
+rocm-clang-ocl
+rocm-cmake
+rocm-core
+rocm-dbgapi
+rocm-debug-agent
+rocm-device-libs
+rocm-examples
+rocm-gdb
+rocm-opencl
+rocm-openmp-extras
+rocm-smi-lib
+rocm-tensile
+rocm-validation-suite
+rocminfo
+rocmlir
+rocprim
+rocprofiler-compute
+rocprofiler-compute-viewer
+rocprofiler-dev
+rocprofiler-register
+rocprofiler-sdk
+rocprofiler-systems
+rocpydecode
+rocrand
+rocshmem
+rocsolver
+rocsparse
+rocthrust
+roctracer-dev
+roctracer-dev-api
+rocwmma
+rodinia
+roms
+root
+roounfold
+rosco
+rose
+ross
+routinator
+routino
+rpcsvc-proto
+rpm
+rpp
+rr
+rrdtool
+rsbench
+rsem
+rsl
+rstart
+rstudio
+rsync
+rsyslog
+rt-tests
+rtags
+rtax
+rtmpdump
+ruby
+ruby-asciidoctor
+ruby-charlock-holmes
+ruby-erubis
+ruby-gist
+ruby-gnuplot
+ruby-hpricot
+ruby-mustache
+ruby-narray
+ruby-rake
+ruby-rdiscount
+ruby-ronn
+ruby-rubyinline
+ruby-svn2git
+ruby-terminal-table
+ruby-thor
+ruby-tmuxinator
+ruby-unicode-display-width
+ruby-xdg
+ruby-zentest
+runc
+rust
+rust-bindgen
+rust-bootstrap
+rust-clap
+s4pred
+s5cmd
+sabre
+saga-gis
+sage
+sailfish
+salmon
+salmon-tddft
+salome-configuration
+salome-medcoupling
+saltfm
+sam2p
+sambamba
+samblaster
+samrai
+samtools
+samurai
+sandbox
+sandia-micro-benchmarks
+sartre
+sarus
+satsuma2
+savanna
+saws
+sbcl
+sbcl-bootstrap
+sblim-sfcc
+sbml
+sbp
+sbt
+scafacos
+scala
+scalasca
+scale
+scallop
+scalpel
+scan-for-matches
+scantailor
+scc
+sccache
+scine-core
+scine-database
+scine-molassembler
+scine-qcmaquis
+scine-readuct
+scine-serenity
+scine-sparrow
+scine-utilities
+scine-xtb
+scipoptsuite
+scitokens-cpp
+scnlib
+scons
+scorecard
+scorep
+scorpio
+scotch
+scr
+screen
+scripts
+scrnsaverproto
+scrot
+scs
+sctk
+sdl2
+sdl2-image
+sdl2-ttf
+sdsl-lite
+seacas
+seacr
+seal
+sed
+sedacs
+seissol
+selalib
+semiprof
+sendme
+sensei
+sentencepiece
+sentieon-genomics
+sepp
+seq-gen
+seqan
+seqfu
+seqkit
+seqprep
+seqtk
+serenity
+serenity-libint
+serf
+serialbox
+sessreg
+setserial
+setxkbmap
+sfcgal
+sfcio
+sfml
+sga
+sgpp
+shadow
+shadowenv
+shamrock
+shapeit
+shapeit4
+shapelib
+shapemapper
+shared-mime-info
+shark
+shc
+sheenbidi
+shellcheck
+shengbte
+sherpa
+shiro
+shocklibs
+shoremap
+shortstack
+showfont
+shred
+shtns
+shtools
+shuffile
+sicer2
+sickle
+sicm
+siesta
+sigcpp
+sigio
+signalp
+signify
+silo
+simde
+simdjson
+simgrid
+simmetrix-simmodsuite
+simple-dftd3
+simplemoc
+simsipm
+simul
+simulationio
+sina
+singular-factory
+singularity-eos
+singularity-hpc
+singularityce
+sio
+sionlib
+sirius
+sjpeg
+skilion-onedrive
+skopeo
+sl
+slang
+slate
+sleef
+slepc
+slf4j
+slirp4netns
+sloccount
+slurm
+slurm-drmaa
+smalt
+smartdenovo
+smartmontools
+smee-client
+smof
+smproxy
+snakemake
+snap
+snap-berkeley
+snap-korf
+snappy
+snbone
+sniffles
+snpeff
+snphylo
+snptest
+soapdenovo-trans
+soapdenovo2
+socat
+soci
+sofa-c
+sollya
+solr
+somatic-sniper
+sombrero
+sonlib
+sopt
+soqt
+sortmerna
+sos
+sosflow
+source-highlight
+sourmash
+sowing
+sox
+sp
+spaceranger
+spack
+spack-configs-dav-sdk
+spack-configs-facilities
+spack-configs-tools-sdk
+spades
+span-lite
+spark
+sparse
+sparsehash
+sparskit
+sparta
+spath
+spatialdata
+spatter
+spdk
+spdlog
+specfem3d-globe
+spectra
+spectre
+spectrum-mpi
+speex
+speexdsp
+sperr
+spfft
+spglib
+sph2pipe
+spherepack
+sphexa
+spindle
+spiner
+spiral-package-fftx
+spiral-package-hcol
+spiral-package-jit
+spiral-package-mpi
+spiral-package-simt
+spiral-software
+spla
+spm
+spot
+sprng
+sqlcipher
+sqlite
+sqlite-jdbc
+sqlitebrowser
+sqoop
+squashfs
+squashfs-mount
+squashfuse
+squid
+sra-tools
+sratoolkit
+srcml
+srcml-identifier-getter-tool
+srilm
+srm-ifce
+sse2neon
+sshfs
+sshpass
+ssht
+ssmtp
+sspace-longread
+sspace-standard
+sst-core
+sst-dumpi
+sst-elements
+sst-macro
+sst-transports
+stacks
+staden-io-lib
+star
+star-ccm-plus
+starlight
+starpu
+starship
+startup-notification
+stat
+stata
+stc
+stdexec
+steps
+stinger
+storm
+stow
+strace
+stream
+stress
+stress-ng
+stressapptest
+string-view-lite
+stringtie
+stripack
+structure
+strumpack
+su2
+sublime-text
+subread
+subversion
+suite-sparse
+sumaclust
+sumo
+sundials
+suntans
+superchic
+superlu
+superlu-dist
+superlu-mt
+supermagic
+surfer
+survey
+sw4
+sw4lite
+swan
+swap-assembler
+swarm
+swfft
+swftools
+swiftsim
+swig
+swipl
+syclomatic
+symengine
+symlinks
+sympack
+sympol
+sys-sage
+sysbench
+syscalc
+sysfsutils
+sysget
+sysstat
+systemc
+systemd
+systemtap
+sz
+sz-cpp
+sz3
+szauto
+szx
+t8code
+tabix
+tajo
+talass
+talloc
+talosctl
+tamaas
+tandem
+tangram
+tantan
+tar
+targetp
+task
+taskd
+taskflow
+tasmanian
+tassel
+tau
+tauola
+tb-lmto
+tbl2asn
+tblite
+tcl
+tcl-bwidget
+tcl-itcl
+tcl-tcllib
+tcl-tclxml
+tcl-togl
+tclap
+tcoffee
+tcpdump
+tcptrace
+tcsh
+tdengine
+tealeaf
+tecio
+teckit
+tecplot
+telegraf
+telocal
+tempestextremes
+tempestremap
+templight
+templight-tools
+tempo
+tengine
+tensorflow-serving-client
+tensorpipe
+termcap
+terminalimageviewer
+tesseract
+test-drive
+tests-sos
+testu01
+tetgen
+tethex
+tetranscripts
+texi2html
+texinfo
+texlive
+texstudio
+textparser
+tfel
+the-platinum-searcher
+the-silver-searcher
+theia-ide
+thepeg
+thermo4pfm
+thesis
+thornado-mini
+thrift
+thrust
+thunar
+thunar-volman
+tidy-html5
+tig
+tiled-mm
+time
+timedatex
+timemory
+timew
+tini
+tinker
+tiny-tensor-compiler
+tinycbor
+tinygltf
+tinyobjloader
+tinyxml
+tinyxml2
+tioga
+tippecanoe
+tiptop
+tiramisu
+tix
+tixi
+tk
+tkrzw
+tl-expected
+tldd
+tmalign
+tmhmm
+tmscore
+tmux
+tnftp
+tofu-ls
+tomcat
+toml-f
+toml11
+tomlplusplus
+topaz
+topaz-3dem
+topcom
+tophat
+torch-scatter
+torque
+totalview
+toybox
+tpm2-tss
+tracer
+tracy
+tracy-client
+tramonto
+transabyss
+transdecoder
+transferbench
+transposome
+transrate
+transset
+trapproto
+tree
+tree-sitter
+treelite
+treesub
+trexio
+trf
+triangle
+trident
+trilinos
+trilinos-catalyst-ioss-adapter
+trimal
+trimgalore
+trimmomatic
+trinity
+trinotate
+trivy
+trnascan-se
+trng
+trompeloeil
+truchas
+tskit
+tsne-cuda
+tulip
+tumbler
+turbine
+turbomole
+turbovnc
+turnserver
+twm
+tycho2
+typescript
+typhon
+typhonio
+typos
+typst
+ucc
+uchardet
+ucsc-bedclip
+ucsc-bedgraphtobigwig
+ucx
+udunits
+ufo-core
+ufo-filters
+ufs-utils
+ufs-weather-model
+uftrace
+umap
+umesimd
+umoci
+umpire
+unblur
+uncrustify
+unibilium
+unifdef
+unifyfs
+unigen
+unison
+units
+units-llnl
+unittest-cpp
+universal
+universal-ctags
+unixodbc
+unqlite
+unrar
+unuran
+unzip
+upcxx
+upp
+uqtk
+uriparser
+usalign
+usbutils
+usearch
+userspace-rcu
+ut
+utf8cpp
+utf8proc
+uthash
+util-linux
+util-linux-uuid
+util-macros
+uvw
+uwtools
+vacuumms
+vala
+valgrind
+valijson
+vampirtrace
+vapor
+vardictjava
+variorum
+varnish-cache
+varscan
+vasp
+vbfnlo
+vbz-compression
+vc
+vcftools
+vcsh
+vde
+vdt
+veccore
+vecgeom
+veclibfort
+vecmem
+vectorclass-version2
+vegas2
+velero
+veloc
+velvet
+velvetoptimiser
+vep
+vep-cache
+verdict
+verible
+verilator
+verrou
+vesta
+vfkit
+vgm
+videoproto
+viennarna
+viewres
+vifi
+vigra
+vim
+vir-simd
+virtualgl
+visit
+visit-cgns
+visit-ffp
+visit-mfem
+visit-silo
+visit-unv
+viskores
+vite
+vizglow
+vmatch
+vmc
+vmd
+volk
+voms
+voropp
+votca
+vpfft
+vpic
+vsearch
+vsftpd
+vt
+vtable-dumper
+vtk
+vtk-h
+vtk-m
+vvtest
+w3emc
+w3m
+w3nco
+wannier90
+warpx
+wasi-sdk-prebuilt
+watch
+wayland
+wayland-protocols
+wcs
+wcslib
+webbench
+weechat
+weighttp
+wget
+wgl
+wgrib2
+wgsim
+which
+whip
+whizard
+wi4mpi
+win-file
+win-gpg
+win-sdk
+win-wdk
+winbison
+windowswmproto
+wiredtiger
+wireshark
+wise2
+wonton
+wordnet
+wps
+wrf
+wrf-io
+wrk
+wsmancli
+wt
+wtdbg2
+wxparaver
+wxpropgrid
+wxwidgets
+x11perf
+x264
+xabclib
+xalan-c
+xapian-core
+xauth
+xbacklight
+xbae
+xbiff
+xbitmaps
+xbraid
+xcalc
+xcb-demo
+xcb-proto
+xcb-util
+xcb-util-cursor
+xcb-util-errors
+xcb-util-image
+xcb-util-keysyms
+xcb-util-renderutil
+xcb-util-wm
+xcb-util-xrm
+xcdf
+xcfun
+xclip
+xclipboard
+xclock
+xcmiscproto
+xcmsdb
+xcompmgr
+xconsole
+xcrysden
+xcursor-themes
+xcursorgen
+xdbedizzy
+xdelta
+xditview
+xdm
+xdmf3
+xdotool
+xdpyinfo
+xdriinfo
+xedit
+xeniumranger
+xerces-c
+xeus
+xev
+xextproto
+xeyes
+xf86bigfontproto
+xf86dga
+xf86dgaproto
+xf86driproto
+xf86miscproto
+xf86rushproto
+xf86vidmodeproto
+xfce4-appfinder
+xfce4-core
+xfce4-panel
+xfce4-session
+xfce4-settings
+xfconf
+xfd
+xfdesktop
+xfindproxy
+xfontsel
+xforms
+xfs
+xfsdump
+xfsinfo
+xfsprogs
+xfwm4
+xfwp
+xgamma
+xgboost
+xgc
+xhmm
+xhost
+xictools
+xineramaproto
+xinit
+xinput
+xios
+xkbcomp
+xkbdata
+xkbevd
+xkbprint
+xkbutils
+xkeyboard-config
+xkill
+xl
+xload
+xlogo
+xlsatoms
+xlsclients
+xlsfonts
+xmag
+xman
+xmessage
+xmh
+xmlf90
+xmlrpc-c
+xmlto
+xmodmap
+xmore
+xnedit
+xnnpack
+xolotl
+xorg-cf-files
+xorg-docs
+xorg-gtest
+xorg-server
+xorg-sgml-doctools
+xorgproto
+xphelloworld
+xplor-nih
+xplsprinters
+xpmem
+xpr
+xprehashprinterlist
+xprop
+xproperty
+xproto
+xproxymanagementprotocol
+xqilla
+xrandr
+xrdb
+xrdcl-record
+xrefresh
+xrootd
+xrx
+xsbench
+xscope
+xsd
+xsdk
+xset
+xsetmode
+xsetpointer
+xsetroot
+xsimd
+xsm
+xstdcmap
+xtb
+xtcdata
+xtensor
+xtensor-blas
+xtensor-python
+xterm
+xtl
+xtrans
+xtrap
+xts
+xv
+xvidtune
+xvinfo
+xwd
+xwidgets
+xwininfo
+xwud
+xxd-standalone
+xxdiff
+xxhash
+xyce
+xz
+yade
+yafyaml
+yajl
+yaksa
+yambo
+yaml-cpp
+yamlfmt
+yara
+yarn
+yasm
+ycruncher
+ycsb
+yoda
+yorick
+yosys
+yq
+yyjson
+z-checker
+z3
+zabbix
+zerosum
+zfp
+zfs
+ziatest
+zig
+zip
+zipkin
+zlib
+zlib-ng
+zoltan
+zookeeper
+zookeeper-benchmark
+zopfli
+zoxide
+zpares
+zpp
+zsh
+zstd
+zstr
+zuo
+zycore-c
+zydis
+zziplib
+==> 8913 packages
diff --git a/outputs/basics/mirror.out b/outputs/basics/mirror.out
index 810c08f8b1..9ed0c067bf 100644
--- a/outputs/basics/mirror.out
+++ b/outputs/basics/mirror.out
@@ -1 +1,10 @@
-$ spack mirror add --unsigned tutorial /mirror
+$ spack mirror add tutorial /mirror
+$ spack buildcache keys --install --trust --yes-to-all
+ [100%] 56.00 B @ 420.9 KB/s
+ [100%] 10.43 KB @ 183.2 MB/s
+gpg: key A8E0CA3C1C2ADA2F: 7 signatures not checked due to missing keys
+gpg: key A8E0CA3C1C2ADA2F: public key "Spack Project Official Binaries " imported
+gpg: Total number processed: 1
+gpg: imported: 1
+gpg: no ultimately trusted keys found
+gpg: inserting ownertrust of 6
diff --git a/outputs/basics/providers-mpi.out b/outputs/basics/providers-mpi.out
index a9d1b18e23..3bc7150667 100644
--- a/outputs/basics/providers-mpi.out
+++ b/outputs/basics/providers-mpi.out
@@ -1,8 +1,11 @@
$ spack providers mpi
mpi:
-- no arch / no compilers ---------------------------------------
-cray-mpich@:8 hpcx-mpi mpich@:1.1 mpich@:4.3 mpt mvapich mvapich2@2.3: openmpi@1.3:1.7.2 spectrum-mpi
-cray-mpich@9: intel-oneapi-mpi mpich@:1.2 mpich@5: mpt@1: mvapich-plus nmad openmpi@1.7.3:1.7.4
-cray-mvapich2 mpi-serial mpich@:3.1 mpilander mpt@3: mvapich2 nvhpc openmpi@1.7.5:1.10.7
-fujitsu-mpi mpich@:1.0 mpich@:3.2 mpitrampoline msmpi mvapich2@2.1: openmpi@:1.2 openmpi@2.0.0:
+cray-mpich@:8 mpich@:1.0 mpilander mvapich-plus openmpi@1.3:1.7.2
+cray-mpich@9: mpich@:1.1 mpitrampoline mvapich2 openmpi@1.7.3:1.7.4
+cray-mvapich2 mpich@:1.2 mpt mvapich2@2.1: openmpi@1.7.5:1.10.7
+fujitsu-mpi mpich@:3.1 mpt@1: mvapich2@2.3: openmpi@2.0.0:
+hpcx-mpi mpich@:3.2 mpt@3: nmad spectrum-mpi
+intel-oneapi-mpi mpich@:4.3 msmpi nvhpc
+mpi-serial mpich@5: mvapich openmpi@:1.2
diff --git a/outputs/basics/spec-zziplib.out b/outputs/basics/spec-zziplib.out
index 7b789863e7..2addf028fb 100644
--- a/outputs/basics/spec-zziplib.out
+++ b/outputs/basics/spec-zziplib.out
@@ -1,20 +1,25 @@
$ spack spec zziplib %gcc@16
- zziplib@0.13.80~ipo build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[e] ^gcc@15.2.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3
-[+] ^gcc-runtime@15.2.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[+] ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[b] ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
[+] ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
- ^coreutils@9.10~gprefix build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[+] ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[b] ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
[b] ^ca-certificates-mozilla@2026-03-19 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
[+] ^gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] ^binutils@2.46.0~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] ^binutils@2.46.1~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[b] ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^gawk@5.4.0~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[b] ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[e] ^gcc@15.2.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3
+[+] ^gcc-runtime@15.2.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] ^gmp@6.3.0+cxx build_system=autotools libs:=shared,static patches:=28a6673 platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[b] ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
[b] ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -22,37 +27,48 @@ $ spack spec zziplib %gcc@16
[b] ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] ^mpc@1.4.1 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] ^mpfr@4.2.2 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^autoconf-archive@2024.10.16 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
[b] ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[b] ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ^texinfo@7.2~xs build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[b] ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[e] ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[+] ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[+] ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[+] ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[+] ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[b] ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[+] ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[b] ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
[b] ^unzip@6.0 build_system=makefile patches:=179330d,24582ff,251d575,3371314,44599c8,47e9def,4e5a081,59c0983,64f6498,74bc961,7d8e5c7,81ca46c,881d2ed,aced0f2,b6f64d7,b7a14c3,c9a863e,ee9e260,f6f6236,f88b9d4,fde8f9d platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
- ^zip@3.0 build_system=makefile patches:=14dc880,195095a,3bc30ba,5068e7c,51f48db,66ab4ce,a92fc4e,a95ed93,b930b69,eb83fc8,f7d0bc4,fa8312c platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[+] ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[b] ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
diff --git a/outputs/basics/tcl-zlib-clang.out b/outputs/basics/tcl-zlib-clang.out
index 7a76a127c1..7e7a7b9b8d 100644
--- a/outputs/basics/tcl-zlib-clang.out
+++ b/outputs/basics/tcl-zlib-clang.out
@@ -4,4 +4,4 @@ $ spack install tcl ^zlib-ng@2.0.7 %clang
[+] kie72sp zlib-ng@2.0.7 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.0.7-kie72sp5o6k6qp7wr4dg7ccq5xdoadfg (0s)
[ ] 53i7gbs tcl@8.6.17 fetching from build cache (0s)
[ ] 53i7gbs tcl@8.6.17 relocating (0s)
-[+] 53i7gbs tcl@8.6.17 /home/spack/spack/opt/spack/linux-x86_64_v3/tcl-8.6.17-53i7gbsb6wbhk55vv62jpqudomfmw6f7 (1s)
+[+] 53i7gbs tcl@8.6.17 /home/spack/spack/opt/spack/linux-x86_64_v3/tcl-8.6.17-53i7gbsb6wbhk55vv62jpqudomfmw6f7 (2s)
diff --git a/outputs/basics/trilinos-hdf5.out b/outputs/basics/trilinos-hdf5.out
index 1efdd78ee5..7de783f693 100644
--- a/outputs/basics/trilinos-hdf5.out
+++ b/outputs/basics/trilinos-hdf5.out
@@ -1,4 +1,4 @@
$ spack install trilinos +hdf5 ^mpich
-[ ] 3sqhxga trilinos@17.1.1 fetching from build cache (0s)
-[ ] 3sqhxga trilinos@17.1.1 relocating (0s)
-[+] 3sqhxga trilinos@17.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/trilinos-17.1.1-3sqhxgauqbdivdlcr6gdh2km37fiky5j (2s)
+[ ] i3pydqn trilinos@17.1.1 fetching from build cache (0s)
+[ ] i3pydqn trilinos@17.1.1 relocating (0s)
+[+] i3pydqn trilinos@17.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/trilinos-17.1.1-i3pydqndbuq32djvf2tj6ocq32lo7rcc (2s)
diff --git a/outputs/basics/trilinos.out b/outputs/basics/trilinos.out
index 0b1eab1964..9ced71f81f 100644
--- a/outputs/basics/trilinos.out
+++ b/outputs/basics/trilinos.out
@@ -1,13 +1,13 @@
$ spack install trilinos
[ ] 7kdghmr openblas@0.3.33 fetching from build cache (0s)
[ ] kpwomw3 kokkos@5.1.1 fetching from build cache (0s)
-[ ] kpwomw3 kokkos@5.1.1 relocating (0s)
-[ ] 7kdghmr openblas@0.3.33 relocating (0s)
+[ ] kpwomw3 kokkos@5.1.1 relocating (1s)
+[ ] 7kdghmr openblas@0.3.33 relocating (1s)
[+] kpwomw3 kokkos@5.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/kokkos-5.1.1-kpwomw3oxg75uzjlwi2j62ncy7uq356m (1s)
-[ ] 5zilkuz kokkos-kernels@5.1.1 fetching from build cache (0s)
-[ ] 5zilkuz kokkos-kernels@5.1.1 relocating (0s)
+[ ] ml3q3dq kokkos-kernels@5.1.1 fetching from build cache (0s)
[+] 7kdghmr openblas@0.3.33 /home/spack/spack/opt/spack/linux-x86_64_v3/openblas-0.3.33-7kdghmrs2gv3hijtczxgksuak43u6vsh (1s)
-[+] 5zilkuz kokkos-kernels@5.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/kokkos-kernels-5.1.1-5zilkuzvnsxj6abvzudjlshewffiatse (0s)
-[ ] u43pchx trilinos@17.1.1 fetching from build cache (0s)
-[ ] u43pchx trilinos@17.1.1 relocating (0s)
-[+] u43pchx trilinos@17.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/trilinos-17.1.1-u43pchxcfkd7syptwimxl4lozm5jmy2h (2s)
+[ ] ml3q3dq kokkos-kernels@5.1.1 relocating (0s)
+[+] ml3q3dq kokkos-kernels@5.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/kokkos-kernels-5.1.1-ml3q3dq5chn2ni2cgaxmodspp4nyr34l (0s)
+[ ] 66pfqb7 trilinos@17.1.1 fetching from build cache (1s)
+[ ] 66pfqb7 trilinos@17.1.1 relocating (1s)
+[+] 66pfqb7 trilinos@17.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/trilinos-17.1.1-66pfqb7gv754pttljbirkunpy7okr4kh (2s)
diff --git a/outputs/basics/uninstall-ambiguous.out b/outputs/basics/uninstall-ambiguous.out
index 50149ce630..91d4115b4a 100644
--- a/outputs/basics/uninstall-ambiguous.out
+++ b/outputs/basics/uninstall-ambiguous.out
@@ -2,7 +2,7 @@ $ spack uninstall trilinos
==> Error: trilinos matches multiple packages:
-- linux-ubuntu26.04-x86_64_v3 / %c,cxx,fortran=gcc@15.2.0 ------
- u43pchx trilinos@17.1.1 3sqhxga trilinos@17.1.1
+ 66pfqb7 trilinos@17.1.1 i3pydqn trilinos@17.1.1
==> Error: You can either:
a) use a more specific spec, or
diff --git a/outputs/basics/uninstall-specific.out b/outputs/basics/uninstall-specific.out
index a0d15ee323..309e20aa8c 100644
--- a/outputs/basics/uninstall-specific.out
+++ b/outputs/basics/uninstall-specific.out
@@ -1,6 +1,6 @@
-$ spack uninstall /u43
+$ spack uninstall /66p
y
-- linux-ubuntu26.04-x86_64_v3 / %c,cxx,fortran=gcc@15.2.0 ------
- u43pchx trilinos@17.1.1
+ 66pfqb7 trilinos@17.1.1
-==> 1 packages will be uninstalled. Do you want to proceed? [y/N] ==> Successfully uninstalled trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest~hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3/u43pchx
+==> 1 packages will be uninstalled. Do you want to proceed? [y/N] ==> Successfully uninstalled trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest~hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3/66pfqb7
diff --git a/outputs/basics/versions-zlib.out b/outputs/basics/versions-zlib.out
index 9c2fe3b163..21cc94a3aa 100644
--- a/outputs/basics/versions-zlib.out
+++ b/outputs/basics/versions-zlib.out
@@ -1,5 +1,5 @@
$ spack versions zlib-ng
==> Safe versions (already checksummed):
- 2.3.3 2.3.2 2.2.5 2.2.4 2.2.3 2.2.2 2.2.1 2.1.7 2.1.6 2.1.5 2.1.4 2.0.7 2.0.0
+ 2.3.3 2.3.2 2.2.5 2.2.4 2.2.3 2.2.2 2.2.1 2.1.7 2.1.6 2.1.5 2.1.4 2.0.7 2.0.0
==> Remote versions (not yet checksummed):
- 2.3.1 2.3.0-rc2 2.3.0-rc1 2.1.8
+ 2.3.1 2.3.0-rc2 2.3.0-rc1 2.1.8
diff --git a/outputs/basics/zlib-2.0.7.out b/outputs/basics/zlib-2.0.7.out
index d25cf6b567..501c953eb6 100644
--- a/outputs/basics/zlib-2.0.7.out
+++ b/outputs/basics/zlib-2.0.7.out
@@ -4,5 +4,5 @@ $ spack install zlib-ng@2.0.7
[ ] xm76mt3 gcc-runtime@15.2.0 relocating (0s)
[+] xm76mt3 gcc-runtime@15.2.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-15.2.0-xm76mt35elmqwrjdlibzhngqkiqnyq4p (0s)
[ ] aeoqp4e zlib-ng@2.0.7 fetching from build cache (0s)
-[ ] aeoqp4e zlib-ng@2.0.7 relocating (0s)
-[+] aeoqp4e zlib-ng@2.0.7 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.0.7-aeoqp4ey2pntuxsbajc5hwovr5l4qy2l (0s)
+[ ] aeoqp4e zlib-ng@2.0.7 relocating (1s)
+[+] aeoqp4e zlib-ng@2.0.7 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.0.7-aeoqp4ey2pntuxsbajc5hwovr5l4qy2l (1s)
diff --git a/outputs/basics/zlib-clang.out b/outputs/basics/zlib-clang.out
index ff8bc199e6..c7fa23d863 100644
--- a/outputs/basics/zlib-clang.out
+++ b/outputs/basics/zlib-clang.out
@@ -1,4 +1,4 @@
$ spack install zlib-ng %clang
[ ] 5dji3nx zlib-ng@2.3.3 fetching from build cache (0s)
-[ ] 5dji3nx zlib-ng@2.3.3 relocating (0s)
-[+] 5dji3nx zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-5dji3nxkz53p6yf6icvu3rnyhz66mg7d (0s)
+[ ] 5dji3nx zlib-ng@2.3.3 relocating (1s)
+[+] 5dji3nx zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-5dji3nxkz53p6yf6icvu3rnyhz66mg7d (1s)
diff --git a/outputs/basics/zlib-gcc-14.out b/outputs/basics/zlib-gcc-14.out
index b2a9605c2f..db37d54060 100644
--- a/outputs/basics/zlib-gcc-14.out
+++ b/outputs/basics/zlib-gcc-14.out
@@ -1,4 +1,4 @@
$ spack install zlib-ng %gcc@14
[ ] slhcf4i zlib-ng@2.3.3 fetching from build cache (0s)
[ ] slhcf4i zlib-ng@2.3.3 relocating (0s)
-[+] slhcf4i zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-slhcf4ikhifycngjjlz2hyjkx24qi5md (1s)
+[+] slhcf4i zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-slhcf4ikhifycngjjlz2hyjkx24qi5md (0s)
diff --git a/outputs/basics/zlib-ipo.out b/outputs/basics/zlib-ipo.out
index e17bb56a40..2402b2a183 100644
--- a/outputs/basics/zlib-ipo.out
+++ b/outputs/basics/zlib-ipo.out
@@ -1,4 +1,4 @@
$ spack install zlib-ng +ipo
[ ] 6l3ycpy zlib-ng@2.3.3 fetching from build cache (0s)
[ ] 6l3ycpy zlib-ng@2.3.3 relocating (0s)
-[+] 6l3ycpy zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-6l3ycpy4crfl6ry4jax3p6crw3byw5oa (0s)
+[+] 6l3ycpy zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-6l3ycpy4crfl6ry4jax3p6crw3byw5oa (1s)
diff --git a/outputs/config/0.compiler_flags.out b/outputs/config/0.compiler_flags.out
index 19e10a2adb..64b21400a1 100644
--- a/outputs/config/0.compiler_flags.out
+++ b/outputs/config/0.compiler_flags.out
@@ -1,7 +1,7 @@
-$ spack spec zlib%gcc@10
- - zlib@1.3.1 cppflags=-g +optimize+pic+shared build_system=makefile arch=linux-ubuntu22.04-x86_64_v3 %c,cxx=gcc@10.5.0
-[+] ^compiler-wrapper@1.0 build_system=generic arch=linux-ubuntu22.04-x86_64_v3
-[e] ^gcc@10.5.0~binutils+bootstrap~graphite~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' patches:=2c18531 arch=linux-ubuntu22.04-x86_64_v3
- - ^gcc-runtime@10.5.0 cppflags=-g build_system=generic arch=linux-ubuntu22.04-x86_64_v3
-[e] ^glibc@2.35 build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^gmake@4.4.1 cppflags=-g ~guile build_system=generic arch=linux-ubuntu22.04-x86_64_v3 %c=gcc@10.5.0
+$ spack spec zlib%gcc@14
+ - zlib@1.3.2 cppflags=-g +optimize+pic+shared build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@14.3.0
+[+] ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[e] ^gcc@14.3.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64
+ - ^gcc-runtime@14.3.0 cppflags=-g build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[e] ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64
+ - ^gmake@4.4.1 cppflags=-g ~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@14.3.0
diff --git a/outputs/config/0.external_find.out b/outputs/config/0.external_find.out
index 426d4887b2..1632a56ea7 100644
--- a/outputs/config/0.external_find.out
+++ b/outputs/config/0.external_find.out
@@ -1,3 +1,4 @@
$ spack external find mpich
==> The following specs have been detected on this system and added to /home/spack1/spack/var/spack/environments/config-env/spack.yaml
-mpich@4.0
+-- no arch / no compilers ---------------------------------------
+mpich@4.3.2
diff --git a/outputs/config/0.prefs.out b/outputs/config/0.prefs.out
index a39d854f91..51a6ece722 100644
--- a/outputs/config/0.prefs.out
+++ b/outputs/config/0.prefs.out
@@ -1,48 +1,49 @@
$ spack spec hdf5
- - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map+mpi+shared~subfiling~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^cmake@3.31.8~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^curl@8.11.1~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^nghttp2@1.65.0 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^diffutils@3.10 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^openssl@3.4.1~docs+shared build_system=generic certs=mozilla arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^ca-certificates-mozilla@2025-05-20 build_system=generic arch=linux-ubuntu22.04-x86_64
- - ^ncurses@6.5-20250705~symlinks+termlib abi=none build_system=autotools patches:=7a351bc arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^compiler-wrapper@1.0 build_system=generic arch=linux-ubuntu22.04-x86_64
-[e] ^gcc@11.4.0~binutils+bootstrap~graphite~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' arch=linux-ubuntu22.04-x86_64
- - ^gcc-runtime@11.4.0 build_system=generic arch=linux-ubuntu22.04-x86_64
-[e] ^glibc@2.35 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^gmake@4.4.1~guile build_system=generic arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^openmpi@5.0.8+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none romio-filesystem:=none schedulers:=none arch=linux-ubuntu22.04-x86_64 %c,cxx,fortran=gcc@11.4.0
- - ^autoconf@2.72 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^m4@1.4.20+sigsegv build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^libsigsegv@2.14 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^automake@1.16.5 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^hwloc@2.11.1~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^libpciaccess@0.17 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^util-macros@1.20.1 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^libxml2@2.13.5~http+pic~python+shared build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^libiconv@1.18 build_system=autotools libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^xz@5.6.3~pic build_system=autotools libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^libevent@2.1.12+openssl build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^libtool@2.4.7 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^findutils@4.10.0 build_system=autotools patches:=440b954 arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^gettext@0.23.1+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^tar@1.35 build_system=autotools zip=pigz arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^pigz@2.8 build_system=makefile arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^numactl@2.0.18 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^openssh@9.9p1+gssapi build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^krb5@1.21.3+shared build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^bison@3.8.2~color build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^libedit@3.1-20240808 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^libxcrypt@4.4.38~obsolete_api build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^bzip2@1.0.8~debug~pic+shared build_system=generic arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^gdbm@1.23 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^readline@8.3 build_system=autotools patches:=21f0a03 arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^pmix@6.0.0~munge~python build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^prrte@4.0.0 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^flex@2.6.3+lex~nls build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
- - ^pkgconf@2.5.1 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^zlib-ng@2.2.4+compat+new_strategies+opt+pic+shared build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=gcc@11.4.0
\ No newline at end of file
+ - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map+mpi+shared~subfiling~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[b] ^ca-certificates-mozilla@2026-03-19 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+ - ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[e] ^gcc@15.2.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64
+[+] ^gcc-runtime@15.2.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[e] ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64
+[+] ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
+ - ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+ - ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+ - ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^libevent@2.1.12+openssl build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^numactl@2.0.19 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0 - ^pmix@6.1.0~munge~python build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+ - ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+ - ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
diff --git a/outputs/config/1.prefs.out b/outputs/config/1.prefs.out
index 05188e9f81..ad633a2fee 100644
--- a/outputs/config/1.prefs.out
+++ b/outputs/config/1.prefs.out
@@ -1,48 +1,36 @@
$ spack spec hdf5
- - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map+mpi+shared~subfiling~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^cmake@3.31.8~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^curl@8.11.1~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^nghttp2@1.65.0 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^diffutils@3.10 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^openssl@3.4.1~docs+shared build_system=generic certs=mozilla arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^ca-certificates-mozilla@2025-05-20 build_system=generic arch=linux-ubuntu22.04-x86_64
- - ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^ncurses@6.5-20250705~symlinks+termlib abi=none build_system=autotools patches:=7a351bc arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^compiler-wrapper@1.0 build_system=generic arch=linux-ubuntu22.04-x86_64
-[e] ^glibc@2.35 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^gmake@4.4.1~guile build_system=generic arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
-[e] ^llvm@14.0.0+clang~cuda~flang+gold+libomptarget~libomptarget_debug~link_llvm_dylib~lld~lldb+llvm_dylib+lua~mlir+polly~python~split_dwarf~z3 build_system=cmake build_type=Release compiler-rt=runtime generator=ninja libcxx=runtime libunwind=runtime openmp=runtime patches:=1f42874,25bc503,6379168,8248141,b216cff,cb8e645 shlib_symbol_version=none targets:=all version_suffix=none arch=linux-ubuntu22.04-x86_64
- - ^mpich@4.3.1~argobots~cuda+fortran+hwloc+hydra~level_zero+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath~xpmem build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=default arch=linux-ubuntu22.04-x86_64 %fortran=gcc@11.4.0 %c,cxx=clang@14.0.0
- - ^findutils@4.10.0 build_system=autotools patches:=440b954 arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^gettext@0.23.1+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^bzip2@1.0.8~debug~pic+shared build_system=generic arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^tar@1.35 build_system=autotools zip=pigz arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^pigz@2.8 build_system=makefile arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
-[e] ^gcc@11.4.0~binutils+bootstrap~graphite~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' arch=linux-ubuntu22.04-x86_64
- - ^gcc-runtime@11.4.0 build_system=generic arch=linux-ubuntu22.04-x86_64
- - ^hwloc@2.11.1~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^libfabric@2.2.0~cuda~debug~kdreg~level_zero~uring build_system=autotools fabrics:=sockets,tcp,udp arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^libpciaccess@0.17 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^util-macros@1.20.1 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^libxml2@2.13.5~http+pic~python+shared build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^libiconv@1.18 build_system=autotools libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^xz@5.6.3~pic build_system=autotools libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^yaksa@0.3~cuda~level_zero~rocm build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^autoconf@2.72 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^automake@1.16.5 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^libtool@2.4.7 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^m4@1.4.20+sigsegv build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^libsigsegv@2.14 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^python@3.13.5+bz2+ctypes+dbm~debug+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tkinter+uuid+zlib build_system=generic arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^expat@2.7.1+libbsd build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^libbsd@0.12.2 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^libmd@1.1.0 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^gdbm@1.23 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^libffi@3.4.8 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^readline@8.3 build_system=autotools patches:=21f0a03 arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^sqlite@3.46.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^util-linux-uuid@2.41 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^pkgconf@2.5.1 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^zlib-ng@2.2.4+compat+new_strategies+opt+pic+shared build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
\ No newline at end of file
+ - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map+mpi+shared~subfiling~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8 - ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+[b] ^ca-certificates-mozilla@2026-03-19 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+ - ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+[+] ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[e] ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64
+ - ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+[e] ^llvm@21.1.8+clang~cuda~flang~gold+libomptarget~libomptarget_debug~link_llvm_dylib~lld~lldb+llvm_dylib+lua~mlir+offload+polly~python~split_dwarf~utils~z3~zstd build_system=cmake build_type=Release compiler-rt=runtime generator=ninja libcxx=runtime libunwind=runtime openmp=runtime shlib_symbol_version=none targets:=aarch64,amdgpu,nvptx,x86 version_suffix=none platform=linux os=ubuntu26.04 target=x86_64
+ - ^mpich@5.0.1~argobots~cuda+fortran+hwloc+hydra~level_zero+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath~xpmem build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=default platform=linux os=ubuntu26.04 target=x86_64_v3 %fortran=gcc@15.2.0 %c,cxx=clang@21.1.8
+ - ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+[e] ^gcc@15.2.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64
+[+] ^gcc-runtime@15.2.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+ - ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8 - ^libfabric@2.5.1~asan~cuda~debug~kdreg~level_zero~lsan~rocm~tsan~ubsan~uring build_system=autotools fabrics:=sockets,tcp,udp platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8 - ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+ - ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8 - ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8 - ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8 - ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8 - ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
diff --git a/outputs/config/2.externals.out b/outputs/config/2.externals.out
index 324ed1a2fb..1f0d1f934a 100644
--- a/outputs/config/2.externals.out
+++ b/outputs/config/2.externals.out
@@ -1,13 +1,12 @@
$ spack spec hdf5
- - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map~mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make arch=linux-ubuntu22.04-x86_64 %c=gcc@11.4.0
- - ^cmake@3.31.8~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
-[e] ^curl@7.81.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl arch=linux-ubuntu22.04-x86_64
-[e] ^llvm@14.0.0+clang~cuda~flang+gold+libomptarget~libomptarget_debug~link_llvm_dylib~lld~lldb+llvm_dylib+lua~mlir+polly~python~split_dwarf~z3 build_system=cmake build_type=Release compiler-rt=runtime generator=ninja libcxx=runtime libunwind=runtime openmp=runtime patches:=1f42874,25bc503,6379168,8248141,b216cff,cb8e645 shlib_symbol_version=none targets:=all version_suffix=none arch=linux-ubuntu22.04-x86_64
- - ^ncurses@6.5-20250705~symlinks+termlib abi=none build_system=autotools patches:=7a351bc arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^compiler-wrapper@1.0 build_system=generic arch=linux-ubuntu22.04-x86_64
-[e] ^gcc@11.4.0~binutils+bootstrap~graphite~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' arch=linux-ubuntu22.04-x86_64
- - ^gcc-runtime@11.4.0 build_system=generic arch=linux-ubuntu22.04-x86_64
-[e] ^glibc@2.35 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^gmake@4.4.1~guile build_system=generic arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^pkgconf@2.5.1 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^zlib-ng@2.2.4+compat+new_strategies+opt+pic+shared build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
+ - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map~mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+[e] ^curl@8.18.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64 %c,cxx=gcc@15.2.0
+[e] ^gcc@15.2.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64
+ - ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+[+] ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[e] ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64
+ - ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+[e] ^llvm@21.1.8+clang~cuda~flang~gold+libomptarget~libomptarget_debug~link_llvm_dylib~lld~lldb+llvm_dylib+lua~mlir+offload+polly~python~split_dwarf~utils~z3~zstd build_system=cmake build_type=Release compiler-rt=runtime generator=ninja libcxx=runtime libunwind=runtime openmp=runtime shlib_symbol_version=none targets:=aarch64,amdgpu,nvptx,x86 version_suffix=none platform=linux os=ubuntu26.04 target=x86_64
+ - ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
diff --git a/outputs/config/2.prefs.out b/outputs/config/2.prefs.out
index bd123d2f8f..d2f36a4231 100644
--- a/outputs/config/2.prefs.out
+++ b/outputs/config/2.prefs.out
@@ -1,50 +1,22 @@
$ spack spec hdf5
-Input spec
---------------------------------
- - hdf5
-
-Concretized
---------------------------------
- - hdf5@1.14.3%clang@14.0.0-gfortran cppflags="-g" ~cxx~fortran~hl~ipo~java~map+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make arch=linux-ubuntu22.04-x86_64_v3
- - ^cmake@3.27.7%clang@14.0.0-gfortran cppflags="-g" ~doc+ncurses+ownlibs build_system=generic build_type=Release arch=linux-ubuntu22.04-x86_64_v3
- - ^curl@8.4.0%clang@14.0.0-gfortran cppflags="-g" ~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs=shared,static tls=openssl arch=linux-ubuntu22.04-x86_64_v3
- - ^nghttp2@1.57.0%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^openssl@3.1.3%clang@14.0.0-gfortran cppflags="-g" ~docs+shared build_system=generic certs=mozilla arch=linux-ubuntu22.04-x86_64_v3
- - ^ca-certificates-mozilla@2023-05-30%clang@14.0.0-gfortran cppflags="-g" build_system=generic arch=linux-ubuntu22.04-x86_64_v3
- - ^perl@5.38.0%clang@14.0.0-gfortran cppflags="-g" +cpanm+opcode+open+shared+threads build_system=generic patches=714e4d1 arch=linux-ubuntu22.04-x86_64_v3
- - ^berkeley-db@18.1.40%clang@14.0.0-gfortran cppflags="-g" +cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu22.04-x86_64_v3
- - ^ncurses@6.4%clang@14.0.0-gfortran cppflags="-g" ~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^gmake@4.4.1%clang@14.0.0-gfortran cppflags="-g" ~guile build_system=generic arch=linux-ubuntu22.04-x86_64_v3
- - ^mpich@4.1.2%clang@14.0.0-gfortran cppflags="-g" ~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=pmi arch=linux-ubuntu22.04-x86_64_v3
- - ^findutils@4.9.0%clang@14.0.0-gfortran cppflags="-g" build_system=autotools patches=440b954 arch=linux-ubuntu22.04-x86_64_v3
- - ^hwloc@2.9.1%clang@14.0.0-gfortran cppflags="-g" ~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu22.04-x86_64_v3
- - ^libfabric@1.19.0%clang@14.0.0-gfortran cppflags="-g" ~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu22.04-x86_64_v3
- - ^libpciaccess@0.17%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^libtool@2.4.7%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^util-macros@1.19.3%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^libxml2@2.10.3%clang@14.0.0-gfortran cppflags="-g" +pic~python+shared build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^libiconv@1.17%clang@14.0.0-gfortran cppflags="-g" build_system=autotools libs=shared,static arch=linux-ubuntu22.04-x86_64_v3
- - ^xz@5.4.1%clang@14.0.0-gfortran cppflags="-g" ~pic build_system=autotools libs=shared,static arch=linux-ubuntu22.04-x86_64_v3
- - ^yaksa@0.3%clang@14.0.0-gfortran cppflags="-g" ~cuda~rocm build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^autoconf@2.69%clang@14.0.0-gfortran cppflags="-g" build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu22.04-x86_64_v3
- - ^automake@1.16.5%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^m4@1.4.19%clang@14.0.0-gfortran cppflags="-g" +sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu22.04-x86_64_v3
- - ^diffutils@3.9%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^libsigsegv@2.14%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^python@3.11.6%clang@14.0.0-gfortran cppflags="-g" +bz2+crypt+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tkinter+uuid+zlib build_system=generic patches=13fa8bf,b0615b2,ebdca64,f2fd060 arch=linux-ubuntu22.04-x86_64_v3
- - ^bzip2@1.0.8%clang@14.0.0-gfortran cppflags="-g" ~debug~pic+shared build_system=generic arch=linux-ubuntu22.04-x86_64_v3
- - ^expat@2.5.0%clang@14.0.0-gfortran cppflags="-g" +libbsd build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^libbsd@0.11.7%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^libmd@1.0.4%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^gdbm@1.23%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^gettext@0.22.3%clang@14.0.0-gfortran cppflags="-g" +bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^tar@1.34%clang@14.0.0-gfortran cppflags="-g" build_system=autotools zip=pigz arch=linux-ubuntu22.04-x86_64_v3
- - ^pigz@2.7%clang@14.0.0-gfortran cppflags="-g" build_system=makefile arch=linux-ubuntu22.04-x86_64_v3
- - ^zstd@1.5.5%clang@14.0.0-gfortran cppflags="-g" +programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu22.04-x86_64_v3
- - ^libffi@3.4.4%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^libxcrypt@4.4.35%clang@14.0.0-gfortran cppflags="-g" ~obsolete_api build_system=autotools patches=4885da3 arch=linux-ubuntu22.04-x86_64_v3
- - ^readline@8.2%clang@14.0.0-gfortran cppflags="-g" build_system=autotools patches=bbf97f1 arch=linux-ubuntu22.04-x86_64_v3
- - ^sqlite@3.43.2%clang@14.0.0-gfortran cppflags="-g" +column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^util-linux-uuid@2.38.1%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^pkgconf@1.9.5%clang@14.0.0-gfortran cppflags="-g" build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
- - ^zlib-ng@2.1.4%clang@14.0.0-gfortran cppflags="-g" +compat+opt build_system=autotools arch=linux-ubuntu22.04-x86_64_v3
\ No newline at end of file
+ - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map~mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+[b] ^ca-certificates-mozilla@2026-03-19 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+ - ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+ - ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
+[+] ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[e] ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64
+ - ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+[e] ^llvm@21.1.8+clang~cuda~flang~gold+libomptarget~libomptarget_debug~link_llvm_dylib~lld~lldb+llvm_dylib+lua~mlir+offload+polly~python~split_dwarf~utils~z3~zstd build_system=cmake build_type=Release compiler-rt=runtime generator=ninja libcxx=runtime libunwind=runtime openmp=runtime shlib_symbol_version=none targets:=aarch64,amdgpu,nvptx,x86 version_suffix=none platform=linux os=ubuntu26.04 target=x86_64
+ - ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=clang@21.1.8
+ - ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=clang@21.1.8
diff --git a/outputs/config/3.prefs.out b/outputs/config/3.prefs.out
deleted file mode 100644
index f1048d7b1b..0000000000
--- a/outputs/config/3.prefs.out
+++ /dev/null
@@ -1,21 +0,0 @@
-$ spack spec hdf5
- - hdf5@1.14.6~cxx~fortran~hl~ipo~java~map~mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=Release generator=make arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^cmake@3.31.8~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^curl@8.11.1~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^nghttp2@1.65.0 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^diffutils@3.10 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^libiconv@1.18 build_system=autotools libs:=shared,static arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^openssl@3.4.1~docs+shared build_system=generic certs=mozilla arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^ca-certificates-mozilla@2025-05-20 build_system=generic arch=linux-ubuntu22.04-x86_64
- - ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^bzip2@1.0.8~debug~pic+shared build_system=generic arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^gdbm@1.23 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^readline@8.3 build_system=autotools patches:=21f0a03 arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^ncurses@6.5-20250705~symlinks+termlib abi=none build_system=autotools patches:=7a351bc arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
- - ^compiler-wrapper@1.0 build_system=generic arch=linux-ubuntu22.04-x86_64
-[e] ^glibc@2.35 build_system=autotools arch=linux-ubuntu22.04-x86_64
- - ^gmake@4.4.1~guile build_system=generic arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
-[e] ^llvm@14.0.0+clang~cuda~flang+gold+libomptarget~libomptarget_debug~link_llvm_dylib~lld~lldb+llvm_dylib+lua~mlir+polly~python~split_dwarf~z3 build_system=cmake build_type=Release compiler-rt=runtime generator=ninja libcxx=runtime libunwind=runtime openmp=runtime patches:=1f42874,25bc503,6379168,8248141,b216cff,cb8e645 shlib_symbol_version=none targets:=all version_suffix=none arch=linux-ubuntu22.04-x86_64
- - ^pkgconf@2.5.1 build_system=autotools arch=linux-ubuntu22.04-x86_64 %c=clang@14.0.0
- - ^zlib-ng@2.2.4+compat+new_strategies+opt+pic+shared build_system=autotools arch=linux-ubuntu22.04-x86_64 %c,cxx=clang@14.0.0
\ No newline at end of file
diff --git a/outputs/dev/develop-1.out b/outputs/dev/develop-1.out
index 755ea0f9a6..813f2d1775 100644
--- a/outputs/dev/develop-1.out
+++ b/outputs/dev/develop-1.out
@@ -1,6 +1,6 @@
$ spack develop scr
==> Cloning source code for scr@=2.0.0
- [100%] 955.92 KB @ 89.4 MB/s
+ [100%] 955.92 KB @ 10.4 MB/s
==> Updating view at /home/spack/devel-env/.spack-env/view
$ spack config blame develop
--- develop:
diff --git a/outputs/dev/develop-2.out b/outputs/dev/develop-2.out
index 315c1848c0..a35986c0e3 100644
--- a/outputs/dev/develop-2.out
+++ b/outputs/dev/develop-2.out
@@ -3,17 +3,17 @@ $ spack install
[ ] bdhwshg scr@2.0.0 no binary available (0s)
[ ] a4wqsr7 cmake@3.31.11 fetching from build cache (0s)
[ ] a4wqsr7 cmake@3.31.11 relocating (0s)
-[+] a4wqsr7 cmake@3.31.11 /home/spack/spack/opt/spack/linux-x86_64_v3/cmake-3.31.11-a4wqsr7jgutfmovf33lhff75e4qbpjgh (1s)
-[ ] bdhwshg scr@2.0.0 staging (1s)
-[ ] bdhwshg scr@2.0.0 cmake (1s)
-[ ] bdhwshg scr@2.0.0 build (2s)
-[ ] bdhwshg scr@2.0.0 install (7s)
-[+] bdhwshg scr@2.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63 (7s)
+[+] a4wqsr7 cmake@3.31.11 /home/spack/spack/opt/spack/linux-x86_64_v3/cmake-3.31.11-a4wqsr7jgutfmovf33lhff75e4qbpjgh (2s)
+[ ] bdhwshg scr@2.0.0 staging (0s)
+[ ] bdhwshg scr@2.0.0 cmake (0s)
+[ ] bdhwshg scr@2.0.0 build (1s)
+[ ] bdhwshg scr@2.0.0 install (6s)
+[+] bdhwshg scr@2.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63 (6s)
[ ] 4x6m3h6 macsio@1.1 fetching from build cache (0s)
[ ] 4x6m3h6 macsio@1.1 no binary available (0s)
-[ ] 4x6m3h6 macsio@1.1 staging (1s)
-[ ] 4x6m3h6 macsio@1.1 cmake (1s)
-[ ] 4x6m3h6 macsio@1.1 build (2s)
+[ ] 4x6m3h6 macsio@1.1 staging (0s)
+[ ] 4x6m3h6 macsio@1.1 cmake (0s)
+[ ] 4x6m3h6 macsio@1.1 build (1s)
[ ] 4x6m3h6 macsio@1.1 install (3s)
[+] 4x6m3h6 macsio@1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/macsio-1.1-4x6m3h66ygfhqkcn73sjad5ytdgpfnls (3s)
==> Updating view at /home/spack/devel-env/.spack-env/view
diff --git a/outputs/dev/develop-3.out b/outputs/dev/develop-3.out
index 9f44652092..80bbbc3425 100644
--- a/outputs/dev/develop-3.out
+++ b/outputs/dev/develop-3.out
@@ -2,59 +2,54 @@ $ spack install
[ ] bdhwshg scr@2.0.0 fetching from build cache (0s)
[ ] bdhwshg scr@2.0.0 no binary available (0s)
[ ] bdhwshg scr@2.0.0 staging (0s)
-[ ] bdhwshg scr@2.0.0 cmake (0s)
-[ ] bdhwshg scr@2.0.0 build (0s)
-[x] bdhwshg scr@2.0.0 failed: /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63-p_e81i_2.log (0s)
--- lines 1 to 7 --
-> /home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0
- env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir)
- ==> No patches needed for scr
- ==> scr: Executing phase: 'cmake'
- ==> [2026-06-21-22:54:40.565185] Incremental build criteria satisfied.Skipping CMake configure step. To force configuration run `spack clean scr`
- ==> scr: Executing phase: 'build'
- ==> [2026-06-21-22:54:40.565656] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make
--- lines 160 to 191 --
- make[2]: Nothing to be done for 'src/CMakeFiles/scr-static.dir/build'.
+[ ] bdhwshg scr@2.0.0 cmake (1s)
+[ ] bdhwshg scr@2.0.0 build (1s)
+[x] bdhwshg scr@2.0.0 failed: /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63-1fudqp8v.log (1s)
+-- lines 159 to 203 --
make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
[ 82%] Built target scr
+ [ 83%] Built target scr-static
/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make -f src/CMakeFiles/scr_have_restart.dir/build.make src/CMakeFiles/scr_have_restart.dir/depend
/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make -f examples/CMakeFiles/test_api.dir/build.make examples/CMakeFiles/test_api.dir/depend
- [ 83%] Built target scr-static
+ /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make -f examples/CMakeFiles/test_api_multiple.dir/build.make examples/CMakeFiles/test_api_multiple.dir/depend
> /home/spack/devel-env/scr/src/scr_copy.c:44:1: error: expected ',' or ';' before 'int'
44 | int print_usage()
| ^~~
make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
cd /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg && /home/spack/spack/opt/spack/linux-x86_64_v3/cmake-3.31.11-a4wqsr7jgutfmovf33lhff75e4qbpjgh/bin/cmake -E cmake_depends "Unix Makefiles" /home/spack/devel-env/scr /home/spack/devel-env/scr/src /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg/src /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg/src/CMakeFiles/scr_have_restart.dir/DependInfo.cmake "--color="
- /home/spack/devel-env/scr/src/scr_copy.c: In function 'process_args':
-> /home/spack/devel-env/scr/src/scr_copy.c:135:9: error: implicit declaration of function 'print_usage' [-Wimplicit-function-declaration]
- 135 | print_usage();
- | ^~~~~~~~~~~
- /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make -f examples/CMakeFiles/test_api_multiple.dir/build.make examples/CMakeFiles/test_api_multiple.dir/depend
make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
cd /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg && /home/spack/spack/opt/spack/linux-x86_64_v3/cmake-3.31.11-a4wqsr7jgutfmovf33lhff75e4qbpjgh/bin/cmake -E cmake_depends "Unix Makefiles" /home/spack/devel-env/scr /home/spack/devel-env/scr/examples /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg/examples /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg/examples/CMakeFiles/test_api.dir/DependInfo.cmake "--color="
make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
cd /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg && /home/spack/spack/opt/spack/linux-x86_64_v3/cmake-3.31.11-a4wqsr7jgutfmovf33lhff75e4qbpjgh/bin/cmake -E cmake_depends "Unix Makefiles" /home/spack/devel-env/scr /home/spack/devel-env/scr/examples /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg/examples /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg/examples/CMakeFiles/test_api_multiple.dir/DependInfo.cmake "--color="
- make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
-> make[2]: *** [src/CMakeFiles/scr_copy.dir/build.make:82: src/CMakeFiles/scr_copy.dir/scr_copy.c.o] Error 1
+ /home/spack/devel-env/scr/src/scr_copy.c: In function 'process_args':
+> /home/spack/devel-env/scr/src/scr_copy.c:135:9: error: implicit declaration of function 'print_usage' [-Wimplicit-function-declaration]
+ 135 | print_usage();
+ | ^~~~~~~~~~~
make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make -f src/CMakeFiles/scr_have_restart.dir/build.make src/CMakeFiles/scr_have_restart.dir/build
make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
-> make[1]: *** [CMakeFiles/Makefile2:1336: src/CMakeFiles/scr_copy.dir/all] Error 2
- make[1]: *** Waiting for unfinished jobs....
/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make -f examples/CMakeFiles/test_api.dir/build.make examples/CMakeFiles/test_api.dir/build
make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make -f examples/CMakeFiles/test_api_multiple.dir/build.make examples/CMakeFiles/test_api_multiple.dir/build
make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
make[2]: Nothing to be done for 'src/CMakeFiles/scr_have_restart.dir/build'.
--- lines 197 to 205 --
+ make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
+> make[2]: *** [src/CMakeFiles/scr_copy.dir/build.make:82: src/CMakeFiles/scr_copy.dir/scr_copy.c.o] Error 1
+ make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
+> make[1]: *** [CMakeFiles/Makefile2:1336: src/CMakeFiles/scr_copy.dir/all] Error 2
+ make[1]: *** Waiting for unfinished jobs....
+ make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
+ make[2]: Nothing to be done for 'examples/CMakeFiles/test_api.dir/build'.
+ make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
+ make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
make[2]: Nothing to be done for 'examples/CMakeFiles/test_api_multiple.dir/build'.
make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
[ 85%] Built target scr_have_restart
- [ 88%] Built target test_api
- [ 91%] Built target test_api_multiple
+ [ 88%] Built target test_api_multiple
+ [ 91%] Built target test_api
make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63/spack-build-bdhwshg'
> make: *** [Makefile:149: all] Error 2
Command exited with status 2:
/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make
==> Error: The following packages failed to install:
-scr@2.0.0/bdhwshgs2z3yfptjcsyothwaf6pw3i63: /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63-p_e81i_2.log
+scr@2.0.0/bdhwshgs2z3yfptjcsyothwaf6pw3i63: /tmp/spack/spack-stage/spack-stage-scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63-1fudqp8v.log
diff --git a/outputs/dev/develop-4.out b/outputs/dev/develop-4.out
index 9fb603466c..60c85564f6 100644
--- a/outputs/dev/develop-4.out
+++ b/outputs/dev/develop-4.out
@@ -5,12 +5,12 @@ $ spack install
[ ] bdhwshg scr@2.0.0 staging (0s)
[ ] bdhwshg scr@2.0.0 cmake (0s)
[ ] bdhwshg scr@2.0.0 build (0s)
-[ ] bdhwshg scr@2.0.0 install (1s)
-[+] bdhwshg scr@2.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63 (1s)
+[ ] bdhwshg scr@2.0.0 install (0s)
+[+] bdhwshg scr@2.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/scr-2.0.0-bdhwshgs2z3yfptjcsyothwaf6pw3i63 (0s)
[ ] 4x6m3h6 macsio@1.1 fetching from build cache (0s)
[ ] 4x6m3h6 macsio@1.1 no binary available (0s)
[ ] 4x6m3h6 macsio@1.1 staging (0s)
[ ] 4x6m3h6 macsio@1.1 cmake (0s)
[ ] 4x6m3h6 macsio@1.1 build (1s)
-[ ] 4x6m3h6 macsio@1.1 install (3s)
+[ ] 4x6m3h6 macsio@1.1 install (2s)
[+] 4x6m3h6 macsio@1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/macsio-1.1-4x6m3h66ygfhqkcn73sjad5ytdgpfnls (3s)
diff --git a/outputs/dev/otherdevel.out b/outputs/dev/otherdevel.out
index 022ec45318..c078a7d734 100644
--- a/outputs/dev/otherdevel.out
+++ b/outputs/dev/otherdevel.out
@@ -5,7 +5,7 @@ $ cp ../devel-env/spack.yaml .
$ spacktivate .
$ spack develop
==> Cloning source code for scr@=3.1.0 build_type=Debug
- [100%] 61.27 MB @ 92.6 MB/s
+ [100%] 61.27 MB @ 46.6 MB/s
==> Cloning source code for macsio@=1.1
==> Using cached archive: /home/spack/spack/var/spack/cache/_source-cache/archive/a8/a86249b0f10647c0b631773db69568388094605ec1a0af149d9e61e95e6961ec.tar.gz
$ ls
diff --git a/outputs/dev/setup-scr.out b/outputs/dev/setup-scr.out
index 236a38b4e8..20bc713beb 100644
--- a/outputs/dev/setup-scr.out
+++ b/outputs/dev/setup-scr.out
@@ -99,11 +99,11 @@ $ spack install
[+] 63aruxk ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] k25xiih ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[ ] lw4y63z silo@4.12.0 fetching from build cache (0s)
+[ ] lw4y63z silo@4.12.0 fetching from build cache (1s)
[ ] vluhg4w json-cwx@0.12 fetching from build cache (0s)
[ ] lw4y63z silo@4.12.0 relocating (1s)
-[ ] vluhg4w json-cwx@0.12 relocating (1s)
-[+] vluhg4w json-cwx@0.12 /home/spack/spack/opt/spack/linux-x86_64_v3/json-cwx-0.12-vluhg4wrbfobdfqnqhfwksekyuutxxut (1s)
+[ ] vluhg4w json-cwx@0.12 relocating (0s)
+[+] vluhg4w json-cwx@0.12 /home/spack/spack/opt/spack/linux-x86_64_v3/json-cwx-0.12-vluhg4wrbfobdfqnqhfwksekyuutxxut (0s)
[+] lw4y63z silo@4.12.0 /home/spack/spack/opt/spack/linux-x86_64_v3/silo-4.12.0-lw4y63zl33uytrk4tromxijim5yt2ckq (1s)
[ ] mwcffrk macsio@1.1 fetching from build cache (0s)
[ ] mwcffrk macsio@1.1 relocating (0s)
diff --git a/outputs/environments/concretize-f-1.out b/outputs/environments/concretize-f-1.out
index 60832f6de5..37408728ae 100644
--- a/outputs/environments/concretize-f-1.out
+++ b/outputs/environments/concretize-f-1.out
@@ -7,7 +7,7 @@ $ spack concretize --force
[e] yc4n2pp ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
[b] r4lhaok ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] g72d7i3 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] 3sqhxga trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
+[+] i3pydqn trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
[b] a4wqsr7 ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] j2fa7xl ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] 4lyasaz ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
@@ -27,7 +27,7 @@ $ spack concretize --force
[+] vbwvgwx ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] hhjyyqy ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] kpwomw3 ^kokkos@5.1.1~aggressive_vectorization~cmake_lang~complex_align~cuda~debug~debug_bounds_check+deprecated_code~hip_relocatable_device_code~hpx~hwloc~ipo~openmp+pic~rocm+serial+shared~sycl~tests~threads~tuning~wrapper build_system=cmake build_type=Release cxxstd=20 generator=make intel_gpu_arch=none platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
-[+] 5zilkuz ^kokkos-kernels@5.1.1~blas~cblas~cublas~cuda~cusolver~cusparse~execspace_cuda~execspace_openmp~execspace_serial~execspace_threads~ipo~lapack~lapacke~memspace_cudaspace~memspace_cudauvmspace~mkl~openmp~rocblas~rocsolver~rocsparse~serial+shared~superlu~threads build_system=cmake build_type=Release generator=make layouts=left offsets:=int,size_t ordinals:=int scalars:=double platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
+[+] ml3q3dq ^kokkos-kernels@5.1.1~blas~cblas~cublas~cuda~cusolver~cusparse~execspace_cuda~execspace_openmp~execspace_serial~execspace_threads~ipo~lapack~lapacke~memspace_cudaspace~memspace_cudauvmspace~mkl~openmp~rocblas~rocsolver~rocsparse~serial+shared~superlu~threads build_system=cmake build_type=Release generator=make layouts=left offsets:=int,size_t ordinals:=int scalars:=double platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
[+] xkilhym ^mpich@5.0.1~argobots~cuda+fortran+hwloc+hydra~level_zero+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath~xpmem build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=default platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
[b] punbqrx ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] sle3ix4 ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
diff --git a/outputs/environments/env-concretize-1.out b/outputs/environments/env-concretize-1.out
index 2e81988aaf..05c5c8b938 100644
--- a/outputs/environments/env-concretize-1.out
+++ b/outputs/environments/env-concretize-1.out
@@ -7,7 +7,7 @@ $ spack concretize
[e] yc4n2pp ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
[b] r4lhaok ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] g72d7i3 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] u43pchx trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest~hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
+[b] 66pfqb7 trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest~hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
[b] a4wqsr7 ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[b] j2fa7xl ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[b] 4lyasaz ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
@@ -23,7 +23,7 @@ $ spack concretize
[+] hhjyyqy ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] yvl6jpi ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] kpwomw3 ^kokkos@5.1.1~aggressive_vectorization~cmake_lang~complex_align~cuda~debug~debug_bounds_check+deprecated_code~hip_relocatable_device_code~hpx~hwloc~ipo~openmp+pic~rocm+serial+shared~sycl~tests~threads~tuning~wrapper build_system=cmake build_type=Release cxxstd=20 generator=make intel_gpu_arch=none platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
-[+] 5zilkuz ^kokkos-kernels@5.1.1~blas~cblas~cublas~cuda~cusolver~cusparse~execspace_cuda~execspace_openmp~execspace_serial~execspace_threads~ipo~lapack~lapacke~memspace_cudaspace~memspace_cudauvmspace~mkl~openmp~rocblas~rocsolver~rocsparse~serial+shared~superlu~threads build_system=cmake build_type=Release generator=make layouts=left offsets:=int,size_t ordinals:=int scalars:=double platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
+[+] ml3q3dq ^kokkos-kernels@5.1.1~blas~cblas~cublas~cuda~cusolver~cusparse~execspace_cuda~execspace_openmp~execspace_serial~execspace_threads~ipo~lapack~lapacke~memspace_cudaspace~memspace_cudauvmspace~mkl~openmp~rocblas~rocsolver~rocsparse~serial+shared~superlu~threads build_system=cmake build_type=Release generator=make layouts=left offsets:=int,size_t ordinals:=int scalars:=double platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
[+] 7kdghmr ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
[+] qfut5qq ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
[b] jo3eg4r ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
diff --git a/outputs/environments/env-install-1.out b/outputs/environments/env-install-1.out
index 56af62bc65..09620f4f02 100644
--- a/outputs/environments/env-install-1.out
+++ b/outputs/environments/env-install-1.out
@@ -1,8 +1,8 @@
$ spack install
-[ ] u43pchx trilinos@17.1.1 fetching from build cache (0s)
+[ ] 66pfqb7 trilinos@17.1.1 fetching from build cache (0s)
[ ] d4ibosb tcl@8.6.17 fetching from build cache (0s)
[ ] d4ibosb tcl@8.6.17 relocating (0s)
-[ ] u43pchx trilinos@17.1.1 relocating (0s)
-[+] d4ibosb tcl@8.6.17 /home/spack/spack/opt/spack/linux-x86_64_v3/tcl-8.6.17-d4ibosbgfm7536ij2dmdu6nnll5g5zpm (0s)
-[+] u43pchx trilinos@17.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/trilinos-17.1.1-u43pchxcfkd7syptwimxl4lozm5jmy2h (1s)
+[ ] 66pfqb7 trilinos@17.1.1 relocating (0s)
+[+] d4ibosb tcl@8.6.17 /home/spack/spack/opt/spack/linux-x86_64_v3/tcl-8.6.17-d4ibosbgfm7536ij2dmdu6nnll5g5zpm (2s)
+[+] 66pfqb7 trilinos@17.1.1 /home/spack/spack/opt/spack/linux-x86_64_v3/trilinos-17.1.1-66pfqb7gv754pttljbirkunpy7okr4kh (2s)
==> Updating view at /home/spack/spack/var/spack/environments/myproject/.spack-env/view
diff --git a/outputs/environments/env-list-2.out b/outputs/environments/env-list-2.out
index e5e08dda3f..aacaeb4170 100644
--- a/outputs/environments/env-list-2.out
+++ b/outputs/environments/env-list-2.out
@@ -1,3 +1,3 @@
$ spack env list
==> 2 environments
- myproject myproject2
+ myproject2 myproject
diff --git a/outputs/environments/env-status-2.out b/outputs/environments/env-status-2.out
index 0af2a3421c..eece4f188a 100644
--- a/outputs/environments/env-status-2.out
+++ b/outputs/environments/env-status-2.out
@@ -12,7 +12,7 @@ mpich@5.0.1 openblas@0.3.33 openmpi@5.0.10 trilinos@17.1.1
zlib-ng@2.3.3
-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@15.2.0 --------------
-binutils@2.46.0 hwloc@2.13.0 openssh@10.3p1 zlib-ng@2.3.3 zstd@1.5.7
+binutils@2.46.1 hwloc@2.13.0 openssh@10.3p1 zlib-ng@2.3.3 zstd@1.5.7
gettext@1.0 krb5@1.22.2 openssl@3.6.1 zlib-ng@2.3.3
gmp@6.3.0 ncurses@6.6 zlib-ng@2.0.7 zlib-ng@2.3.3
diff --git a/outputs/environments/env-uninstall-1.out b/outputs/environments/env-uninstall-1.out
index 10f072a1fc..159512b2cb 100644
--- a/outputs/environments/env-uninstall-1.out
+++ b/outputs/environments/env-uninstall-1.out
@@ -1,7 +1,7 @@
$ spack uninstall -y trilinos
==> Refusing to uninstall the following specs
-- linux-ubuntu26.04-x86_64_v3 / %c,cxx,fortran=gcc@15.2.0 ------
- u43pchx trilinos@17.1.1
+ 66pfqb7 trilinos@17.1.1
==> The following environments still reference these specs:
myproject
diff --git a/outputs/environments/find-no-env-1.out b/outputs/environments/find-no-env-1.out
index 16efea1e99..3931a8e05c 100644
--- a/outputs/environments/find-no-env-1.out
+++ b/outputs/environments/find-no-env-1.out
@@ -9,7 +9,7 @@ mpich@5.0.1 openblas@0.3.33 openmpi@5.0.10 trilinos@17.1.1
zlib-ng@2.3.3
-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@15.2.0 --------------
-binutils@2.46.0 hwloc@2.13.0 openssh@10.3p1 zlib-ng@2.3.3 zstd@1.5.7
+binutils@2.46.1 hwloc@2.13.0 openssh@10.3p1 zlib-ng@2.3.3 zstd@1.5.7
gettext@1.0 krb5@1.22.2 openssl@3.6.1 zlib-ng@2.3.3
gmp@6.3.0 ncurses@6.6 zlib-ng@2.0.7 zlib-ng@2.3.3
diff --git a/outputs/environments/install-independent-1.out b/outputs/environments/install-independent-1.out
index f42bcfcf8a..35ac2ec068 100644
--- a/outputs/environments/install-independent-1.out
+++ b/outputs/environments/install-independent-1.out
@@ -46,12 +46,12 @@ $ spack install
[+] nldxmxw ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] vwo3ajm ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] g72d7i3 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] u43pchx trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest~hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
+[+] 66pfqb7 trilinos@17.1.1~adelus~adios2+amesos2+anasazi~basker+belos~boost~chaco~complex~cuda~cuda_constexpr~cuda_rdc~cusparse~debug~dtk~exodus+explicit_template_instantiation~float+fortran~gtest~hdf5~hypre+ifpack2~intrepid2~ipo+kokkos~mesquite~minitensor+mpi+muelu~mumps~nox~openmp~pamgen~panzer~phalanx~piro~python~rocm~rocm_rdc~rol+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu-dist~teko~tempus~test~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=Release cxxstd=20 generator=make gotype=long_long platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
[b] a4wqsr7 ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] j2fa7xl ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] 4lyasaz ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] kpwomw3 ^kokkos@5.1.1~aggressive_vectorization~cmake_lang~complex_align~cuda~debug~debug_bounds_check+deprecated_code~hip_relocatable_device_code~hpx~hwloc~ipo~openmp+pic~rocm+serial+shared~sycl~tests~threads~tuning~wrapper build_system=cmake build_type=Release cxxstd=20 generator=make intel_gpu_arch=none platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
-[+] 5zilkuz ^kokkos-kernels@5.1.1~blas~cblas~cublas~cuda~cusolver~cusparse~execspace_cuda~execspace_openmp~execspace_serial~execspace_threads~ipo~lapack~lapacke~memspace_cudaspace~memspace_cudauvmspace~mkl~openmp~rocblas~rocsolver~rocsparse~serial+shared~superlu~threads build_system=cmake build_type=Release generator=make layouts=left offsets:=int,size_t ordinals:=int scalars:=double platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
+[+] ml3q3dq ^kokkos-kernels@5.1.1~blas~cblas~cublas~cuda~cusolver~cusparse~execspace_cuda~execspace_openmp~execspace_serial~execspace_threads~ipo~lapack~lapacke~memspace_cudaspace~memspace_cudauvmspace~mkl~openmp~rocblas~rocsolver~rocsparse~serial+shared~superlu~threads build_system=cmake build_type=Release generator=make layouts=left offsets:=int,size_t ordinals:=int scalars:=double platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@15.2.0
[+] 7kdghmr ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@15.2.0
[+] qfut5qq openmpi@5.0.10 /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml (0s)
diff --git a/outputs/environments/lockfile-1.out b/outputs/environments/lockfile-1.out
index 777d0f5dea..90b4f4a684 100644
--- a/outputs/environments/lockfile-1.out
+++ b/outputs/environments/lockfile-1.out
@@ -6,9 +6,9 @@ $ jq < spack.lock | head -30
"specfile-version": 5
},
"spack": {
- "version": "1.2.0.dev0",
+ "version": "1.2.1",
"type": "git",
- "commit": "3d24b94ef3d15a4864794f98807a7fcc17b83f48"
+ "commit": "2f80bed397c15a7f04607051315ea56881351ce4"
},
"roots": [
{
@@ -16,7 +16,7 @@ $ jq < spack.lock | head -30
"spec": "tcl"
},
{
- "hash": "u43pchxcfkd7syptwimxl4lozm5jmy2h",
+ "hash": "66pfqb7gv754pttljbirkunpy7okr4kh",
"spec": "trilinos"
}
],
diff --git a/outputs/packaging/build-output.out b/outputs/packaging/build-output.out
index c7168f9e88..b2d4d48604 100644
--- a/outputs/packaging/build-output.out
+++ b/outputs/packaging/build-output.out
@@ -1,9 +1,7 @@
$ cat /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-build-out.txt
-/home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0
- env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir)
==> No patches needed for tutorial-mpileaks
==> tutorial-mpileaks: Executing phase: 'autoreconf'
-==> [2026-06-19-08:14:41.833830] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force
+==> [2026-07-07-04:22:37.141550] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
@@ -42,13 +40,13 @@ src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*
src/Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
==> tutorial-mpileaks: Executing phase: 'configure'
-==> [2026-06-19-08:14:44.659730] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
-==> [2026-06-19-08:14:44.660326] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
-==> [2026-06-19-08:14:44.660557] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
-==> [2026-06-19-08:14:44.674514] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"]
-==> [2026-06-19-08:14:44.685908] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"]
-==> [2026-06-19-08:14:44.697427] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"]
-==> [2026-06-19-08:14:44.709950] /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije
+==> [2026-07-07-04:22:41.112767] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
+==> [2026-07-07-04:22:41.113432] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
+==> [2026-07-07-04:22:41.113678] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
+==> [2026-07-07-04:22:41.144242] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"]
+==> [2026-07-07-04:22:41.174826] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"]
+==> [2026-07-07-04:22:41.204877] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"]
+==> [2026-07-07-04:22:41.236447] /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije
checking metadata... no
checking installation directory variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
diff --git a/outputs/packaging/checksum-mpileaks-1.out b/outputs/packaging/checksum-mpileaks-1.out
index c94587d460..b9bce04aa2 100644
--- a/outputs/packaging/checksum-mpileaks-1.out
+++ b/outputs/packaging/checksum-mpileaks-1.out
@@ -1,6 +1,6 @@
$ spack checksum tutorial-mpileaks 1.0
==> Found 1 version of tutorial-mpileaks
- [100%] 339.70 KB @ 2.5 MB/s
+ [100%] 339.70 KB @ 3.1 MB/s
version("1.0", sha256="24c706591bdcd84541e19389a9314813ce848035ee877e213d528b184f4b43f9")
diff --git a/outputs/packaging/create.out b/outputs/packaging/create.out
index 81dc5ea057..30fa014ec0 100644
--- a/outputs/packaging/create.out
+++ b/outputs/packaging/create.out
@@ -1,6 +1,6 @@
$ spack create --name tutorial-mpileaks --namespace tutorial https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz
==> Using specified package name: 'tutorial-mpileaks'
- [100%] 336.09 KB @ 4.5 MB/s
+ [100%] 336.09 KB @ 83.5 MB/s
==> This package looks like it uses the autoreconf build system
==> Created template for tutorial-mpileaks package
==> Created package file: /home/spack/my_pkgs/spack_repo/tutorial/packages/tutorial_mpileaks/package.py
diff --git a/outputs/packaging/info-mpileaks.out b/outputs/packaging/info-mpileaks.out
index a7502e2528..05101527d7 100644
--- a/outputs/packaging/info-mpileaks.out
+++ b/outputs/packaging/info-mpileaks.out
@@ -8,29 +8,51 @@ Description:
Homepage: https://github.com/LLNL/mpileaks
Preferred version:
- 1.0 https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz
+ 1.0 https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz
Safe versions:
- 1.0 https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz
+ 1.0 https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz
Deprecated versions:
None
Variants:
- build_system [autotools] autotools
- Build systems supported by the package
+ build_system [autotools] autotools
+ Build systems supported by the package
+
Installation Phases:
- autoreconf configure build install
+ autoreconf configure build install
-Build Dependencies:
- autoconf automake c cxx fortran gmake gnuconfig libtool m4
+Dependencies:
+ autoconf build
-Link Dependencies:
- None
+ automake build
+
+ c build
+
+ cxx build
+
+ fortran build
+
+ gmake build
+ when build_system=autotools
+
+ gnuconfig build
+ when build_system=autotools target=ppc64le:
+
+ gnuconfig build
+ when build_system=autotools target=aarch64:
+
+ gnuconfig build
+ when build_system=autotools target=riscv64:
+
+ libtool build
+
+ m4 build
-Run Dependencies:
- None
Licenses:
BSD
+
+
diff --git a/outputs/packaging/install-mpileaks-1.out b/outputs/packaging/install-mpileaks-1.out
index 41a218926a..cf112ec019 100644
--- a/outputs/packaging/install-mpileaks-1.out
+++ b/outputs/packaging/install-mpileaks-1.out
@@ -2,57 +2,34 @@ $ spack install tutorial-mpileaks
[ ] 5txfucc tutorial-mpileaks@1.0 fetching from build cache (0s)
[ ] 5txfucc tutorial-mpileaks@1.0 no binary available (0s)
[ ] r4lhaok gmake@4.4.1 fetching from build cache (0s)
-[ ] ohmdb2l less@692 fetching from build cache (0s)
-[ ] k25xiih readline@8.3 fetching from build cache (0s)
-[ ] r4lhaok gmake@4.4.1 relocating (0s)
-[ ] 27d4iyp berkeley-db@18.1.40 fetching from build cache (0s)
-[ ] ohmdb2l less@692 relocating (0s)
[ ] phcmfqk libsigsegv@2.15 fetching from build cache (0s)
+[ ] yhkgfai automake@1.18.1 fetching from build cache (0s)
[ ] punbqrx findutils@4.10.0 fetching from build cache (0s)
-[ ] mguwetc file@5.46 fetching from build cache (0s)
-[ ] k25xiih readline@8.3 relocating (0s)
-[ ] 27d4iyp berkeley-db@18.1.40 relocating (0s)
+[ ] r4lhaok gmake@4.4.1 relocating (0s)
[ ] phcmfqk libsigsegv@2.15 relocating (0s)
+[ ] yhkgfai automake@1.18.1 relocating (0s)
[ ] punbqrx findutils@4.10.0 relocating (0s)
[+] r4lhaok gmake@4.4.1 /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh (0s)
-[ ] mguwetc file@5.46 relocating (0s)
-[+] ohmdb2l less@692 /home/spack/spack/opt/spack/linux-x86_64_v3/less-692-ohmdb2lfmv2mghjfr7o22nlbaue23m6o (0s)
[+] phcmfqk libsigsegv@2.15 /home/spack/spack/opt/spack/linux-x86_64_v3/libsigsegv-2.15-phcmfqkiobbdxotapv2famdv4vk5yvs7 (0s)
-[+] k25xiih readline@8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-k25xiihp5dun6qwe3e5ouzdigwr5yuvz (0s)
-[+] 27d4iyp berkeley-db@18.1.40 /home/spack/spack/opt/spack/linux-x86_64_v3/berkeley-db-18.1.40-27d4iypucirxwepjeco5bulvrej5l3bu (1s)
-[+] mguwetc file@5.46 /home/spack/spack/opt/spack/linux-x86_64_v3/file-5.46-mguwetco632vycva2piy7hmqoc26acsq (1s)
-[ ] y6uqrto m4@1.4.21 fetching from build cache (1s)
-[+] punbqrx findutils@4.10.0 /home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-punbqrxx5vrhjry7gtdadymv34ryapi2 (1s)
-[ ] cq4dkuc gdbm@1.26 fetching from build cache (1s)
-[ ] y6uqrto m4@1.4.21 relocating (1s)
-[ ] cq4dkuc gdbm@1.26 relocating (1s)
+[ ] mguwetc file@5.46 fetching from build cache (0s)
+[ ] y6uqrto m4@1.4.21 fetching from build cache (0s)
+[+] yhkgfai automake@1.18.1 /home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.18.1-yhkgfaibmqj5ww5wfesjkdtrwpndwdtm (0s)
+[+] punbqrx findutils@4.10.0 /home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-punbqrxx5vrhjry7gtdadymv34ryapi2 (0s)
+[ ] mguwetc file@5.46 relocating (0s)
+[ ] y6uqrto m4@1.4.21 relocating (0s)
+[+] mguwetc file@5.46 /home/spack/spack/opt/spack/linux-x86_64_v3/file-5.46-mguwetco632vycva2piy7hmqoc26acsq (0s)
+[+] y6uqrto m4@1.4.21 /home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.21-y6uqrtoi6sjdfvvyxgmifksxwktsyx3t (0s)
[ ] 3gdq456 libtool@2.5.4 fetching from build cache (0s)
-[ ] 3gdq456 libtool@2.5.4 relocating (0s)
-[+] y6uqrto m4@1.4.21 /home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.21-y6uqrtoi6sjdfvvyxgmifksxwktsyx3t (1s)
-[+] cq4dkuc gdbm@1.26 /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.26-cq4dkucz57w6rd7gnkhgbzfqz4snldpy (1s)
-[ ] bvphs3b perl@5.42.0 fetching from build cache (0s)
-[+] 3gdq456 libtool@2.5.4 /home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.5.4-3gdq456decrkzdhi7hwf3ndgvixvmu3n (0s)
-[ ] bvphs3b perl@5.42.0 relocating (0s)
-[+] bvphs3b perl@5.42.0 /home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-bvphs3b3jahsyypadzj7kwfb23egjgb5 (0s)
-[ ] yhkgfai automake@1.18.1 fetching from build cache (0s)
[ ] jo3eg4r autoconf@2.72 fetching from build cache (0s)
-[ ] yhkgfai automake@1.18.1 relocating (0s)
-[ ] jo3eg4r autoconf@2.72 relocating (0s)
-[+] yhkgfai automake@1.18.1 /home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.18.1-yhkgfaibmqj5ww5wfesjkdtrwpndwdtm (0s)
-[+] jo3eg4r autoconf@2.72 /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj (0s)
+[ ] 3gdq456 libtool@2.5.4 relocating (1s)
+[ ] jo3eg4r autoconf@2.72 relocating (1s)
+[+] jo3eg4r autoconf@2.72 /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj (1s)
+[+] 3gdq456 libtool@2.5.4 /home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.5.4-3gdq456decrkzdhi7hwf3ndgvixvmu3n (1s)
[ ] 5txfucc tutorial-mpileaks@1.0 staging (0s)
[ ] 5txfucc tutorial-mpileaks@1.0 autoreconf (0s)
-[ ] 5txfucc tutorial-mpileaks@1.0 configure (3s)
-[x] 5txfucc tutorial-mpileaks@1.0 failed: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c-usu4vg6q.log (4s)
--- lines 1 to 7 --
-> /home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0
- env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir)
- ==> No patches needed for tutorial-mpileaks
- ==> tutorial-mpileaks: Executing phase: 'autoreconf'
- ==> [2026-06-19-08:14:27.539121] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force
- autoreconf: export WARNINGS=
- autoreconf: Entering directory '.'
--- lines 18 to 46 --
+[ ] 5txfucc tutorial-mpileaks@1.0 configure (4s)
+[x] 5txfucc tutorial-mpileaks@1.0 failed: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c-4fpudkri.log (5s)
+-- lines 16 to 44 --
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
@@ -79,10 +56,10 @@ $ spack install tutorial-mpileaks
src/Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
==> tutorial-mpileaks: Executing phase: 'configure'
- ==> [2026-06-19-08:14:30.242239] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src'] ['configure']
- ==> [2026-06-19-08:14:30.242759] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src'] ['configure']
- ==> [2026-06-19-08:14:30.243009] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
--- lines 85 to 93 --
+ ==> [2026-07-07-04:22:14.517412] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src'] ['configure']
+ ==> [2026-07-07-04:22:14.518189] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src'] ['configure']
+ ==> [2026-07-07-04:22:14.518478] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
+-- lines 83 to 91 --
checking for mpipgcc... no
Checking whether not-found responds to '-showme:compile'... no
Checking whether not-found responds to '-showme'... no
@@ -93,4 +70,4 @@ $ spack install tutorial-mpileaks
Command exited with status 1:
/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c
==> Error: The following packages failed to install:
-tutorial-mpileaks@1.0/5txfucci42vvbfv3pw52fe2sf463qo7c: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c-usu4vg6q.log
+tutorial-mpileaks@1.0/5txfucci42vvbfv3pw52fe2sf463qo7c: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c-4fpudkri.log
diff --git a/outputs/packaging/install-mpileaks-2.out b/outputs/packaging/install-mpileaks-2.out
index 460c3eedbc..9763783c43 100644
--- a/outputs/packaging/install-mpileaks-2.out
+++ b/outputs/packaging/install-mpileaks-2.out
@@ -1,43 +1,32 @@
$ spack install tutorial-mpileaks
[ ] 52pdqqj boost@1.72.0 fetching from build cache (0s)
[ ] rji2bti libdwarf@2.3.0 fetching from build cache (0s)
-[ ] qqik7au elfutils@0.194 fetching from build cache (0s)
[ ] ftcprn4 libiberty@2.46.0 fetching from build cache (0s)
-[ ] rji2bti libdwarf@2.3.0 relocating (0s)
[ ] tf2gxcs intel-tbb@2023.0.0 fetching from build cache (0s)
[ ] 52pdqqj boost@1.72.0 relocating (0s)
[ ] ftcprn4 libiberty@2.46.0 relocating (0s)
-[ ] qqik7au elfutils@0.194 relocating (0s)
+[ ] rji2bti libdwarf@2.3.0 relocating (0s)
[ ] tf2gxcs intel-tbb@2023.0.0 relocating (0s)
[+] ftcprn4 libiberty@2.46.0 /home/spack/spack/opt/spack/linux-x86_64_v3/libiberty-2.46.0-ftcprn47kvuxpcbvjd5vif65cwsjvlbs (0s)
[+] rji2bti libdwarf@2.3.0 /home/spack/spack/opt/spack/linux-x86_64_v3/libdwarf-2.3.0-rji2bticj7x5325wtwkqpshluismdgnd (0s)
[+] tf2gxcs intel-tbb@2023.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/intel-tbb-2023.0.0-tf2gxcsr5vyiegaieu6kjw2mrhnm265k (0s)
-[+] qqik7au elfutils@0.194 /home/spack/spack/opt/spack/linux-x86_64_v3/elfutils-0.194-qqik7au6w4bh7xtueccxmiemdstoof2i (0s)
-[+] 52pdqqj boost@1.72.0 /home/spack/spack/opt/spack/linux-x86_64_v3/boost-1.72.0-52pdqqjhv3llivj6z7zj57d3ob3vfblp (1s)
-[ ] naehq6l adept-utils@1.0.1 fetching from build cache (0s)
+[+] 52pdqqj boost@1.72.0 /home/spack/spack/opt/spack/linux-x86_64_v3/boost-1.72.0-52pdqqjhv3llivj6z7zj57d3ob3vfblp (5s)
[ ] kurk3h3 dyninst@13.0.0 fetching from build cache (0s)
+[ ] naehq6l adept-utils@1.0.1 fetching from build cache (0s)
[ ] naehq6l adept-utils@1.0.1 relocating (0s)
[ ] kurk3h3 dyninst@13.0.0 relocating (0s)
[+] naehq6l adept-utils@1.0.1 /home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep (0s)
[+] kurk3h3 dyninst@13.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/dyninst-13.0.0-kurk3h3kbsklm4kfem6iwuwr422fvspl (0s)
[ ] xksxwmq callpath@1.0.4 fetching from build cache (0s)
[ ] xksxwmq callpath@1.0.4 relocating (0s)
-[+] xksxwmq callpath@1.0.4 /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6 (0s)
+[+] xksxwmq callpath@1.0.4 /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6 (1s)
[ ] olkbps3 tutorial-mpileaks@1.0 fetching from build cache (0s)
-[ ] olkbps3 tutorial-mpileaks@1.0 no binary available (1s)
+[ ] olkbps3 tutorial-mpileaks@1.0 no binary available (0s)
[ ] olkbps3 tutorial-mpileaks@1.0 staging (0s)
[ ] olkbps3 tutorial-mpileaks@1.0 autoreconf (1s)
-[ ] olkbps3 tutorial-mpileaks@1.0 configure (4s)
-[x] olkbps3 tutorial-mpileaks@1.0 failed: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije-3tcl7zd7.log (4s)
--- lines 1 to 7 --
-> /home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0
- env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir)
- ==> No patches needed for tutorial-mpileaks
- ==> tutorial-mpileaks: Executing phase: 'autoreconf'
- ==> [2026-06-19-08:14:41.833830] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force
- autoreconf: export WARNINGS=
- autoreconf: Entering directory '.'
--- lines 18 to 46 --
+[ ] olkbps3 tutorial-mpileaks@1.0 configure (5s)
+[x] olkbps3 tutorial-mpileaks@1.0 failed: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije-ry4cehan.log (6s)
+-- lines 16 to 44 --
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
@@ -64,10 +53,10 @@ $ spack install tutorial-mpileaks
src/Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
==> tutorial-mpileaks: Executing phase: 'configure'
- ==> [2026-06-19-08:14:44.659730] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
- ==> [2026-06-19-08:14:44.660326] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
- ==> [2026-06-19-08:14:44.660557] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
--- lines 78 to 86 --
+ ==> [2026-07-07-04:22:41.112767] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
+ ==> [2026-07-07-04:22:41.113432] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure']
+ ==> [2026-07-07-04:22:41.113678] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
+-- lines 76 to 84 --
checking whether the compiler supports GNU C++... yes
checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ accepts -g... yes
checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ option to enable C++11 features... none needed
@@ -78,4 +67,4 @@ $ spack install tutorial-mpileaks
Command exited with status 1:
/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije
==> Error: The following packages failed to install:
-tutorial-mpileaks@1.0/olkbps3ghmpiiy4dserbxgj5hlsm5ije: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije-3tcl7zd7.log
+tutorial-mpileaks@1.0/olkbps3ghmpiiy4dserbxgj5hlsm5ije: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije-ry4cehan.log
diff --git a/outputs/packaging/install-mpileaks-3.out b/outputs/packaging/install-mpileaks-3.out
index 7b679c863a..05f421ae3f 100644
--- a/outputs/packaging/install-mpileaks-3.out
+++ b/outputs/packaging/install-mpileaks-3.out
@@ -3,7 +3,7 @@ $ spack install tutorial-mpileaks
[ ] 5smq7eq tutorial-mpileaks@1.0 no binary available (0s)
[ ] 5smq7eq tutorial-mpileaks@1.0 staging (0s)
[ ] 5smq7eq tutorial-mpileaks@1.0 autoreconf (0s)
-[ ] 5smq7eq tutorial-mpileaks@1.0 configure (3s)
-[ ] 5smq7eq tutorial-mpileaks@1.0 build (5s)
-[ ] 5smq7eq tutorial-mpileaks@1.0 install (7s)
-[+] 5smq7eq tutorial-mpileaks@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-5smq7equpaqqthqmmb5k4ysmlppr5y5w (7s)
+[ ] 5smq7eq tutorial-mpileaks@1.0 configure (4s)
+[ ] 5smq7eq tutorial-mpileaks@1.0 build (8s)
+[ ] 5smq7eq tutorial-mpileaks@1.0 install (17s)
+[+] 5smq7eq tutorial-mpileaks@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-5smq7equpaqqthqmmb5k4ysmlppr5y5w (17s)
diff --git a/outputs/packaging/install-mpileaks-4.out b/outputs/packaging/install-mpileaks-4.out
index 478075ee80..dff2ab2473 100644
--- a/outputs/packaging/install-mpileaks-4.out
+++ b/outputs/packaging/install-mpileaks-4.out
@@ -1,14 +1,12 @@
$ spack install --verbose tutorial-mpileaks stackstart=4
[ ] uqw7gjz tutorial-mpileaks@1.0 fetching from build cache (0s)
[ ] uqw7gjz tutorial-mpileaks@1.0 no binary available (0s)
-/home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0
- env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir)
[ ] uqw7gjz tutorial-mpileaks@1.0 staging (0s)
==> Using cached archive: /home/spack/spack/var/spack/cache/_source-cache/archive/24/24c706591bdcd84541e19389a9314813ce848035ee877e213d528b184f4b43f9.tar.gz
==> No patches needed for tutorial-mpileaks
[ ] uqw7gjz tutorial-mpileaks@1.0 autoreconf (0s)
==> tutorial-mpileaks: Executing phase: 'autoreconf'
-==> [2026-06-19-08:15:04.132963] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force
+==> [2026-07-07-04:23:23.645690] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
@@ -46,15 +44,15 @@ configure.ac:19: installing 'config/missing'
src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
-[ ] uqw7gjz tutorial-mpileaks@1.0 configure (3s)
+[ ] uqw7gjz tutorial-mpileaks@1.0 configure (4s)
==> tutorial-mpileaks: Executing phase: 'configure'
-==> [2026-06-19-08:15:06.999128] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['configure']
-==> [2026-06-19-08:15:06.999445] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['configure']
-==> [2026-06-19-08:15:06.999596] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
-==> [2026-06-19-08:15:07.012575] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"]
-==> [2026-06-19-08:15:07.024255] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"]
-==> [2026-06-19-08:15:07.035820] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"]
-==> [2026-06-19-08:15:07.048639] /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o --with-adept-utils=/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep --with-callpath=/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6 --with-stack-start-c=4 --with-stack-start-fortran=4
+==> [2026-07-07-04:23:27.623251] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['configure']
+==> [2026-07-07-04:23:27.624019] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['configure']
+==> [2026-07-07-04:23:27.624363] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"]
+==> [2026-07-07-04:23:27.655587] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"]
+==> [2026-07-07-04:23:27.686187] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"]
+==> [2026-07-07-04:23:27.716835] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"]
+==> [2026-07-07-04:23:27.748528] /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o --with-adept-utils=/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep --with-callpath=/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6 --with-stack-start-c=4 --with-stack-start-fortran=4
checking metadata... no
checking installation directory variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
@@ -102,7 +100,7 @@ checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
-checking the maximum length of command line arguments... 1572864
+checking the maximum length of command line arguments... 3145728
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
@@ -171,54 +169,53 @@ config.status: creating scripts/srun-mpileaksf
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
-==> [2026-06-19-08:15:09.679538] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['libtool']
-==> [2026-06-19-08:15:09.680083] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['libtool']
-==> [2026-06-19-08:15:09.680398] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^wl=""$"]
-==> [2026-06-19-08:15:09.688501] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
-==> [2026-06-19-08:15:09.690274] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
-==> [2026-06-19-08:15:09.691892] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
-==> [2026-06-19-08:15:09.693457] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
-[ ] uqw7gjz tutorial-mpileaks@1.0 build (6s)
+==> [2026-07-07-04:23:31.232355] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['libtool']
+==> [2026-07-07-04:23:31.233191] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['libtool']
+==> [2026-07-07-04:23:31.233691] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^wl=""$"]
+==> [2026-07-07-04:23:31.250462] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
+==> [2026-07-07-04:23:31.254625] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
+==> [2026-07-07-04:23:31.259257] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
+==> [2026-07-07-04:23:31.263125] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"]
+[ ] uqw7gjz tutorial-mpileaks@1.0 build (8s)
==> tutorial-mpileaks: Executing phase: 'build'
-==> [2026-06-19-08:15:09.695214] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make V=1
+==> [2026-07-07-04:23:31.267236] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make V=1
Making all in scripts
make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts'
Making all in src
make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/src'
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c -o mpileaks.lo mpileaks.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c -o comm.lo comm.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c -o datatype.lo datatype.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c -o errhandler.lo errhandler.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c -o fileio.lo fileio.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c -o group.lo group.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c -o keyval.lo keyval.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c -o op.lo op.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c -o request.lo request.cpp
-/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c -o win.lo win.cpp
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -fPIC -DPIC -o .libs/errhandler.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -fPIC -DPIC -o .libs/group.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -fPIC -DPIC -o .libs/request.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -fPIC -DPIC -o .libs/comm.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -fPIC -DPIC -o .libs/op.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -fPIC -DPIC -o .libs/datatype.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -fPIC -DPIC -o .libs/fileio.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -fPIC -DPIC -o .libs/mpileaks.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -fPIC -DPIC -o .libs/info.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -fPIC -DPIC -o .libs/mem.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -fPIC -DPIC -o .libs/win.o
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -fPIC -DPIC -o .libs/keyval.o
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c -o mpileaks.lo mpileaks.cpp
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c -o comm.lo comm.cpp
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c -o datatype.lo datatype.cpp
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c -o errhandler.lo errhandler.cpp
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -fPIC -DPIC -o .libs/mpileaks.o
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -fPIC -DPIC -o .libs/comm.o
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -fPIC -DPIC -o .libs/datatype.o
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -fPIC -DPIC -o .libs/errhandler.o
+errhandler.cpp: In function 'int MPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), ompi_errhandler_t**)':
+errhandler.cpp:33:34: warning: 'int PMPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), ompi_errhandler_t**)' is deprecated: PMPI_Errhandler_create was removed in MPI-3.0. Use PMPI_Comm_create_errhandler instead. continuing... [-Wdeprecated-declarations]
+ 33 | int rc = PMPI_Errhandler_create(function, eh);
+ | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
datatype.cpp: In function 'int MPI_Type_hvector(int, int, MPI_Aint, MPI_Datatype, ompi_datatype_t**)':
datatype.cpp:60:29: warning: 'int PMPI_Type_hvector(int, int, MPI_Aint, MPI_Datatype, ompi_datatype_t**)' is deprecated: PMPI_Type_hvector was removed in MPI-3.0. Use PMPI_Type_create_hvector instead. continuing... [-Wdeprecated-declarations]
60 | int rc = PMPI_Type_hvector(count, blocklength, stride, oldtype, newtype);
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+In file included from errhandler.cpp:10:
+/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3122:20: note: declared here
+ 3122 | OMPI_DECLSPEC int PMPI_Errhandler_create(MPI_Handler_function *function,
+ | ^~~~~~~~~~~~~~~~~~~~~~
In file included from datatype.cpp:10:
/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3148:20: note: declared here
3148 | OMPI_DECLSPEC int PMPI_Type_hvector(int count, int blocklength, MPI_Aint stride,
| ^~~~~~~~~~~~~~~~~
+errhandler.cpp: In function 'int MPI_Errhandler_get(MPI_Comm, ompi_errhandler_t**)':
+errhandler.cpp:40:31: warning: 'int PMPI_Errhandler_get(MPI_Comm, ompi_errhandler_t**)' is deprecated: PMPI_Errhandler_get was removed in MPI-3.0. Use PMPI_Comm_get_errhandler instead. continuing... [-Wdeprecated-declarations]
+ 40 | int rc = PMPI_Errhandler_get(comm, eh);
+ | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
+/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3127:20: note: declared here
+ 3127 | OMPI_DECLSPEC int PMPI_Errhandler_get(MPI_Comm comm, MPI_Errhandler *errhandler)
+ | ^~~~~~~~~~~~~~~~~~~
datatype.cpp: In function 'int MPI_Type_hindexed(int, int*, MPI_Aint*, MPI_Datatype, ompi_datatype_t**)':
datatype.cpp:78:30: warning: 'int PMPI_Type_hindexed(int, int*, MPI_Aint*, MPI_Datatype, ompi_datatype_t**)' is deprecated: PMPI_Type_hindexed was removed in MPI-3.0. Use PMPI_Type_create_hindexed instead. continuing... [-Wdeprecated-declarations]
78 | int rc = PMPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements,
@@ -237,6 +234,22 @@ datatype.cpp:88:28: warning: 'int PMPI_Type_struct(int, int*, MPI_Aint*, ompi_da
/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3160:20: note: declared here
3160 | OMPI_DECLSPEC int PMPI_Type_struct(int count, int array_of_blocklengths[],
| ^~~~~~~~~~~~~~~~
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -o mpileaks.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -o errhandler.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -o datatype.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -o comm.o >/dev/null 2>&1
+mv -f .deps/mpileaks.Tpo .deps/mpileaks.Plo
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c -o fileio.lo fileio.cpp
+mv -f .deps/errhandler.Tpo .deps/errhandler.Plo
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -fPIC -DPIC -o .libs/fileio.o
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c -o group.lo group.cpp
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -fPIC -DPIC -o .libs/group.o
+mv -f .deps/datatype.Tpo .deps/datatype.Plo
+mv -f .deps/comm.Tpo .deps/comm.Plo
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.cpp
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c -o keyval.lo keyval.cpp
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -fPIC -DPIC -o .libs/keyval.o
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -fPIC -DPIC -o .libs/info.o
keyval.cpp: In function 'int MPI_Keyval_create(int (*)(MPI_Comm, int, void*, void*, void*, int*), int (*)(MPI_Comm, int, void*, void*), int*, void*)':
keyval.cpp:38:30: warning: 'int PMPI_Keyval_create(int (*)(MPI_Comm, int, void*, void*, void*, int*), int (*)(MPI_Comm, int, void*, void*), int*, void*)' is deprecated: PMPI_Keyval_create was deprecated in MPI-2.0; use PMPI_Comm_create_keyval instead. [-Wdeprecated-declarations]
38 | int rc = PMPI_Keyval_create(copy_fn, delete_fn, keyval, extra_state);
@@ -252,44 +265,29 @@ keyval.cpp:93:28: warning: 'int PMPI_Keyval_free(int*)' is deprecated: PMPI_Keyv
/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3061:20: note: declared here
3061 | OMPI_DECLSPEC int PMPI_Keyval_free(int *keyval)
| ^~~~~~~~~~~~~~~~
-errhandler.cpp: In function 'int MPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), ompi_errhandler_t**)':
-errhandler.cpp:33:34: warning: 'int PMPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), ompi_errhandler_t**)' is deprecated: PMPI_Errhandler_create was removed in MPI-3.0. Use PMPI_Comm_create_errhandler instead. continuing... [-Wdeprecated-declarations]
- 33 | int rc = PMPI_Errhandler_create(function, eh);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
-In file included from errhandler.cpp:10:
-/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3122:20: note: declared here
- 3122 | OMPI_DECLSPEC int PMPI_Errhandler_create(MPI_Handler_function *function,
- | ^~~~~~~~~~~~~~~~~~~~~~
-errhandler.cpp: In function 'int MPI_Errhandler_get(MPI_Comm, ompi_errhandler_t**)':
-errhandler.cpp:40:31: warning: 'int PMPI_Errhandler_get(MPI_Comm, ompi_errhandler_t**)' is deprecated: PMPI_Errhandler_get was removed in MPI-3.0. Use PMPI_Comm_get_errhandler instead. continuing... [-Wdeprecated-declarations]
- 40 | int rc = PMPI_Errhandler_get(comm, eh);
- | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
-/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3127:20: note: declared here
- 3127 | OMPI_DECLSPEC int PMPI_Errhandler_get(MPI_Comm comm, MPI_Errhandler *errhandler)
- | ^~~~~~~~~~~~~~~~~~~
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -o mem.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -o fileio.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -o win.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -o mpileaks.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -o info.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -o group.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -o datatype.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -o op.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -o comm.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -o keyval.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -o errhandler.o >/dev/null 2>&1
-libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -o request.o >/dev/null 2>&1
-mv -f .deps/mem.Tpo .deps/mem.Plo
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -o fileio.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -o info.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -o group.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -o keyval.o >/dev/null 2>&1
mv -f .deps/fileio.Tpo .deps/fileio.Plo
-mv -f .deps/win.Tpo .deps/win.Plo
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.cpp
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -fPIC -DPIC -o .libs/mem.o
mv -f .deps/info.Tpo .deps/info.Plo
-mv -f .deps/mpileaks.Tpo .deps/mpileaks.Plo
-mv -f .deps/op.Tpo .deps/op.Plo
-mv -f .deps/datatype.Tpo .deps/datatype.Plo
-mv -f .deps/group.Tpo .deps/group.Plo
-mv -f .deps/comm.Tpo .deps/comm.Plo
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c -o op.lo op.cpp
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -fPIC -DPIC -o .libs/op.o
mv -f .deps/keyval.Tpo .deps/keyval.Plo
-mv -f .deps/errhandler.Tpo .deps/errhandler.Plo
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c -o request.lo request.cpp
+mv -f .deps/group.Tpo .deps/group.Plo
+/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c -o win.lo win.cpp
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -fPIC -DPIC -o .libs/request.o
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -fPIC -DPIC -o .libs/win.o
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -o mem.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -o op.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -o win.o >/dev/null 2>&1
+libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -o request.o >/dev/null 2>&1
+mv -f .deps/mem.Tpo .deps/mem.Plo
+mv -f .deps/op.Tpo .deps/op.Plo
+mv -f .deps/win.Tpo .deps/win.Plo
mv -f .deps/request.Tpo .deps/request.Plo
/bin/bash ../libtool --tag=CXX --mode=link /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -g -O2 -avoid-version -o libmpileaks.la -rpath /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib mpileaks.lo comm.lo datatype.lo errhandler.lo fileio.lo group.lo info.lo keyval.lo mem.lo op.lo request.lo win.lo -L/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/lib -ladept_cutils -ladept_timing -ladept_utils -L/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/lib -lcallpath
libtool: link: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/15/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/15/crtbeginS.o .libs/mpileaks.o .libs/comm.o .libs/datatype.o .libs/errhandler.o .libs/fileio.o .libs/group.o .libs/info.o .libs/keyval.o .libs/mem.o .libs/op.o .libs/request.o .libs/win.o -L/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/lib -ladept_cutils -ladept_timing -ladept_utils -L/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/lib -lcallpath -L/usr/lib/gcc/x86_64-linux-gnu/15 -L/usr/lib/gcc/x86_64-linux-gnu/15/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/15/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/15/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/15/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/15/../../../x86_64-linux-gnu/crtn.o -g -O2 -Wl,-soname -Wl,libmpileaks.so -o .libs/libmpileaks.so
@@ -304,9 +302,9 @@ make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks
make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'
-[ ] uqw7gjz tutorial-mpileaks@1.0 install (7s)
+[ ] uqw7gjz tutorial-mpileaks@1.0 install (17s)
==> tutorial-mpileaks: Executing phase: 'install'
-==> [2026-06-19-08:15:11.355488] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make install
+==> [2026-07-07-04:23:40.363940] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make install
Making install in scripts
make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts'
make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts'
@@ -362,6 +360,6 @@ make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/install -c -m 644 README '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/share/mpileaks'
make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'
make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'
-==> [2026-06-19-08:15:11.535635] Find (max depth = None): ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o'] ['*.la']
-==> [2026-06-19-08:15:11.536099] Find complete: ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o'] ['*.la']
-[+] uqw7gjz tutorial-mpileaks@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o (7s)
+==> [2026-07-07-04:23:40.542820] Find (max depth = None): ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o'] ['*.la']
+==> [2026-07-07-04:23:40.543446] Find complete: ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o'] ['*.la']
+[+] uqw7gjz tutorial-mpileaks@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o (17s)
diff --git a/outputs/packaging/repo-config.out b/outputs/packaging/repo-config.out
index 1dfe00c408..28f1402c06 100644
--- a/outputs/packaging/repo-config.out
+++ b/outputs/packaging/repo-config.out
@@ -3,3 +3,4 @@ repos:
tutorial: /home/spack/my_pkgs/spack_repo/tutorial
builtin:
git: https://github.com/spack/spack-packages.git
+ branch: releases/v2026.06
diff --git a/outputs/scripting/find-exclude-1.out b/outputs/scripting/find-exclude-1.out
index 2822ce494a..0e7ccfc87c 100644
--- a/outputs/scripting/find-exclude-1.out
+++ b/outputs/scripting/find-exclude-1.out
@@ -1,75 +1,56 @@
$ spack python find_exclude.py %gcc ^mpich
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx,fortran=gcc@11.4.0 ------
-mpich@4.3.2 openmpi@5.0.8 scr@2.0.0 trilinos@16.1.0
-openblas@0.3.30 scr@2.0.0 silo@4.11.1
-
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx,fortran=gcc@12.3.0 ------
-mpich@4.3.2 openblas@0.3.30 openmpi@5.0.8 py-scikit-build-core@0.11.5 py-scipy@1.16.3
-
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@11.4.0 --------------
-adept-utils@1.0.1 expat@2.7.3 libdwarf@2.1.0 openssl@3.6.0
-berkeley-db@18.1.40 flex@2.6.3 libffi@3.5.2 openssl@3.6.0
-bison@3.8.2 gcc@12.3.0 libiberty@2.41 python@3.11.14
-boost@1.72.0 gettext@0.23.1 lua@5.4.6 python@3.14.0
-callpath@1.0.4 gettext@0.23.1 lz4@1.10.0 re2c@3.1
-cmake@3.31.9 glib@2.86.1 m4@1.4.20 tcl@8.6.17
-cmake@3.31.9 glib-bootstrap@2.86.1 macsio@1.1 tcl@8.6.17
-curl@8.15.0 gmp@6.3.0 macsio@1.1 texinfo@7.2
-curl@8.15.0 hwloc@2.12.2 ncurses@6.5-20250705 zlib-ng@2.0.7
-dyninst@13.0.0 hwloc@2.12.2 nghttp2@1.48.0 zlib-ng@2.2.4
-ed@1.4 intel-tbb@2022.3.0 ninja@1.13.0 zstd@1.5.7
-elfutils@0.193 krb5@1.21.3 openssh@9.9p1
-
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@12.3.0 --------------
-cmake@3.31.9 gettext@0.23.1 libffi@3.5.2 openssl@3.6.0 python@3.14.0
-curl@8.15.0 hwloc@2.12.2 ncurses@6.5-20250705 py-cython@3.1.3 zlib-ng@2.2.4
-expat@2.7.3 krb5@1.21.3 openssh@9.9p1 py-numpy@2.3.4 zstd@1.5.7
-
--- linux-ubuntu22.04-x86_64_v3 / %c,fortran=gcc@11.4.0 ----------
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx,fortran=gcc@15.2.0 ------
+mpich@5.0.1 openmpi@5.0.10 scr@2.0.0 trilinos@17.1.1
+openblas@0.3.33 scr@2.0.0 silo@4.12.0
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx,fortran=gcc@16.1.0 ------
+mpich@5.0.1 openblas@0.3.33 openmpi@5.0.10 py-scipy@1.17.1
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@15.2.0 --------------
+adept-utils@1.0.1 dyninst@13.0.0 hwloc@2.13.0 m4@1.4.21 python@3.14.5
+berkeley-db@18.1.40 elfutils@0.194 intel-tbb@2023.0.0 macsio@1.1 tcl@8.6.17
+binutils@2.46.1 expat@2.8.1 krb5@1.22.2 macsio@1.1 zlib-ng@2.0.7
+boost@1.72.0 gcc@16.1.0 libdwarf@2.3.0 ncurses@6.6 zlib-ng@2.3.3
+callpath@1.0.4 gettext@1.0 libffi@3.5.2 nghttp2@1.67.1 zlib-ng@2.3.3
+cmake@3.31.11 glib@2.88.1 libiberty@2.46.0 openssh@10.3p1 zlib-ng@2.3.3
+curl@8.20.0 gmp@6.3.0 lz4@1.10.0 openssl@3.6.1 zstd@1.5.7
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@16.1.0 --------------
+expat@2.8.1 hwloc@2.13.0 libffi@3.5.2 openssh@10.3p1 py-numpy@2.4.6 zlib-ng@2.3.3
+gettext@1.0 krb5@1.22.2 ncurses@6.6 openssl@3.6.1 python@3.14.5 zstd@1.5.7
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,fortran=gcc@15.2.0 ----------
libyogrt@1.35
--- linux-ubuntu22.04-x86_64_v3 / %c,fortran=gcc@12.3.0 ----------
-netlib-lapack@3.12.1 netlib-scalapack@2.2.2 netlib-scalapack@2.2.2
-
--- linux-ubuntu22.04-x86_64_v3 / %c=gcc@10.5.0 ------------------
-gmake@4.4.1
-
--- linux-ubuntu22.04-x86_64_v3 / %c=gcc@11.4.0 ------------------
-automake@1.16.5 libgcrypt@1.11.2 pcre2@10.44
-automake@1.16.5 libgpg-error@1.55 pdsh@2.31
-bc@1.07.1 libiconv@1.18 perl@5.42.0
-bzip2@1.0.8 libmd@1.1.0 perl@5.42.0
-diffutils@3.12 libpciaccess@0.17 pigz@2.8
-dtcmp@1.1.5 libsigsegv@2.14 pigz@2.8
-findutils@4.10.0 libssh2@1.11.1 pkgconf@2.5.1
-gawk@5.3.1 libtool@2.4.7 pmix@6.0.0
-gdbm@1.25 libxcrypt@4.4.38 prrte@4.0.0
-gmake@4.4.1 libxml2@2.13.5 readline@8.3
-gmake@4.4.1 libxml2@2.13.5 slurm@25-05-1-1
-gobject-introspection@1.86.0 lmod@8.7.18 sqlite@3.50.4
-hdf5@1.14.6 lua-luafilesystem@1.8.0 sqlite@3.50.4
-hdf5@1.14.6 lua-luaposix@36.1 tar@1.35
-json-c@0.18 lwgrp@1.0.6 tar@1.35
-json-cwx@0.12 mbedtls@2.28.9 unzip@6.0
-libbsd@0.12.2 mpc@1.3.1 util-linux-uuid@2.41
-libedit@3.1-20240808 mpfr@4.2.1 xz@5.6.3
-libevent@2.1.12 munge@0.5.15 yaksa@0.4
-libfabric@2.3.1 numactl@2.0.18
-
--- linux-ubuntu22.04-x86_64_v3 / %c=gcc@12.3.0 ------------------
-automake@1.16.5 libevent@2.1.12 libxcrypt@4.4.38 py-meson-python@0.18.0
-bzip2@1.0.8 libfabric@2.3.1 libxml2@2.13.5 readline@8.3
-diffutils@3.12 libiconv@1.18 numactl@2.0.18 sqlite@3.50.4
-gdbm@1.25 libidn2@2.3.7 perl@5.42.0 tar@1.35
-git@2.48.1 libmd@1.1.0 pigz@2.8 util-linux-uuid@2.41
-libbsd@0.12.2 libpciaccess@0.17 pmix@6.0.0 xz@5.6.3
-libedit@3.1-20240808 libunistring@1.2 prrte@4.0.0 yaksa@0.4
-
--- linux-ubuntu22.04-x86_64_v3 / %cxx=gcc@11.4.0 ----------------
-kokkos@4.5.01 kokkos-kernels@4.5.01
-
--- linux-ubuntu22.04-x86_64_v3 / %cxx=gcc@12.3.0 ----------------
-py-pybind11@3.0.1 py-pythran@0.18.0
-
--- linux-ubuntu22.04-x86_64_v3 / no compilers -------------------
-gcc-runtime@10.5.0 gcc-runtime@11.4.0 gcc-runtime@11.4.0 gcc-runtime@12.3.0
+-- linux-ubuntu26.04-x86_64_v3 / %c,fortran=gcc@16.1.0 ----------
+netlib-lapack@3.12.1 netlib-scalapack@2.2.3 netlib-scalapack@2.2.3
+
+-- linux-ubuntu26.04-x86_64_v3 / %c=gcc@15.2.0 ------------------
+automake@1.18.1 libbsd@0.12.2 lmod@8.7.67 pkgconf@2.5.1
+bzip2@1.0.8 libedit@3.1-20251016 lua@5.4.8 pmix@6.1.0
+dtcmp@1.1.5 libevent@2.1.12 lua-luafilesystem@1.9.0 prrte@4.1.0
+file@5.46 libfabric@2.5.1 lua-luaposix@36.3 readline@8.3
+findutils@4.10.0 libgcrypt@1.12.2 lwgrp@1.0.6 slurm@25-05-1-1
+gdbm@1.26 libgpg-error@1.61 mpc@1.4.1 sqlite@3.53.1
+gmake@4.4.1 libiconv@1.18 mpfr@4.2.2 tar@1.35
+gmake@4.4.1 libmd@1.1.0 munge@0.5.18 unzip@6.0
+hdf5@1.14.6 libpciaccess@0.17 numactl@2.0.19 util-linux-uuid@2.41
+hdf5@1.14.6 libsigsegv@2.15 pcre2@10.44 xz@5.8.3
+json-c@0.18 libtool@2.5.4 pdsh@2.35
+json-cwx@0.12 libxcrypt@4.5.2 perl@5.42.0
+less@692 libxml2@2.15.3 pigz@2.8
+
+-- linux-ubuntu26.04-x86_64_v3 / %c=gcc@16.1.0 ------------------
+bzip2@1.0.8 libevent@2.1.12 libpciaccess@0.17 pigz@2.8 sqlite@3.53.1
+gdbm@1.26 libfabric@2.5.1 libxcrypt@4.5.2 pmix@6.1.0 tar@1.35
+libbsd@0.12.2 libiconv@1.18 libxml2@2.15.3 prrte@4.1.0 util-linux-uuid@2.41
+libedit@3.1-20251016 libmd@1.1.0 numactl@2.0.19 readline@8.3 xz@5.8.3
+
+-- linux-ubuntu26.04-x86_64_v3 / %cxx=gcc@15.2.0 ----------------
+kokkos@5.1.1 kokkos-kernels@5.1.1
+
+-- linux-ubuntu26.04-x86_64_v3 / %cxx=gcc@16.1.0 ----------------
+py-pybind11@3.0.2
+
+-- linux-ubuntu26.04-x86_64_v3 / no compilers -------------------
+gcc-runtime@15.2.0 gcc-runtime@15.2.0 gcc-runtime@16.1.0
diff --git a/outputs/scripting/find-exclude-2.out b/outputs/scripting/find-exclude-2.out
index 49fc8e0899..16a9fd588f 100644
--- a/outputs/scripting/find-exclude-2.out
+++ b/outputs/scripting/find-exclude-2.out
@@ -1,3 +1,3 @@
$ chmod u+x find_exclude.py
$ ./find_exclude.py %gcc ^mpich
-/usr/bin/env: ‘spack python’: Permission denied
+env: 'spack python': Permission denied
diff --git a/outputs/scripting/find-exclude-3.out b/outputs/scripting/find-exclude-3.out
index d5973a91a7..ad9610909b 100644
--- a/outputs/scripting/find-exclude-3.out
+++ b/outputs/scripting/find-exclude-3.out
@@ -1,75 +1,56 @@
$ ./find_exclude.py %gcc ^mpich
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx,fortran=gcc@11.4.0 ------
-mpich@4.3.2 openmpi@5.0.8 scr@2.0.0 trilinos@16.1.0
-openblas@0.3.30 scr@2.0.0 silo@4.11.1
-
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx,fortran=gcc@12.3.0 ------
-mpich@4.3.2 openblas@0.3.30 openmpi@5.0.8 py-scikit-build-core@0.11.5 py-scipy@1.16.3
-
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@11.4.0 --------------
-adept-utils@1.0.1 expat@2.7.3 libdwarf@2.1.0 openssl@3.6.0
-berkeley-db@18.1.40 flex@2.6.3 libffi@3.5.2 openssl@3.6.0
-bison@3.8.2 gcc@12.3.0 libiberty@2.41 python@3.11.14
-boost@1.72.0 gettext@0.23.1 lua@5.4.6 python@3.14.0
-callpath@1.0.4 gettext@0.23.1 lz4@1.10.0 re2c@3.1
-cmake@3.31.9 glib@2.86.1 m4@1.4.20 tcl@8.6.17
-cmake@3.31.9 glib-bootstrap@2.86.1 macsio@1.1 tcl@8.6.17
-curl@8.15.0 gmp@6.3.0 macsio@1.1 texinfo@7.2
-curl@8.15.0 hwloc@2.12.2 ncurses@6.5-20250705 zlib-ng@2.0.7
-dyninst@13.0.0 hwloc@2.12.2 nghttp2@1.48.0 zlib-ng@2.2.4
-ed@1.4 intel-tbb@2022.3.0 ninja@1.13.0 zstd@1.5.7
-elfutils@0.193 krb5@1.21.3 openssh@9.9p1
-
--- linux-ubuntu22.04-x86_64_v3 / %c,cxx=gcc@12.3.0 --------------
-cmake@3.31.9 gettext@0.23.1 libffi@3.5.2 openssl@3.6.0 python@3.14.0
-curl@8.15.0 hwloc@2.12.2 ncurses@6.5-20250705 py-cython@3.1.3 zlib-ng@2.2.4
-expat@2.7.3 krb5@1.21.3 openssh@9.9p1 py-numpy@2.3.4 zstd@1.5.7
-
--- linux-ubuntu22.04-x86_64_v3 / %c,fortran=gcc@11.4.0 ----------
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx,fortran=gcc@15.2.0 ------
+mpich@5.0.1 openmpi@5.0.10 scr@2.0.0 trilinos@17.1.1
+openblas@0.3.33 scr@2.0.0 silo@4.12.0
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx,fortran=gcc@16.1.0 ------
+mpich@5.0.1 openblas@0.3.33 openmpi@5.0.10 py-scipy@1.17.1
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@15.2.0 --------------
+adept-utils@1.0.1 dyninst@13.0.0 hwloc@2.13.0 m4@1.4.21 python@3.14.5
+berkeley-db@18.1.40 elfutils@0.194 intel-tbb@2023.0.0 macsio@1.1 tcl@8.6.17
+binutils@2.46.1 expat@2.8.1 krb5@1.22.2 macsio@1.1 zlib-ng@2.0.7
+boost@1.72.0 gcc@16.1.0 libdwarf@2.3.0 ncurses@6.6 zlib-ng@2.3.3
+callpath@1.0.4 gettext@1.0 libffi@3.5.2 nghttp2@1.67.1 zlib-ng@2.3.3
+cmake@3.31.11 glib@2.88.1 libiberty@2.46.0 openssh@10.3p1 zlib-ng@2.3.3
+curl@8.20.0 gmp@6.3.0 lz4@1.10.0 openssl@3.6.1 zstd@1.5.7
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,cxx=gcc@16.1.0 --------------
+expat@2.8.1 hwloc@2.13.0 libffi@3.5.2 openssh@10.3p1 py-numpy@2.4.6 zlib-ng@2.3.3
+gettext@1.0 krb5@1.22.2 ncurses@6.6 openssl@3.6.1 python@3.14.5 zstd@1.5.7
+
+-- linux-ubuntu26.04-x86_64_v3 / %c,fortran=gcc@15.2.0 ----------
libyogrt@1.35
--- linux-ubuntu22.04-x86_64_v3 / %c,fortran=gcc@12.3.0 ----------
-netlib-lapack@3.12.1 netlib-scalapack@2.2.2 netlib-scalapack@2.2.2
-
--- linux-ubuntu22.04-x86_64_v3 / %c=gcc@10.5.0 ------------------
-gmake@4.4.1
-
--- linux-ubuntu22.04-x86_64_v3 / %c=gcc@11.4.0 ------------------
-automake@1.16.5 libgcrypt@1.11.2 pcre2@10.44
-automake@1.16.5 libgpg-error@1.55 pdsh@2.31
-bc@1.07.1 libiconv@1.18 perl@5.42.0
-bzip2@1.0.8 libmd@1.1.0 perl@5.42.0
-diffutils@3.12 libpciaccess@0.17 pigz@2.8
-dtcmp@1.1.5 libsigsegv@2.14 pigz@2.8
-findutils@4.10.0 libssh2@1.11.1 pkgconf@2.5.1
-gawk@5.3.1 libtool@2.4.7 pmix@6.0.0
-gdbm@1.25 libxcrypt@4.4.38 prrte@4.0.0
-gmake@4.4.1 libxml2@2.13.5 readline@8.3
-gmake@4.4.1 libxml2@2.13.5 slurm@25-05-1-1
-gobject-introspection@1.86.0 lmod@8.7.18 sqlite@3.50.4
-hdf5@1.14.6 lua-luafilesystem@1.8.0 sqlite@3.50.4
-hdf5@1.14.6 lua-luaposix@36.1 tar@1.35
-json-c@0.18 lwgrp@1.0.6 tar@1.35
-json-cwx@0.12 mbedtls@2.28.9 unzip@6.0
-libbsd@0.12.2 mpc@1.3.1 util-linux-uuid@2.41
-libedit@3.1-20240808 mpfr@4.2.1 xz@5.6.3
-libevent@2.1.12 munge@0.5.15 yaksa@0.4
-libfabric@2.3.1 numactl@2.0.18
-
--- linux-ubuntu22.04-x86_64_v3 / %c=gcc@12.3.0 ------------------
-automake@1.16.5 libevent@2.1.12 libxcrypt@4.4.38 py-meson-python@0.18.0
-bzip2@1.0.8 libfabric@2.3.1 libxml2@2.13.5 readline@8.3
-diffutils@3.12 libiconv@1.18 numactl@2.0.18 sqlite@3.50.4
-gdbm@1.25 libidn2@2.3.7 perl@5.42.0 tar@1.35
-git@2.48.1 libmd@1.1.0 pigz@2.8 util-linux-uuid@2.41
-libbsd@0.12.2 libpciaccess@0.17 pmix@6.0.0 xz@5.6.3
-libedit@3.1-20240808 libunistring@1.2 prrte@4.0.0 yaksa@0.4
-
--- linux-ubuntu22.04-x86_64_v3 / %cxx=gcc@11.4.0 ----------------
-kokkos@4.5.01 kokkos-kernels@4.5.01
-
--- linux-ubuntu22.04-x86_64_v3 / %cxx=gcc@12.3.0 ----------------
-py-pybind11@3.0.1 py-pythran@0.18.0
-
--- linux-ubuntu22.04-x86_64_v3 / no compilers -------------------
-gcc-runtime@10.5.0 gcc-runtime@11.4.0 gcc-runtime@11.4.0 gcc-runtime@12.3.0
+-- linux-ubuntu26.04-x86_64_v3 / %c,fortran=gcc@16.1.0 ----------
+netlib-lapack@3.12.1 netlib-scalapack@2.2.3 netlib-scalapack@2.2.3
+
+-- linux-ubuntu26.04-x86_64_v3 / %c=gcc@15.2.0 ------------------
+automake@1.18.1 libbsd@0.12.2 lmod@8.7.67 pkgconf@2.5.1
+bzip2@1.0.8 libedit@3.1-20251016 lua@5.4.8 pmix@6.1.0
+dtcmp@1.1.5 libevent@2.1.12 lua-luafilesystem@1.9.0 prrte@4.1.0
+file@5.46 libfabric@2.5.1 lua-luaposix@36.3 readline@8.3
+findutils@4.10.0 libgcrypt@1.12.2 lwgrp@1.0.6 slurm@25-05-1-1
+gdbm@1.26 libgpg-error@1.61 mpc@1.4.1 sqlite@3.53.1
+gmake@4.4.1 libiconv@1.18 mpfr@4.2.2 tar@1.35
+gmake@4.4.1 libmd@1.1.0 munge@0.5.18 unzip@6.0
+hdf5@1.14.6 libpciaccess@0.17 numactl@2.0.19 util-linux-uuid@2.41
+hdf5@1.14.6 libsigsegv@2.15 pcre2@10.44 xz@5.8.3
+json-c@0.18 libtool@2.5.4 pdsh@2.35
+json-cwx@0.12 libxcrypt@4.5.2 perl@5.42.0
+less@692 libxml2@2.15.3 pigz@2.8
+
+-- linux-ubuntu26.04-x86_64_v3 / %c=gcc@16.1.0 ------------------
+bzip2@1.0.8 libevent@2.1.12 libpciaccess@0.17 pigz@2.8 sqlite@3.53.1
+gdbm@1.26 libfabric@2.5.1 libxcrypt@4.5.2 pmix@6.1.0 tar@1.35
+libbsd@0.12.2 libiconv@1.18 libxml2@2.15.3 prrte@4.1.0 util-linux-uuid@2.41
+libedit@3.1-20251016 libmd@1.1.0 numactl@2.0.19 readline@8.3 xz@5.8.3
+
+-- linux-ubuntu26.04-x86_64_v3 / %cxx=gcc@15.2.0 ----------------
+kokkos@5.1.1 kokkos-kernels@5.1.1
+
+-- linux-ubuntu26.04-x86_64_v3 / %cxx=gcc@16.1.0 ----------------
+py-pybind11@3.0.2
+
+-- linux-ubuntu26.04-x86_64_v3 / no compilers -------------------
+gcc-runtime@15.2.0 gcc-runtime@15.2.0 gcc-runtime@16.1.0
diff --git a/outputs/scripting/find-format.out b/outputs/scripting/find-format.out
index 28141ea1a1..82276731ce 100644
--- a/outputs/scripting/find-format.out
+++ b/outputs/scripting/find-format.out
@@ -1,109 +1,77 @@
$ spack find --format "{name} {version} {hash:10}"
-adept-utils 1.0.1 bkfrcjldbo m4 1.4.20 lxvpwtivih
-autoconf 2.72 nzbffupyig macsio 1.1 3uiweakny3
-autoconf 2.72 fgsf5ijzhn macsio 1.1 2qq3umgema
-autoconf 2.72 r3ant5t3pr mbedtls 2.28.9 bz3ghzheol
-autoconf-archive 2023.02.20 7p7gq7uzoa meson 1.8.5 muzyskyvwm
-automake 1.16.5 pzmnwzmdyf meson 1.8.5 c5mkho7hg3
-automake 1.16.5 6ib4pvm3dv mpc 1.3.1 sczvrkuwv7
-automake 1.16.5 zmzk4bb3og mpfr 4.2.1 m3nwaltjkw
-bc 1.07.1 s3qhnq46lg mpich 4.3.2 amwozyio5q
-berkeley-db 18.1.40 vdgigswy4f mpich 4.3.2 uaioo2homc
-bison 3.8.2 n7yzkylf4g munge 0.5.15 itsnhnf3jn
-boost 1.72.0 3bt6bi5q4j ncurses 6.5-20250705 ncdxq3juvb
-bzip2 1.0.8 x7t4najic2 ncurses 6.5-20250705 ytk4y2kvs7
-bzip2 1.0.8 zom5sydb4b netlib-lapack 3.12.1 rhz3ueke3w
-ca-certificates-mozilla 2025-08-12 etqlnw5hd6 netlib-scalapack 2.2.2 pglf7pu6w2
-callpath 1.0.4 p4i3pshhj3 netlib-scalapack 2.2.2 3t7cajdej6
-cmake 3.31.9 dmmnd4uqwk netlib-scalapack 2.2.2 apaz22ojhz
-cmake 3.31.9 4a7thjgehx netlib-scalapack 2.2.2 yxweja4r47
-cmake 3.31.9 ivvor7vdsq nghttp2 1.48.0 ft5kpbdiz6
-compiler-wrapper 1.0 ntccuj2fi3 ninja 1.13.0 2stmhpcux6
-curl 8.15.0 jtps3jq4as numactl 2.0.18 yzbm5q6nbl
-curl 8.15.0 zianoaa5jz numactl 2.0.18 t2nikrtxvu
-curl 8.15.0 isdtvvdzii openblas 0.3.30 dwjd7g2k2x
-diffutils 3.12 cih4xrzw7y openblas 0.3.30 qz3ay7bvee
-diffutils 3.12 msusunhi5v openmpi 5.0.8 tqxbnvoiw3
-dtcmp 1.1.5 2kcmd2x76s openmpi 5.0.8 p2gmhau5ko
-dyninst 13.0.0 jiygq6syjs openssh 9.9p1 cxdcxo5pdx
-ed 1.4 4cbvnhde46 openssh 9.9p1 lip7jtpgco
-elfutils 0.193 brbwl6lkh3 openssl 3.6.0 gv7wpik32u
-expat 2.7.3 7yr5v6w2xu openssl 3.6.0 oa4vrqqj43
-expat 2.7.3 ikeoatlzkk openssl 3.6.0 q4fenforzt
-findutils 4.10.0 irvrytslml pcre2 10.44 z5vjj7qwop
-flex 2.6.3 gmhq65uhcn pdsh 2.31 eicmuq5waz
-gawk 5.3.1 irhvzcha2s perl 5.42.0 62kt5y4kl7
-gcc 10.5.0 ntkvysydhi perl 5.42.0 cvuukniuti
-gcc 11.4.0 4xgkoptcic perl 5.42.0 jpuw66splu
-gcc 11.4.0 ml7cem5pfe pigz 2.8 kaz756eya6
-gcc 12.3.0 fmnvqo44pc pigz 2.8 zjrnsfoh55
-gcc-runtime 10.5.0 ahapkrsgqx pigz 2.8 bs2taxmcal
-gcc-runtime 11.4.0 dr7kup45za pkgconf 2.5.1 f4qiprwjcd
-gcc-runtime 11.4.0 nokfxvaa4a pmix 6.0.0 yqlblh6p4u
-gcc-runtime 12.3.0 pgwnyw7ukf pmix 6.0.0 76oyav4s3n
-gdbm 1.25 aq7qwy6yez prrte 4.0.0 buin62mint
-gdbm 1.25 y5bsvao3cx prrte 4.0.0 zalt7csrls
-gettext 0.23.1 cakgj4ntln py-beniget 0.4.2.post1 g6mqwbrfiy
-gettext 0.23.1 xxxc56npfd py-calver 2025.4.17 gnnyu6h5kx
-gettext 0.23.1 3f5v73yqnf py-cython 3.1.3 apuchub6dg
-git 2.48.1 aim32246be py-flit-core 3.12.0 55omqj2ucv
-glib 2.86.1 arsxi4dynj py-gast 0.6.0 xrd6sez3xn
-glib-bootstrap 2.86.1 dcark7n2gm py-hatch-vcs 0.5.0 44uhp2gd53
-glibc 2.35 jfjsr3pnni py-hatchling 1.27.0 qb7x6jyrjb
-glibc 2.35 qg7qyazcn2 py-meson-python 0.18.0 o6u3um7xjp
-gmake 4.4.1 ufbescpw7r py-numpy 2.3.4 ucqh5kunp6
-gmake 4.4.1 ikkzcakbjr py-packaging 25.0 j3t7cjg7qd
-gmake 4.4.1 4obn7cgqfw py-pathspec 0.12.1 wvr3fheyxt
-gmp 6.3.0 mj4re3lp3b py-pip 25.1.1 hjc6yfd2ld
-gobject-introspection 1.86.0 zktpj7scqi py-pip 25.1.1 qwew5rgzuu
-hdf5 1.14.6 7mm6knnnjx py-pluggy 1.6.0 2c2amjcima
-hdf5 1.14.6 vllfzb7aaz py-ply 3.11 xgx3hu4hlc
-hdf5 1.14.6 gdk3ghc3gh py-pybind11 3.0.1 b7sx7ll7um
-hwloc 2.12.2 4hos3725ny py-pyproject-metadata 0.9.1 sypchiv5ka
-hwloc 2.12.2 pmdeyoykxz py-pythran 0.18.0 w4fhoiyknp
-hwloc 2.12.2 wkj6z6mxka py-scikit-build-core 0.11.5 5r47zypnbt
-intel-tbb 2022.3.0 rbf737wu37 py-scipy 1.16.3 igjijidvsq
-json-c 0.18 5viqezvbwe py-setuptools 80.9.0 lnndrgestz
-json-cwx 0.12 xb3rsbkkz6 py-setuptools 80.9.0 urwrpfosir
-kokkos 4.5.01 k2pkvic65l py-setuptools-scm 8.2.1 xcq4maxl4u
-kokkos-kernels 4.5.01 qknxuyj5vb py-trove-classifiers 2025.9.11.17 cwn5qw7ibd
-krb5 1.21.3 hnmy4fwwly py-wheel 0.45.1 hpfn7k7fkr
-krb5 1.21.3 onmo4bvd2j py-wheel 0.45.1 vs4xbx3m62
-libbsd 0.12.2 ucrhsywwal python 3.11.14 rbf2x4id5w
-libbsd 0.12.2 zb37a5t5np python 3.14.0 pazbuxsobo
-libdwarf 2.1.0 l4t7fu7gmh python 3.14.0 yvs3szqzvv
-libedit 3.1-20240808 hdzcfgipuk python-venv 1.0 essoyki3al
-libedit 3.1-20240808 c5o6gvvaov python-venv 1.0 nrdm37joni
-libevent 2.1.12 lprginh6np re2c 3.1 axmwicsvae
-libevent 2.1.12 fn26hildna readline 8.3 c6d2zljdkl
-libfabric 2.3.1 n2l4ckstgt readline 8.3 eyfbskp7ur
-libfabric 2.3.1 7imejdfjny scr 2.0.0 xuzclql7mx
-libffi 3.5.2 zgro4twqg3 scr 2.0.0 f57s4noxfk
-libffi 3.5.2 s56v4gfjyu silo 4.11.1 vsguusygbz
-libgcrypt 1.11.2 4j7zjzsf5h slurm 25-05-1-1 tc55ttmeph
-libgpg-error 1.55 jerwahojdg sqlite 3.50.4 elvodybm3e
-libiberty 2.41 wz2npe3qsm sqlite 3.50.4 a4zeurpolt
-libiconv 1.18 qtepnkrdvq sqlite 3.50.4 plzt2ndvbq
-libiconv 1.18 g3zxoz6huo tar 1.35 lfgvgvawnp
-libidn2 2.3.7 gntupl34gn tar 1.35 e3ajmyqkyi
-libmd 1.1.0 gth3ii5boe tar 1.35 wfarfthvpw
-libmd 1.1.0 cq4lpjpcxc tcl 8.6.17 x74vmgrwo7
-libpciaccess 0.17 txbwcin227 tcl 8.6.17 tsq4fjjw2p
-libpciaccess 0.17 p7g23cjqjl texinfo 7.2 k6ygirswvb
-libsigsegv 2.14 bs5ujst3rr trilinos 16.1.0 tj433utqwn
-libssh2 1.11.1 txa2olxuox trilinos 16.1.0 k3ozjlurkc
-libtool 2.4.7 yt7ajy4c3z unzip 6.0 5gxay2amcy
-libunistring 1.2 x5b7oeto7b util-linux-uuid 2.41 n45otd3wy4
-libxcrypt 4.4.38 yiij42powr util-linux-uuid 2.41 b4npzn6ixc
-libxcrypt 4.4.38 drjmmlw4cw util-macros 1.20.1 hwxnwvmn44
-libxml2 2.13.5 5trxrsws5d xz 5.6.3 yzaocbs7ge
-libxml2 2.13.5 lguldtjks3 xz 5.6.3 643vviqh75
-libxml2 2.13.5 idam6zhjw4 yaksa 0.4 zuutzfx4db
-libyogrt 1.35 ylblit5vwt yaksa 0.4 7jn3vivsnj
-llvm 14.0.0 qr2e4rdcbj zlib-ng 2.0.7 qlavhjbsgq
-lmod 8.7.18 gbpxgjwwyp zlib-ng 2.2.4 zk6keshnph
-lua 5.4.6 hdxlqejf6f zlib-ng 2.2.4 4tglvhvqq7
-lua-luafilesystem 1.8.0 nsymk62hqa zlib-ng 2.2.4 ct2r7xmldp
-lua-luaposix 36.1 bubs6lunhi zstd 1.5.7 foiizhdg2m
-lwgrp 1.0.6 bms4pwx7wh zstd 1.5.7 fj5u5hmzff
-lz4 1.10.0 7m7ijnovaf
+adept-utils 1.0.1 naehq6ldod llvm 21.1.8 px4mv6leqp
+autoconf 2.72 jo3eg4rjvu lmod 8.7.67 wf22jsggn5
+automake 1.18.1 yhkgfaibmq lua 5.4.8 q66mudlsap
+berkeley-db 18.1.40 27d4iypuci lua-luafilesystem 1.9.0 su5b2hsgwg
+binutils 2.46.1 6ene6zrpqg lua-luaposix 36.3 egzwtikjsf
+boost 1.72.0 52pdqqjhv3 lwgrp 1.0.6 vce7blyslk
+bzip2 1.0.8 cbtgjrhpwi lz4 1.10.0 ozuoqp53ae
+bzip2 1.0.8 5kv66tqcv6 m4 1.4.21 y6uqrtoi6s
+callpath 1.0.4 xksxwmqijj macsio 1.1 4x6m3h66yg
+cmake 3.31.11 a4wqsr7jgu macsio 1.1 mwcffrktix
+compiler-wrapper 1.1.0 mmywg7x4my mpc 1.4.1 gxmoxea2jy
+curl 8.20.0 j2fa7xlzdv mpfr 4.2.2 melg7gafko
+dtcmp 1.1.5 cjk3tolu6w mpich 5.0.1 xkilhym6dn
+dyninst 13.0.0 kurk3h3kbs mpich 5.0.1 fxetsgw62g
+elfutils 0.194 qqik7au6w4 munge 0.5.18 2rzdjfo4s3
+expat 2.8.1 d462mhwofp ncurses 6.6 ekvivpvwxp
+expat 2.8.1 kqm2d3gvvu ncurses 6.6 romubi25ey
+file 5.46 mguwetco63 netlib-lapack 3.12.1 77mpzq52bk
+findutils 4.10.0 punbqrxx5v netlib-scalapack 2.2.3 ugsrem2k5c
+gcc 14.3.0 5zrvmb3qx7 netlib-scalapack 2.2.3 y2obsoclpu
+gcc 15.2.0 cl66sen4hs netlib-scalapack 2.2.3 6twt5ypw7p
+gcc 15.2.0 yjlog5xxyg netlib-scalapack 2.2.3 faqiqu4wbw
+gcc 16.1.0 hkkcdmj2gu nghttp2 1.67.1 4lyasazukl
+gcc-runtime 15.2.0 yhhe2wecmh numactl 2.0.19 2t2useutfy
+gcc-runtime 15.2.0 xm76mt35el numactl 2.0.19 vn7wvoehm2
+gcc-runtime 16.1.0 nn3xbub7zh openblas 0.3.33 7kdghmrs2g
+gdbm 1.26 cq4dkucz57 openblas 0.3.33 uh2kn3ctzg
+gdbm 1.26 2qw4v6642b openmpi 5.0.10 qfut5qqwp2
+gettext 1.0 sle3ix4niz openmpi 5.0.10 s6hcsd5arf
+gettext 1.0 qdxpkom3wt openssh 10.3p1 m6yx5j3src
+glib 2.88.1 6jow2egi2l openssh 10.3p1 plgdjpahip
+glibc 2.43 ublhg653t6 openssl 3.6.1 33yozp5l5c
+glibc 2.43 yc4n2ppjkm openssl 3.6.1 mladgc5eep
+gmake 4.4.1 cdyuto2vcd pcre2 10.44 hxboy227go
+gmake 4.4.1 r4lhaokbvy pdsh 2.35 42p3mgwu44
+gmp 6.3.0 xpmsy5xffe perl 5.42.0 bvphs3b3ja
+hdf5 1.14.6 as6mmcjwjl pigz 2.8 afklka7uur
+hdf5 1.14.6 7cwv3stkmk pigz 2.8 7ppidiedss
+hdf5 1.14.6 jceyzq7qva pkgconf 2.5.1 yvl6jpilvk
+hwloc 2.13.0 ujctyeyjzv pmix 6.1.0 ycyqykw634
+hwloc 2.13.0 fkki5gmowq pmix 6.1.0 2vgljh5yyo
+intel-tbb 2023.0.0 tf2gxcsr5v prrte 4.1.0 nldxmxwkhu
+json-c 0.18 wzb5pq2lxt prrte 4.1.0 wwm2ix6ijb
+json-cwx 0.12 vluhg4wrbf py-numpy 2.4.6 gvvfhjhkhi
+kokkos 5.1.1 kpwomw3oxg py-pybind11 3.0.2 jv2364qenp
+kokkos-kernels 5.1.1 ml3q3dq5ch py-scipy 1.17.1 s2p5dpl2sr
+krb5 1.22.2 ldqeqfwa76 python 3.14.5 derywaqkj5
+krb5 1.22.2 7a4l5v5nat python 3.14.5 vuoqpmohlx
+less 692 ohmdb2lfmv python-venv 1.0 j76kyd42la
+libbsd 0.12.2 7o3mv6c3do python-venv 1.0 iyp4dooj6g
+libbsd 0.12.2 2zdnupjtph readline 8.3 k25xiihp5d
+libdwarf 2.3.0 rji2bticj7 readline 8.3 teh56foom4
+libedit 3.1-20251016 uwyh3xy52r scr 2.0.0 bdhwshgs2z
+libedit 3.1-20251016 4binz2pyum scr 2.0.0 fzyxmihh5a
+libevent 2.1.12 oopqoagvk4 silo 4.12.0 lw4y63zl33
+libevent 2.1.12 ul3skjateb slurm 25-05-1-1 yg45f3qjki
+libfabric 2.5.1 itb4a2swgf sqlite 3.53.1 unjd5day6p
+libfabric 2.5.1 o3dcvlbnly sqlite 3.53.1 qy73hymb6h
+libffi 3.5.2 aiceoszqyf tar 1.35 f5xe4pxauj
+libffi 3.5.2 pkl6qupano tar 1.35 u62ty4dsid
+libgcrypt 1.12.2 ksohnknooj tcl 8.6.17 d4ibosbgfm
+libgpg-error 1.61 qxxesj62dd trilinos 17.1.1 66pfqb7gv7
+libiberty 2.46.0 ftcprn47kv trilinos 17.1.1 i3pydqndbu
+libiconv 1.18 vbwvgwxvjr unzip 6.0 4qgksuyoha
+libiconv 1.18 xrsocgcig7 util-linux-uuid 2.41 clufswxoi5
+libmd 1.1.0 yvvn7mur5p util-linux-uuid 2.41 2wcnb6nky3
+libmd 1.1.0 ypuui7vsqi xz 5.8.3 hhjyyqygxt
+libpciaccess 0.17 qzkk5ymbu3 xz 5.8.3 rrvhelyvar
+libpciaccess 0.17 t5frspjun7 zlib-ng 2.0.7 aeoqp4ey2p
+libsigsegv 2.15 phcmfqkiob zlib-ng 2.3.3 g72d7i3bvg
+libtool 2.5.4 3gdq456dec zlib-ng 2.3.3 gc236khsrb
+libxcrypt 4.5.2 bkzcu2s2hn zlib-ng 2.3.3 5dji3nxkz5
+libxcrypt 4.5.2 aca7p7lojt zlib-ng 2.3.3 t7jnrlgayh
+libxml2 2.15.3 ujlg2uai6q zlib-ng 2.3.3 6l3ycpy4cr
+libxml2 2.15.3 3rlsf7j7jg zstd 1.5.7 63aruxky3a
+libyogrt 1.35 dv2btw3jwr zstd 1.5.7 mzuiikvvru
diff --git a/outputs/scripting/spack-python-1.out b/outputs/scripting/spack-python-1.out
index ce832eb40e..2ff55efdb5 100644
--- a/outputs/scripting/spack-python-1.out
+++ b/outputs/scripting/spack-python-1.out
@@ -1,5 +1,6 @@
$ spack python
exit()
-Spack version 1.1.1
-Python 3.11.15, Linux x86_64
+Spack version 1.2.1
+Python 3.14.5, Linux x86_64
>>> exit()
+now exiting InteractiveConsole...
diff --git a/outputs/scripting/spack-python-abstract.out b/outputs/scripting/spack-python-abstract.out
index 5c32271986..556a6a7dc0 100644
--- a/outputs/scripting/spack-python-abstract.out
+++ b/outputs/scripting/spack-python-abstract.out
@@ -7,8 +7,8 @@
File "", line 1, in
File "/home/spack/spack/lib/spack/spack/spec.py", line 3166, in version
raise SpecError("Spec version is not concrete: " + str(self))
- SpecError: Spec version is not concrete: zlib arch=None-None-x86_64_v3
+ spack.error.SpecError: Spec version is not concrete: zlib target=x86_64_v3
>>> zlib.versions
[:]
>>> str(zlib.architecture)
- None-None-x86_64_v3
+ 'None-None-x86_64_v3'
diff --git a/outputs/scripting/spack-python-concrete.out b/outputs/scripting/spack-python-concrete.out
index 2c38d4c6a1..821db2bc25 100644
--- a/outputs/scripting/spack-python-concrete.out
+++ b/outputs/scripting/spack-python-concrete.out
@@ -3,8 +3,8 @@
>>> zlib_concrete.concrete
True
>>> zlib_concrete.version
- Version('1.3.1')
+ Version("1.3.2")
>>> zlib_concrete.versions
- [Version('1.3.1')]
+ [Version("1.3.2")]
>>> str(zlib_concrete.architecture)
- linux-ubuntu22.04-x86_64_v3
+ 'linux-ubuntu26.04-x86_64_v3'
diff --git a/outputs/scripting/spack-python-db-query-exclude.out b/outputs/scripting/spack-python-db-query-exclude.out
index 6a76bb2b43..4622ddf646 100644
--- a/outputs/scripting/spack-python-db-query-exclude.out
+++ b/outputs/scripting/spack-python-db-query-exclude.out
@@ -3,7 +3,7 @@
>>> result = [spec for spec in gcc_specs if not spec.satisfies('^mpich')]
>>> import spack.cmd
>>> spack.cmd.display_specs(result)
- -- linux-ubuntu22.04-x86_64_v3 / gcc@11.4.0 -------------------------
+ -- linux-ubuntu26.04-x86_64_v3 / gcc@15.2.0 -------------------------
autoconf@2.72 gdbm@1.23 libsigsegv@2.14 perl@5.38.0
automake@1.16.5 gettext@0.22.5 libtool@2.4.7 pigz@2.8
berkeley-db@18.1.40 glibc@2.35 libxcrypt@4.4.35 pkgconf@2.2.0
diff --git a/outputs/stacks/compiler-0.out b/outputs/stacks/compiler-0.out
index 147c45a2ae..1f787943e4 100644
--- a/outputs/stacks/compiler-0.out
+++ b/outputs/stacks/compiler-0.out
@@ -1,12 +1,12 @@
$ spack concretize
==> Concretized 2 specs:
-[b] vlwdxlj gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] cuzgmus ^binutils@2.46.0~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[b] hkkcdmj gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] 6ene6zr ^binutils@2.46.1~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] mmywg7x ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[b] ao2onuz ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] vbwvgwx ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] z7wqeps ^gawk@5.4.0~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] k25xiih ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] k25xiih ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[e] yjlog5x ^gcc@15.2.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs~profiled~strip build_system=autotools build_type=RelWithDebInfo languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3
[+] xm76mt3 ^gcc-runtime@15.2.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[e] yc4n2pp ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
@@ -23,11 +23,11 @@ $ spack concretize
[+] gxmoxea ^mpc@1.4.1 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] melg7ga ^mpfr@4.2.2 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] sf5iutv ^autoconf-archive@2024.10.16 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] cbtgjrh ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] jvlaabk ^texinfo@7.2~xs build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] sle3ix4 ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] ujlg2ua ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -40,8 +40,8 @@ $ spack concretize
[b] ywyq4f5 ^bc@1.08.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] litd2mh ^ed@1.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[b] q66mudl ^lua@5.4.8+shared build_system=makefile fetcher=curl platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] j2fa7xl ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] 4lyasaz ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] j2fa7xl ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] 4lyasaz ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] 33yozp5 ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[b] axeuqg3 ^ca-certificates-mozilla@2026-03-19 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[b] 4qgksuy ^unzip@6.0 build_system=makefile patches:=179330d,24582ff,251d575,3371314,44599c8,47e9def,4e5a081,59c0983,64f6498,74bc961,7d8e5c7,81ca46c,881d2ed,aced0f2,b6f64d7,b7a14c3,c9a863e,ee9e260,f6f6236,f88b9d4,fde8f9d platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -51,36 +51,24 @@ $ spack concretize
[+] yvl6jpi ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ci53fkm ^procps@4.0.6+nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] a27iqiv ^sed@4.9 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] d4ibosb ^tcl@8.6.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] d4ibosb ^tcl@8.6.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
$ spack install
-[ ] d4ibosb tcl@8.6.17 fetching from build cache (0s)
[ ] 4qgksuy unzip@6.0 fetching from build cache (0s)
-[ ] k25xiih readline@8.3 fetching from build cache (0s)
+[ ] hkkcdmj gcc@16.1.0 fetching from build cache (0s)
[ ] 4qgksuy unzip@6.0 relocating (0s)
-[ ] 4lyasaz nghttp2@1.67.1 fetching from build cache (0s)
-[ ] vlwdxlj gcc@16.1.0 fetching from build cache (0s)
-[ ] d4ibosb tcl@8.6.17 relocating (0s)
-[ ] k25xiih readline@8.3 relocating (0s)
-[ ] 4lyasaz nghttp2@1.67.1 relocating (0s)
[+] 4qgksuy unzip@6.0 /home/spack/spack/opt/spack/linux-x86_64_v3/unzip-6.0-4qgksuyohalb7cfo76mqqjlmndeh3tyg (0s)
-[+] k25xiih readline@8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-k25xiihp5dun6qwe3e5ouzdigwr5yuvz (0s)
-[+] 4lyasaz nghttp2@1.67.1 /home/spack/spack/opt/spack/linux-x86_64_v3/nghttp2-1.67.1-4lyasazuklpnvidiw4ty5wvybxvkh7na (0s)
-[ ] vlwdxlj gcc@16.1.0 relocating (0s)
-[ ] j2fa7xl curl@8.20.0 fetching from build cache (0s)
-[ ] j2fa7xl curl@8.20.0 relocating (0s)
-[+] j2fa7xl curl@8.20.0 /home/spack/spack/opt/spack/linux-x86_64_v3/curl-8.20.0-j2fa7xlzdvkagqked76erodvcmcd2oqp (0s)
[ ] q66mudl lua@5.4.8 fetching from build cache (0s)
+[ ] hkkcdmj gcc@16.1.0 relocating (0s)
[ ] q66mudl lua@5.4.8 relocating (0s)
[+] q66mudl lua@5.4.8 /home/spack/spack/opt/spack/linux-x86_64_v3/lua-5.4.8-q66mudlsappt33u2frzcijegjay54ep3 (0s)
-[ ] egzwtik lua-luaposix@36.3 fetching from build cache (0s)
[ ] su5b2hs lua-luafilesystem@1.9.0 fetching from build cache (0s)
-[ ] egzwtik lua-luaposix@36.3 relocating (0s)
-[ ] su5b2hs lua-luafilesystem@1.9.0 relocating (0s)
-[+] su5b2hs lua-luafilesystem@1.9.0 /home/spack/spack/opt/spack/linux-x86_64_v3/lua-luafilesystem-1.9.0-su5b2hsgwgk2a4b7hkys2r23kf3me6lh (0s)
+[ ] egzwtik lua-luaposix@36.3 fetching from build cache (0s)
+[ ] su5b2hs lua-luafilesystem@1.9.0 relocating (1s)
+[ ] egzwtik lua-luaposix@36.3 relocating (1s)
+[+] su5b2hs lua-luafilesystem@1.9.0 /home/spack/spack/opt/spack/linux-x86_64_v3/lua-luafilesystem-1.9.0-su5b2hsgwgk2a4b7hkys2r23kf3me6lh (1s)
[+] egzwtik lua-luaposix@36.3 /home/spack/spack/opt/spack/linux-x86_64_v3/lua-luaposix-36.3-egzwtikjsfubsjiqpwdjemys3xqv2ytf (1s)
-[+] d4ibosb tcl@8.6.17 /home/spack/spack/opt/spack/linux-x86_64_v3/tcl-8.6.17-d4ibosbgfm7536ij2dmdu6nnll5g5zpm (1s)
[ ] wf22jsg lmod@8.7.67 fetching from build cache (0s)
[ ] wf22jsg lmod@8.7.67 relocating (0s)
[+] wf22jsg lmod@8.7.67 /home/spack/spack/opt/spack/linux-x86_64_v3/lmod-8.7.67-wf22jsggn5vfsyoyuqm6ban76y7333we (0s)
-[+] vlwdxlj gcc@16.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-16.1.0-vlwdxljzbis42fjrlecvyo4tmuq5eebn (1s)
+[+] hkkcdmj gcc@16.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-16.1.0-hkkcdmj2guegqqkt2w3e3owuklnyvgek (2s)
diff --git a/outputs/stacks/concretize-0.out b/outputs/stacks/concretize-0.out
index 4f32671bc2..67212b6ce3 100644
--- a/outputs/stacks/concretize-0.out
+++ b/outputs/stacks/concretize-0.out
@@ -2,18 +2,18 @@ $ spack concretize
==> Concretizing the 'stack' group of specs
==> Starting concretization pool with 2 processes
==> Concretized 2 specs:
-[b] v7thz7n netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
-[b] yonurps ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 6b5h3dv ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] iiwpnp7 ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] djpmji7 ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] yoq4amm ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] ugsrem2 netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
+[b] kw6i4f4 ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] i3sc4sa ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qjecybs ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] rzn5joe ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] mladgc5 ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
[b] axeuqg3 ^ca-certificates-mozilla@2026-03-19 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] iehcspo ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yd7lgm7 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] romubi2 ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] gc236kh ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
[+] mmywg7x ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[+] vlwdxlj ^gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] cuzgmus ^binutils@2.46.0~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] hkkcdmj ^gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] 6ene6zr ^binutils@2.46.1~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] yvl6jpi ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ao2onuz ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] vbwvgwx ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -34,11 +34,11 @@ $ spack concretize
[+] gxmoxea ^mpc@1.4.1 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] melg7ga ^mpfr@4.2.2 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] sf5iutv ^autoconf-archive@2024.10.16 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] cbtgjrh ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] jvlaabk ^texinfo@7.2~xs build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] sle3ix4 ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] ujlg2ua ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -47,53 +47,53 @@ $ spack concretize
[+] ekvivpv ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] g72d7i3 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] 63aruxk ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] ghfita3 ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] nn3xbub ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[e] yc4n2pp ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 6hzfsbp ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] bovk7dt ^mpich@5.0.1~argobots~cuda+fortran+hwloc+hydra~level_zero+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath~xpmem build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=default platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] l3if3dy ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] g3gt6ze ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] tw6253j ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 4diropt ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] nn3ymay ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] s6cemsy ^libfabric@2.5.1~asan~cuda~debug~kdreg~level_zero~lsan~rocm~tsan~ubsan~uring build_system=autotools fabrics:=sockets,tcp,udp platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cmgnxt6 ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cy6lybd ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] cxesrxa ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] qs6av53 ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] bf6e7x2 ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xp6fyih ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] afnel7p ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] ofahxlj ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xkvh6gd ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] t623nqz ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] w3w22wx ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 2af63my ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] jgqwv65 ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] cbnh7bw ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] uliuxbf ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] v3sdaph ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] lq6tsmz ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] zknpbz3 ^netlib-lapack@3.12.1~external-blas~ipo+lapacke+pic+shared~xblas build_system=cmake build_type=Release generator=make patches:=3059ebf,b1af8b6,e318340 platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
-[b] 2zi5wtu netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
-[b] nzr6pd7 ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] yg7nv7p ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 47vgtt5 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] r6vd65h ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] pdslnit ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] m5ts755 ^libevent@2.1.12+openssl build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] raf5qk6 ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] fc5ezqn ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] swhw6f5 ^numactl@2.0.19 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] kjx2nfr ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] awic2yh ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yws52fh ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 4c4uuub ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 44jhzjg ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xxg272q ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] aev2xm7 ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 3w5zzn3 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] qcxnkrd ^pmix@6.1.0~munge~python build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cj2ohvh ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 4p7olya ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] lwhtcck ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] fxetsgw ^mpich@5.0.1~argobots~cuda+fortran+hwloc+hydra~level_zero+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath~xpmem build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=default platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] fep3wol ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qdxpkom ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] u62ty4d ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 7ppidie ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] fkki5gm ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] o3dcvlb ^libfabric@2.5.1~asan~cuda~debug~kdreg~level_zero~lsan~rocm~tsan~ubsan~uring build_system=autotools fabrics:=sockets,tcp,udp platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] t5frspj ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] nc2zhu5 ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] 3rlsf7j ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] xrsocgc ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rrvhely ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rws4suo ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] vuoqpmo ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 5kv66tq ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] kqm2d3g ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 2zdnupj ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ypuui7v ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2qw4v66 ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] pkl6qup ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] teh56fo ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qy73hym ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2wcnb6n ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] mzuiikv ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 77mpzq5 ^netlib-lapack@3.12.1~external-blas~ipo+lapacke+pic+shared~xblas build_system=cmake build_type=Release generator=make patches:=3059ebf,b1af8b6,e318340 platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
+[b] 6twt5yp netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
+[b] s6hcsd5 ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] uesc5yd ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] hkvksc3 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4v4bncv ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qhb7ywb ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ul3skja ^libevent@2.1.12+openssl build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] wiglecf ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ra2jarr ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] vn7wvoe ^numactl@2.0.19 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] plgdjpa ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 7a4l5v5 ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qu5uhax ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4binz2p ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] aca7p7l ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] c6ebuxy ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] zsx5k5v ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] d2d5je7 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2vgljh5 ^pmix@6.1.0~munge~python build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] wwm2ix6 ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 4rup75b ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
diff --git a/outputs/stacks/concretize-3.out b/outputs/stacks/concretize-3.out
index decd58a9d7..11e8f7efc3 100644
--- a/outputs/stacks/concretize-3.out
+++ b/outputs/stacks/concretize-3.out
@@ -2,10 +2,10 @@ $ spack concretize
==> Concretizing the 'stack' group of specs
==> Starting concretization
==> Concretized 1 spec:
-[b] gouabck py-scipy@1.17.1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] s2p5dpl py-scipy@1.17.1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
[+] mmywg7x ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[+] vlwdxlj ^gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] cuzgmus ^binutils@2.46.0~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] hkkcdmj ^gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] 6ene6zr ^binutils@2.46.1~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] yvl6jpi ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] ao2onuz ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] vbwvgwx ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -26,11 +26,11 @@ $ spack concretize
[+] gxmoxea ^mpc@1.4.1 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] melg7ga ^mpfr@4.2.2 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] sf5iutv ^autoconf-archive@2024.10.16 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] cbtgjrh ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] jvlaabk ^texinfo@7.2~xs build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] sle3ix4 ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] ujlg2ua ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -39,79 +39,79 @@ $ spack concretize
[+] ekvivpv ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] g72d7i3 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] 63aruxk ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] ghfita3 ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] nn3xbub ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[e] yc4n2pp ^glibc@2.43 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 6mel4bl ^meson@1.11.1 build_system=python_pip patches:=0f0b1bd platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] yqhdh2x ^ninja@1.13.2+re2c build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] rcco4zy ^re2c@4.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] ytwnkqf ^py-setuptools@82.0.1 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] kdylbqh ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] 6hzfsbp ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xp6fyih ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 3ggpdjv ^py-cython@3.2.4 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] c6oww3b ^py-meson-python@0.19.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] x55wsqe ^py-packaging@26.2 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] hn6pbjh ^py-flit-core@3.12.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] cuihsxt ^py-pyproject-metadata@0.11.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 7g2cva3 ^py-numpy@2.4.6 build_system=python_pip patches:=873745d platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 5p3frq3 ^py-pip@26.1 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 3iqsk4i ^py-pybind11@3.0.2+ipo build_system=cmake build_type=Release generator=ninja platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@16.1.0
-[b] yonurps ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 6b5h3dv ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] iiwpnp7 ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 5anzcvk ^py-scikit-build-core@0.12.2~pyproject build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] 4qnonii ^py-hatch-vcs@0.5.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] psffea6 ^py-setuptools-scm@9.2.2+toml build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] loixb6c ^git@2.53.0+man+nls+perl+subtree~tcltk build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] yg7nv7p ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] pdslnit ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 6hwe4tz ^libidn2@2.3.8 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] iyz34h3 ^libunistring@1.4.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] raf5qk6 ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] fc5ezqn ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] l3if3dy ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 47vgtt5 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] r6vd65h ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] kjx2nfr ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] awic2yh ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yws52fh ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 4c4uuub ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 44jhzjg ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] wttcr2f ^pcre2@10.44~jit+multibyte+pic build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] dxgdks3 ^py-hatchling@1.29.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] etdouzz ^py-pluggy@1.6.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] cj7d3wo ^py-trove-classifiers@2026.6.1.19 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] t7ufmfz ^py-calver@2025.10.20 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] ble4v64 ^py-pathspec@1.1.1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 36lyfl6 ^py-pythran@0.18.1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@16.1.0
-[b] k7zfexy ^py-beniget@0.4.2.post1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 5nakdbl ^py-gast@0.6.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] kbtru35 ^py-ply@3.11 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] yygojb3 ^py-wheel@0.45.1 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] afnel7p ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] ofahxlj ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] djpmji7 ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xkvh6gd ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] t623nqz ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] w3w22wx ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 2af63my ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] g3gt6ze ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] qs6av53 ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cxesrxa ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] tw6253j ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 4diropt ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] jgqwv65 ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] iehcspo ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yoq4amm ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] wg3oazy ^meson@1.11.1 build_system=python_pip patches:=0f0b1bd platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] 6zizggt ^ninja@1.13.2+re2c build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] cowskr3 ^re2c@4.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] hkjqn4j ^py-setuptools@82.0.1 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] uh2kn3c ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] lwhtcck ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rws4suo ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] hvfq5pe ^py-cython@3.2.4 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4udrsr2 ^py-meson-python@0.19.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] hqlnorc ^py-packaging@26.2 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] kmkn7kg ^py-flit-core@3.12.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] ibs4tad ^py-pyproject-metadata@0.11.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] gvvfhjh ^py-numpy@2.4.6 build_system=python_pip patches:=873745d platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] kdvgwt6 ^py-pip@26.1.2 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] jv2364q ^py-pybind11@3.0.2+ipo build_system=cmake build_type=Release generator=ninja platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@16.1.0
+[b] kw6i4f4 ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] i3sc4sa ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qjecybs ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] mwv6jzs ^py-scikit-build-core@0.12.2~pyproject build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] fvkaky5 ^py-hatch-vcs@0.5.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] jphx547 ^py-setuptools-scm@9.2.2+toml build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] bpfangz ^git@2.53.0+man+nls+perl+subtree~tcltk build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] uesc5yd ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] qhb7ywb ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 6ajjy27 ^libidn2@2.3.8 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ob7hefb ^libunistring@1.4.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] wiglecf ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ra2jarr ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] fep3wol ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] hkvksc3 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4v4bncv ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] plgdjpa ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 7a4l5v5 ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qu5uhax ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4binz2p ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] aca7p7l ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] pjhxp26 ^pcre2@10.44~jit+multibyte+pic build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] hqcsjrm ^py-hatchling@1.29.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] kyxtnxs ^py-pluggy@1.6.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] 3spx2cq ^py-trove-classifiers@2026.6.1.19 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] 3urylsu ^py-calver@2025.10.20 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] aydqe7l ^py-pathspec@1.1.1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] l6vbm7d ^py-pythran@0.18.1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3 %cxx=gcc@16.1.0
+[b] scwmymw ^py-beniget@0.4.2.post1 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] rzdh2tt ^py-gast@0.6.0 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] 4auh5k2 ^py-ply@3.11 build_system=python_pip platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] j6saqla ^py-wheel@0.45.1 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] vuoqpmo ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 5kv66tq ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rzn5joe ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] kqm2d3g ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 2zdnupj ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ypuui7v ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2qw4v66 ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qdxpkom ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] xrsocgc ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 3rlsf7j ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] u62ty4d ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 7ppidie ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] pkl6qup ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] romubi2 ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] mladgc5 ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
[b] axeuqg3 ^ca-certificates-mozilla@2026-03-19 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] xxg272q ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] aev2xm7 ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 3w5zzn3 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cbnh7bw ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] uliuxbf ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] v3sdaph ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] bf6e7x2 ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] yd7lgm7 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] lq6tsmz ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] bcclnnz ^python-venv@1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] c6ebuxy ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] zsx5k5v ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] d2d5je7 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] teh56fo ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qy73hym ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2wcnb6n ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rrvhely ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] gc236kh ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] mzuiikv ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] iyp4doo ^python-venv@1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
diff --git a/outputs/stacks/concretize-5.out b/outputs/stacks/concretize-5.out
index ec9178c6fc..ef8c6d6931 100644
--- a/outputs/stacks/concretize-5.out
+++ b/outputs/stacks/concretize-5.out
@@ -3,12 +3,12 @@ $ spack concretize
$ spack find -cl netlib-scalapack
==> In environment /home/spack/stacks (5 root specs)
-- root specs / compiler ----------------------------------------
-[+] vlwdxlj gcc@16 [+] wf22jsg lmod@8.7.67
+[+] hkkcdmj gcc@16 [+] wf22jsg lmod@8.7.67
-- root specs / stack -------------------------------------------
-[b] v7thz7n netlib-scalapack [b] x425zhl netlib-scalapack [b] gouabck py-scipy
+[b] ugsrem2 netlib-scalapack [b] y2obsoc netlib-scalapack [b] s2p5dpl py-scipy
-- linux-ubuntu26.04-x86_64_v3 / %c,fortran=gcc@16.1.0 ----------
-[b] v7thz7n netlib-scalapack@2.2.3 [b] x425zhl netlib-scalapack@2.2.3
+[b] ugsrem2 netlib-scalapack@2.2.3 [b] y2obsoc netlib-scalapack@2.2.3
==> 0 installed packages
==> 2 concretized packages to be installed
diff --git a/outputs/stacks/concretize-6.out b/outputs/stacks/concretize-6.out
index 4745b1c6da..0a4a46595d 100644
--- a/outputs/stacks/concretize-6.out
+++ b/outputs/stacks/concretize-6.out
@@ -3,14 +3,14 @@ $ spack concretize
$ spack find -cl netlib-scalapack
==> In environment /home/spack/stacks (7 root specs)
-- root specs / compiler ----------------------------------------
-[+] vlwdxlj gcc@16 [+] wf22jsg lmod@8.7.67
+[+] hkkcdmj gcc@16 [+] wf22jsg lmod@8.7.67
-- root specs / stack -------------------------------------------
-[b] v7thz7n netlib-scalapack [b] 2zi5wtu netlib-scalapack [b] gouabck py-scipy
-[b] x425zhl netlib-scalapack [b] b4nkwcf netlib-scalapack
+[b] ugsrem2 netlib-scalapack [b] 6twt5yp netlib-scalapack [b] s2p5dpl py-scipy
+[b] y2obsoc netlib-scalapack [b] faqiqu4 netlib-scalapack
-- linux-ubuntu26.04-x86_64_v3 / %c,fortran=gcc@16.1.0 ----------
-[b] v7thz7n netlib-scalapack@2.2.3 [b] 2zi5wtu netlib-scalapack@2.2.3
-[b] x425zhl netlib-scalapack@2.2.3 [b] b4nkwcf netlib-scalapack@2.2.3
+[b] ugsrem2 netlib-scalapack@2.2.3 [b] 6twt5yp netlib-scalapack@2.2.3
+[b] y2obsoc netlib-scalapack@2.2.3 [b] faqiqu4 netlib-scalapack@2.2.3
==> 0 installed packages
==> 4 concretized packages to be installed
diff --git a/outputs/stacks/groups-0.out b/outputs/stacks/groups-0.out
index 91fc91fa04..a0f3637abc 100644
--- a/outputs/stacks/groups-0.out
+++ b/outputs/stacks/groups-0.out
@@ -2,8 +2,8 @@ $ spack concretize
==> Concretizing the 'compiler' group of specs
==> Concretizing the 'stack' group of specs
==> Concretized 3 specs:
-[+] vlwdxlj gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] cuzgmus ^binutils@2.46.0~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] hkkcdmj gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] 6ene6zr ^binutils@2.46.1~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] mmywg7x ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[b] ao2onuz ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] vbwvgwx ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -25,11 +25,11 @@ $ spack concretize
[+] gxmoxea ^mpc@1.4.1 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] melg7ga ^mpfr@4.2.2 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] sf5iutv ^autoconf-archive@2024.10.16 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] cbtgjrh ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] jvlaabk ^texinfo@7.2~xs build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] sle3ix4 ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] ujlg2ua ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -54,50 +54,50 @@ $ spack concretize
[b] ci53fkm ^procps@4.0.6+nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] a27iqiv ^sed@4.9 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] d4ibosb ^tcl@8.6.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] b4nkwcf netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
-[b] yonurps ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 6b5h3dv ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] iiwpnp7 ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] djpmji7 ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] yoq4amm ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] iehcspo ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yd7lgm7 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] ghfita3 ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 6hzfsbp ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] kdylbqh ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] nzr6pd7 ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] yg7nv7p ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 47vgtt5 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] r6vd65h ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] pdslnit ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] nn3ymay ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] cmgnxt6 ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cy6lybd ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] cxesrxa ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] qs6av53 ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] bf6e7x2 ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] m5ts755 ^libevent@2.1.12+openssl build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] raf5qk6 ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] fc5ezqn ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] lq6tsmz ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] l3if3dy ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] g3gt6ze ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] tw6253j ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 4diropt ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] swhw6f5 ^numactl@2.0.19 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] kjx2nfr ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] awic2yh ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yws52fh ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 4c4uuub ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 44jhzjg ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xxg272q ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] aev2xm7 ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] ofahxlj ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 2af63my ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cbnh7bw ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 3w5zzn3 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xp6fyih ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] qcxnkrd ^pmix@6.1.0~munge~python build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cj2ohvh ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 4p7olya ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] faqiqu4 netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
+[b] kw6i4f4 ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] i3sc4sa ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qjecybs ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] rzn5joe ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] mladgc5 ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] romubi2 ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] gc236kh ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] nn3xbub ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] lwhtcck ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] uh2kn3c ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] s6hcsd5 ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] uesc5yd ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] hkvksc3 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4v4bncv ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qhb7ywb ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] fkki5gm ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] t5frspj ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] nc2zhu5 ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] 3rlsf7j ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] xrsocgc ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rrvhely ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ul3skja ^libevent@2.1.12+openssl build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] wiglecf ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ra2jarr ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] mzuiikv ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] fep3wol ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qdxpkom ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] u62ty4d ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 7ppidie ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] vn7wvoe ^numactl@2.0.19 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] plgdjpa ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 7a4l5v5 ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qu5uhax ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4binz2p ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] aca7p7l ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] c6ebuxy ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] zsx5k5v ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 5kv66tq ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2qw4v66 ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] teh56fo ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] d2d5je7 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rws4suo ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2vgljh5 ^pmix@6.1.0~munge~python build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] wwm2ix6 ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 4rup75b ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
diff --git a/outputs/stacks/install-0.out b/outputs/stacks/install-0.out
index 021731ead7..650fac2c3b 100644
--- a/outputs/stacks/install-0.out
+++ b/outputs/stacks/install-0.out
@@ -1,133 +1,133 @@
$ spack install
-[ ] ghfita3 gcc-runtime@16.1.0 fetching from build cache (0s)
-[ ] ghfita3 gcc-runtime@16.1.0 relocating (0s)
-[+] ghfita3 gcc-runtime@16.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-16.1.0-ghfita36diqcbps7me6eh5im5crijl3g (0s)
-[ ] ofahxlj bzip2@1.0.8 fetching from build cache (0s)
-[ ] ofahxlj bzip2@1.0.8 relocating (0s)
-[ ] kdylbqh openblas@0.3.33 fetching from build cache (0s)
-[ ] kdylbqh openblas@0.3.33 relocating (0s)
-[ ] 44jhzjg libxcrypt@4.5.2 fetching from build cache (0s)
-[ ] 44jhzjg libxcrypt@4.5.2 relocating (0s)
-[ ] qs6av53 libiconv@1.18 fetching from build cache (0s)
-[ ] qs6av53 libiconv@1.18 relocating (0s)
-[ ] cmgnxt6 libpciaccess@0.17 fetching from build cache (0s)
-[ ] cmgnxt6 libpciaccess@0.17 relocating (0s)
-[ ] zknpbz3 netlib-lapack@3.12.1 fetching from build cache (0s)
-[ ] zknpbz3 netlib-lapack@3.12.1 relocating (0s)
-[ ] swhw6f5 numactl@2.0.19 fetching from build cache (0s)
-[ ] swhw6f5 numactl@2.0.19 relocating (0s)
-[ ] jgqwv65 libffi@3.5.2 fetching from build cache (0s)
-[ ] jgqwv65 libffi@3.5.2 relocating (0s)
-[ ] yd7lgm7 zlib-ng@2.3.3 fetching from build cache (0s)
-[ ] yd7lgm7 zlib-ng@2.3.3 relocating (0s)
-[ ] bf6e7x2 xz@5.8.3 fetching from build cache (0s)
-[ ] bf6e7x2 xz@5.8.3 relocating (0s)
-[ ] w3w22wx libmd@1.1.0 fetching from build cache (0s)
-[ ] w3w22wx libmd@1.1.0 relocating (0s)
-[ ] v3sdaph util-linux-uuid@2.41 fetching from build cache (0s)
-[+] ofahxlj bzip2@1.0.8 /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-ofahxljg6r4dtlyfgtolxexpmnw4cnkz (0s)
-[+] 44jhzjg libxcrypt@4.5.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libxcrypt-4.5.2-44jhzjg42xausczvpn26wr6gyzsh2wnu (0s)
-[ ] iehcspo ncurses@6.6 fetching from build cache (0s)
-[+] cmgnxt6 libpciaccess@0.17 /home/spack/spack/opt/spack/linux-x86_64_v3/libpciaccess-0.17-cmgnxt6kpobrrgj7k5a4iweh6p2qemnw (0s)
-[ ] lq6tsmz zstd@1.5.7 fetching from build cache (0s)
-[ ] v3sdaph util-linux-uuid@2.41 relocating (0s)
-[+] swhw6f5 numactl@2.0.19 /home/spack/spack/opt/spack/linux-x86_64_v3/numactl-2.0.19-swhw6f5gno25h4ap4h6htedy5thh2k55 (0s)
-[+] qs6av53 libiconv@1.18 /home/spack/spack/opt/spack/linux-x86_64_v3/libiconv-1.18-qs6av53jc6wvykpse3q7o7sm2dazibpv (0s)
-[ ] s6cemsy libfabric@2.5.1 fetching from build cache (0s)
-[ ] iehcspo ncurses@6.6 relocating (0s)
-[+] jgqwv65 libffi@3.5.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libffi-3.5.2-jgqwv653kext2ew4mzjg3cbmlflyhdbb (0s)
-[ ] lq6tsmz zstd@1.5.7 relocating (0s)
-[ ] s6cemsy libfabric@2.5.1 relocating (0s)
-[+] yd7lgm7 zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-yd7lgm73h2wqb74e6pz2sdszwkubvpzd (0s)
-[+] w3w22wx libmd@1.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/libmd-1.1.0-w3w22wxnstajwmg2wmtfm6nayugxqbvo (0s)
-[ ] yoq4amm openssl@3.6.1 fetching from build cache (0s)
-[+] bf6e7x2 xz@5.8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.8.3-bf6e7x2te7rdq6kt43maxjnnntvnkpza (0s)
-[ ] 4diropt pigz@2.8 fetching from build cache (0s)
-[+] lq6tsmz zstd@1.5.7 /home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-lq6tsmzmnrljkb52otacw2o4iqmskxn5 (0s)
-[ ] t623nqz libbsd@0.12.2 fetching from build cache (0s)
-[+] v3sdaph util-linux-uuid@2.41 /home/spack/spack/opt/spack/linux-x86_64_v3/util-linux-uuid-2.41-v3sdaph4k3onzfo5nbhk6gt3typaycl7 (0s)
-[ ] yoq4amm openssl@3.6.1 relocating (0s)
-[ ] 4diropt pigz@2.8 relocating (0s)
-[+] zknpbz3 netlib-lapack@3.12.1 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-lapack-3.12.1-zknpbz3xor7rz2jo6ek5p4dba6ac4ujs (0s)
-[ ] t623nqz libbsd@0.12.2 relocating (0s)
-[ ] cxesrxa libxml2@2.15.3 fetching from build cache (0s)
-[+] s6cemsy libfabric@2.5.1 /home/spack/spack/opt/spack/linux-x86_64_v3/libfabric-2.5.1-s6cemsy3l7cfqnetr3sjcrtcsln4quey (0s)
-[ ] cxesrxa libxml2@2.15.3 relocating (0s)
-[+] 4diropt pigz@2.8 /home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-4diroptd5kjfnmxyjlgutr4sh7m53ctf (0s)
-[+] kdylbqh openblas@0.3.33 /home/spack/spack/opt/spack/linux-x86_64_v3/openblas-0.3.33-kdylbqhaa64fb44w6hbaoj4eibakcc6u (0s)
-[ ] tw6253j tar@1.35 fetching from build cache (0s)
-[+] t623nqz libbsd@0.12.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libbsd-0.12.2-t623nqzi6s364pdvgvf7ooygtsagc7ue (0s)
-[ ] tw6253j tar@1.35 relocating (0s)
-[+] cxesrxa libxml2@2.15.3 /home/spack/spack/opt/spack/linux-x86_64_v3/libxml2-2.15.3-cxesrxalf2jcma3g5dew6ovwxyqqgdqn (0s)
-[+] yoq4amm openssl@3.6.1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssl-3.6.1-yoq4ammrtbfxojt6fms67bekd7a5izst (0s)
-[ ] xkvh6gd expat@2.8.1 fetching from build cache (0s)
-[ ] xkvh6gd expat@2.8.1 relocating (0s)
-[ ] m5ts755 libevent@2.1.12 fetching from build cache (0s)
-[+] tw6253j tar@1.35 /home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-tw6253j6xqn7udhufev2afnhjepbunqh (0s)
-[ ] m5ts755 libevent@2.1.12 relocating (0s)
-[+] xkvh6gd expat@2.8.1 /home/spack/spack/opt/spack/linux-x86_64_v3/expat-2.8.1-xkvh6gdnqgwccukuhsyvfry63qseotlz (0s)
-[+] iehcspo ncurses@6.6 /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.6-iehcspoirzcldubv7budljlbeiooqvpa (0s)
-[ ] 4c4uuub libedit@3.1-20251016 fetching from build cache (0s)
-[+] m5ts755 libevent@2.1.12 /home/spack/spack/opt/spack/linux-x86_64_v3/libevent-2.1.12-m5ts755lehs4a7r5psjeh5k6pjptap4v (0s)
-[ ] g3gt6ze gettext@1.0 fetching from build cache (0s)
-[ ] 4c4uuub libedit@3.1-20251016 relocating (0s)
-[ ] cbnh7bw readline@8.3 fetching from build cache (0s)
-[ ] nn3ymay hwloc@2.13.0 fetching from build cache (1s)
-[ ] cbnh7bw readline@8.3 relocating (1s)
-[ ] g3gt6ze gettext@1.0 relocating (1s)
-[ ] nn3ymay hwloc@2.13.0 relocating (1s)
-[+] 4c4uuub libedit@3.1-20251016 /home/spack/spack/opt/spack/linux-x86_64_v3/libedit-3.1-20251016-4c4uuubtih3trasplcywhk2ena3knzjk (1s)
-[+] cbnh7bw readline@8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-cbnh7bwdfvbzqpoww77ltp2s54nizaxx (1s)
-[ ] uliuxbf sqlite@3.53.1 fetching from build cache (0s)
-[ ] 2af63my gdbm@1.26 fetching from build cache (0s)
-[ ] uliuxbf sqlite@3.53.1 relocating (0s)
-[ ] 2af63my gdbm@1.26 relocating (0s)
-[+] nn3ymay hwloc@2.13.0 /home/spack/spack/opt/spack/linux-x86_64_v3/hwloc-2.13.0-nn3ymaytmizysjb5hfbyzn7migudvklf (1s)
-[ ] bovk7dt mpich@5.0.1 fetching from build cache (0s)
-[ ] qcxnkrd pmix@6.1.0 fetching from build cache (0s)
-[+] 2af63my gdbm@1.26 /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.26-2af63myyx6xsgd5vuwqhj7ibwmnptibj (0s)
-[ ] bovk7dt mpich@5.0.1 relocating (0s)
-[ ] qcxnkrd pmix@6.1.0 relocating (0s)
-[+] uliuxbf sqlite@3.53.1 /home/spack/spack/opt/spack/linux-x86_64_v3/sqlite-3.53.1-uliuxbfvj27y6podjxir7af7frdjuord (0s)
-[+] qcxnkrd pmix@6.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/pmix-6.1.0-qcxnkrd6rle6hjxvjeevshakgvxxsi7g (0s)
-[+] g3gt6ze gettext@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gettext-1.0-g3gt6ze7gojves2utbt43mddfmx3evv3 (1s)
-[ ] cj2ohvh prrte@4.1.0 fetching from build cache (0s)
-[ ] awic2yh krb5@1.22.2 fetching from build cache (0s)
-[ ] cj2ohvh prrte@4.1.0 relocating (0s)
-[ ] afnel7p python@3.14.5 fetching from build cache (0s)
-[ ] awic2yh krb5@1.22.2 relocating (0s)
-[ ] afnel7p python@3.14.5 relocating (0s)
-[+] awic2yh krb5@1.22.2 /home/spack/spack/opt/spack/linux-x86_64_v3/krb5-1.22.2-awic2yh3c7mlbqbamsoxcwrciv4h6utb (0s)
-[+] cj2ohvh prrte@4.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/prrte-4.1.0-cj2ohvhvhiawcijsrkgs5nldcxi42hfd (0s)
-[ ] kjx2nfr openssh@10.3p1 fetching from build cache (0s)
-[ ] kjx2nfr openssh@10.3p1 relocating (0s)
-[+] kjx2nfr openssh@10.3p1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssh-10.3p1-kjx2nfrhrvxzutcvg3zyxjv7tvyqiat2 (0s)
-[ ] nzr6pd7 openmpi@5.0.10 fetching from build cache (0s)
-[+] bovk7dt mpich@5.0.1 /home/spack/spack/opt/spack/linux-x86_64_v3/mpich-5.0.1-bovk7dtifzhj3qyej4pmqssvi4oda2k4 (0s)
-[ ] nzr6pd7 openmpi@5.0.10 relocating (0s)
-[ ] x425zhl netlib-scalapack@2.2.3 fetching from build cache (0s)
-[ ] v7thz7n netlib-scalapack@2.2.3 fetching from build cache (0s)
-[ ] x425zhl netlib-scalapack@2.2.3 relocating (0s)
-[ ] v7thz7n netlib-scalapack@2.2.3 relocating (0s)
-[+] x425zhl netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-x425zhlxzxtbvtol4voqnfnwkwi7i7jm (1s)
-[+] v7thz7n netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-v7thz7nq3c2kfw4rbqhsulbd3yprhrap (1s)
-[+] afnel7p python@3.14.5 /home/spack/spack/opt/spack/linux-x86_64_v3/python-3.14.5-afnel7povb4oermf4jcb5pchgjqkmmux (1s)
-[ ] bcclnnz python-venv@1.0 fetching from build cache (0s)
-[+] nzr6pd7 openmpi@5.0.10 /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-nzr6pd7wjjwsa7eltwui6dzmv7klrucn (1s)
-[ ] bcclnnz python-venv@1.0 relocating (0s)
-[ ] b4nkwcf netlib-scalapack@2.2.3 fetching from build cache (0s)
-[ ] 2zi5wtu netlib-scalapack@2.2.3 fetching from build cache (0s)
-[ ] b4nkwcf netlib-scalapack@2.2.3 relocating (0s)
-[ ] 2zi5wtu netlib-scalapack@2.2.3 relocating (0s)
-[+] bcclnnz python-venv@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/python-venv-1.0-bcclnnzhc3vordjcpw474p7acng2prlx (0s)
-[ ] 7g2cva3 py-numpy@2.4.6 fetching from build cache (0s)
-[ ] 3iqsk4i py-pybind11@3.0.2 fetching from build cache (0s)
-[ ] 7g2cva3 py-numpy@2.4.6 relocating (0s)
-[ ] 3iqsk4i py-pybind11@3.0.2 relocating (0s)
-[+] b4nkwcf netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-b4nkwcfstoe3im2ia3x4sybstfpwfprz (0s)
-[+] 2zi5wtu netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-2zi5wtuh2jnzfsfjctcvwu7bxugildzo (0s)
-[+] 3iqsk4i py-pybind11@3.0.2 /home/spack/spack/opt/spack/linux-x86_64_v3/py-pybind11-3.0.2-3iqsk4i75azrkcftvwmnyp6hezl35dl3 (0s)
-[+] 7g2cva3 py-numpy@2.4.6 /home/spack/spack/opt/spack/linux-x86_64_v3/py-numpy-2.4.6-7g2cva3wwgq2nffqpvwujvc2rbbk57hp (0s)
-[ ] gouabck py-scipy@1.17.1 fetching from build cache (0s)
-[ ] gouabck py-scipy@1.17.1 relocating (0s)
-[+] gouabck py-scipy@1.17.1 /home/spack/spack/opt/spack/linux-x86_64_v3/py-scipy-1.17.1-gouabckeot5bo6tkkjiz5o5grjhbhptd (1s)
+[ ] nn3xbub gcc-runtime@16.1.0 fetching from build cache (0s)
+[ ] nn3xbub gcc-runtime@16.1.0 relocating (0s)
+[+] nn3xbub gcc-runtime@16.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-16.1.0-nn3xbub7zhmkubwxasksced5zbbb7xwr (1s)
+[ ] romubi2 ncurses@6.6 fetching from build cache (0s)
+[ ] aca7p7l libxcrypt@4.5.2 fetching from build cache (0s)
+[ ] uh2kn3c openblas@0.3.33 fetching from build cache (0s)
+[ ] xrsocgc libiconv@1.18 fetching from build cache (0s)
+[ ] romubi2 ncurses@6.6 relocating (0s)
+[ ] aca7p7l libxcrypt@4.5.2 relocating (0s)
+[ ] xrsocgc libiconv@1.18 relocating (0s)
+[ ] uh2kn3c openblas@0.3.33 relocating (0s)
+[+] aca7p7l libxcrypt@4.5.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libxcrypt-4.5.2-aca7p7lojtt3defjbdogqmktovdxa5qx (0s)
+[ ] t5frspj libpciaccess@0.17 fetching from build cache (0s)
+[+] xrsocgc libiconv@1.18 /home/spack/spack/opt/spack/linux-x86_64_v3/libiconv-1.18-xrsocgcig7f5o4fujtkqfiidnnkfnf5g (0s)
+[ ] 77mpzq5 netlib-lapack@3.12.1 fetching from build cache (0s)
+[ ] t5frspj libpciaccess@0.17 relocating (1s)
+[+] uh2kn3c openblas@0.3.33 /home/spack/spack/opt/spack/linux-x86_64_v3/openblas-0.3.33-uh2kn3ctzgxuixv23pw3vqa5nk2xfxll (1s)
+[ ] 77mpzq5 netlib-lapack@3.12.1 relocating (1s)
+[ ] o3dcvlb libfabric@2.5.1 fetching from build cache (0s)
+[+] t5frspj libpciaccess@0.17 /home/spack/spack/opt/spack/linux-x86_64_v3/libpciaccess-0.17-t5frspjun7nqk5pp5mjictlokfcwmmpc (1s)
+[ ] 2wcnb6n util-linux-uuid@2.41 fetching from build cache (0s)
+[ ] o3dcvlb libfabric@2.5.1 relocating (0s)
+[+] 77mpzq5 netlib-lapack@3.12.1 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-lapack-3.12.1-77mpzq52bkdgbldogwa5snquulfrw7vs (1s)
+[ ] 2wcnb6n util-linux-uuid@2.41 relocating (0s)
+[ ] pkl6qup libffi@3.5.2 fetching from build cache (0s)
+[+] o3dcvlb libfabric@2.5.1 /home/spack/spack/opt/spack/linux-x86_64_v3/libfabric-2.5.1-o3dcvlbnlyjp4ffwrsnuq4h2626gm5sm (1s)
+[ ] mzuiikv zstd@1.5.7 fetching from build cache (0s)
+[ ] pkl6qup libffi@3.5.2 relocating (1s)
+[+] 2wcnb6n util-linux-uuid@2.41 /home/spack/spack/opt/spack/linux-x86_64_v3/util-linux-uuid-2.41-2wcnb6nky3pis26yp54z2yztpi2ggdx4 (1s)
+[ ] 5kv66tq bzip2@1.0.8 fetching from build cache (0s)
+[+] romubi2 ncurses@6.6 /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.6-romubi25ey4yh64hcscvlcdnwb7lxni3 (2s)
+[+] pkl6qup libffi@3.5.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libffi-3.5.2-pkl6qupanohdjgbi2yisoob4gqpdczww (1s)
+[ ] mzuiikv zstd@1.5.7 relocating (0s)
+[ ] ypuui7v libmd@1.1.0 fetching from build cache (0s)
+[ ] rrvhely xz@5.8.3 fetching from build cache (0s)
+[ ] 5kv66tq bzip2@1.0.8 relocating (0s)
+[+] mzuiikv zstd@1.5.7 /home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-mzuiikvvruxmy5bmi63iwbpziaqyaxsp (0s)
+[ ] ypuui7v libmd@1.1.0 relocating (0s)
+[ ] gc236kh zlib-ng@2.3.3 fetching from build cache (0s)
+[ ] rrvhely xz@5.8.3 relocating (0s)
+[+] 5kv66tq bzip2@1.0.8 /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-5kv66tqcv6pqaezk75uxidkelfa2hjx2 (0s)
+[ ] vn7wvoe numactl@2.0.19 fetching from build cache (0s)
+[+] ypuui7v libmd@1.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/libmd-1.1.0-ypuui7vsqibbdjx25nya7qsxvjyycve3 (0s)
+[ ] gc236kh zlib-ng@2.3.3 relocating (1s)
+[ ] 4binz2p libedit@3.1-20251016 fetching from build cache (0s)
+[ ] vn7wvoe numactl@2.0.19 relocating (1s)
+[+] rrvhely xz@5.8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.8.3-rrvhelyvarwsqfyxopmtd5gqt5id4fed (1s)
+[+] gc236kh zlib-ng@2.3.3 /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.3.3-gc236khsrbih4o6nnaeqea7yvhm4d5e7 (1s)
+[ ] teh56fo readline@8.3 fetching from build cache (0s)
+[ ] 4binz2p libedit@3.1-20251016 relocating (0s)
+[ ] 2zdnupj libbsd@0.12.2 fetching from build cache (0s)
+[+] vn7wvoe numactl@2.0.19 /home/spack/spack/opt/spack/linux-x86_64_v3/numactl-2.0.19-vn7wvoehm2bv3im5gxkhb7twi5l3uhmu (1s)
+[ ] mladgc5 openssl@3.6.1 fetching from build cache (0s)
+[ ] teh56fo readline@8.3 relocating (0s)
+[+] 4binz2p libedit@3.1-20251016 /home/spack/spack/opt/spack/linux-x86_64_v3/libedit-3.1-20251016-4binz2pyummtqw6nrr2m3nhygqkf2kjr (0s)
+[ ] 2zdnupj libbsd@0.12.2 relocating (0s)
+[ ] 7ppidie pigz@2.8 fetching from build cache (0s)
+[+] teh56fo readline@8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-teh56foom4eqf4r22risawici3kacfxn (0s)
+[ ] mladgc5 openssl@3.6.1 relocating (0s)
+[ ] 3rlsf7j libxml2@2.15.3 fetching from build cache (0s)
+[ ] 7ppidie pigz@2.8 relocating (1s)
+[+] 2zdnupj libbsd@0.12.2 /home/spack/spack/opt/spack/linux-x86_64_v3/libbsd-0.12.2-2zdnupjtphl5alwmkywobr55gqctkjgy (1s)
+[ ] 2qw4v66 gdbm@1.26 fetching from build cache (0s)
+[+] 7ppidie pigz@2.8 /home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-7ppidiedssazkk5snujwlaatkjzl4xlz (1s)
+[ ] 3rlsf7j libxml2@2.15.3 relocating (1s)
+[ ] qy73hym sqlite@3.53.1 fetching from build cache (0s)
+[+] mladgc5 openssl@3.6.1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssl-3.6.1-mladgc5eepc2mvvfnzkjarftwmzdae5j (1s)
+[ ] 2qw4v66 gdbm@1.26 relocating (0s)
+[ ] kqm2d3g expat@2.8.1 fetching from build cache (0s)
+[+] 3rlsf7j libxml2@2.15.3 /home/spack/spack/opt/spack/linux-x86_64_v3/libxml2-2.15.3-3rlsf7j7jgr5drqaqujr5uw3qrlguy44 (1s)
+[ ] qy73hym sqlite@3.53.1 relocating (0s)
+[ ] u62ty4d tar@1.35 fetching from build cache (0s)
+[+] 2qw4v66 gdbm@1.26 /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.26-2qw4v6642brrlwkqgbnqdwbovof66nfk (0s)
+[ ] kqm2d3g expat@2.8.1 relocating (0s)
+[ ] ul3skja libevent@2.1.12 fetching from build cache (0s)
+[ ] u62ty4d tar@1.35 relocating (0s)
+[+] kqm2d3g expat@2.8.1 /home/spack/spack/opt/spack/linux-x86_64_v3/expat-2.8.1-kqm2d3gvvu4xj42amenolxqhoni66bpo (0s)
+[+] qy73hym sqlite@3.53.1 /home/spack/spack/opt/spack/linux-x86_64_v3/sqlite-3.53.1-qy73hymb6hze5xx4azkaytbcl7wykouv (1s)
+[ ] fkki5gm hwloc@2.13.0 fetching from build cache (1s)
+[ ] ul3skja libevent@2.1.12 relocating (1s)
+[+] u62ty4d tar@1.35 /home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-u62ty4dsid2jy3ys3wbwoy37nax4y5i7 (1s)
+[ ] fkki5gm hwloc@2.13.0 relocating (1s)
+[ ] qdxpkom gettext@1.0 fetching from build cache (0s)
+[+] ul3skja libevent@2.1.12 /home/spack/spack/opt/spack/linux-x86_64_v3/libevent-2.1.12-ul3skjatebbqwbcuq7rnwdesomenh56w (1s)
+[ ] qdxpkom gettext@1.0 relocating (0s)
+[+] fkki5gm hwloc@2.13.0 /home/spack/spack/opt/spack/linux-x86_64_v3/hwloc-2.13.0-fkki5gmowqxg3bskipcnmndcgxwiwzuw (1s)
+[ ] 2vgljh5 pmix@6.1.0 fetching from build cache (0s)
+[ ] fxetsgw mpich@5.0.1 fetching from build cache (0s)
+[ ] 2vgljh5 pmix@6.1.0 relocating (0s)
+[ ] fxetsgw mpich@5.0.1 relocating (1s)
+[+] 2vgljh5 pmix@6.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/pmix-6.1.0-2vgljh5yyopajc52dgj2bdob5cqszu7y (1s)
+[ ] wwm2ix6 prrte@4.1.0 fetching from build cache (0s)
+[ ] wwm2ix6 prrte@4.1.0 relocating (0s)
+[+] wwm2ix6 prrte@4.1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/prrte-4.1.0-wwm2ix6ijbqqfjaeslnngjq5zyeufgz7 (0s)
+[+] qdxpkom gettext@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/gettext-1.0-qdxpkom3wtc55cnrabhk2mq34kifliiv (2s)
+[ ] 7a4l5v5 krb5@1.22.2 fetching from build cache (0s)
+[ ] vuoqpmo python@3.14.5 fetching from build cache (0s)
+[ ] 7a4l5v5 krb5@1.22.2 relocating (0s)
+[ ] vuoqpmo python@3.14.5 relocating (0s)
+[+] 7a4l5v5 krb5@1.22.2 /home/spack/spack/opt/spack/linux-x86_64_v3/krb5-1.22.2-7a4l5v5natxi3lmapzc4ea4nzvd5k5ms (0s)
+[ ] plgdjpa openssh@10.3p1 fetching from build cache (0s)
+[ ] plgdjpa openssh@10.3p1 relocating (1s)
+[+] fxetsgw mpich@5.0.1 /home/spack/spack/opt/spack/linux-x86_64_v3/mpich-5.0.1-fxetsgw62gcxvnisz6dwz3um5hjtjtpf (3s)
+[ ] ugsrem2 netlib-scalapack@2.2.3 fetching from build cache (0s)
+[ ] y2obsoc netlib-scalapack@2.2.3 fetching from build cache (0s)
+[+] plgdjpa openssh@10.3p1 /home/spack/spack/opt/spack/linux-x86_64_v3/openssh-10.3p1-plgdjpahipc4dsfxec7kr3eyu4axw4gc (1s)
+[ ] s6hcsd5 openmpi@5.0.10 fetching from build cache (0s)
+[ ] ugsrem2 netlib-scalapack@2.2.3 relocating (0s)
+[ ] y2obsoc netlib-scalapack@2.2.3 relocating (0s)
+[ ] s6hcsd5 openmpi@5.0.10 relocating (0s)
+[+] ugsrem2 netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-ugsrem2k5ctcsem62rh5qj5ji6hpoif4 (1s)
+[+] y2obsoc netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-y2obsoclpudkxt2mbrc66elctp5tvicy (1s)
+[+] vuoqpmo python@3.14.5 /home/spack/spack/opt/spack/linux-x86_64_v3/python-3.14.5-vuoqpmohlxduiwga4ni3jfsf6lbd562b (2s)
+[ ] iyp4doo python-venv@1.0 fetching from build cache (0s)
+[ ] iyp4doo python-venv@1.0 relocating (1s)
+[+] s6hcsd5 openmpi@5.0.10 /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-s6hcsd5arflozzu5ho32ew2ohqlglpyf (2s)
+[+] iyp4doo python-venv@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/python-venv-1.0-iyp4dooj6gwksm2k25zavxbz2o7cvekx (1s)
+[ ] faqiqu4 netlib-scalapack@2.2.3 fetching from build cache (0s)
+[ ] 6twt5yp netlib-scalapack@2.2.3 fetching from build cache (0s)
+[ ] gvvfhjh py-numpy@2.4.6 fetching from build cache (0s)
+[ ] jv2364q py-pybind11@3.0.2 fetching from build cache (0s)
+[ ] faqiqu4 netlib-scalapack@2.2.3 relocating (0s)
+[ ] 6twt5yp netlib-scalapack@2.2.3 relocating (0s)
+[ ] gvvfhjh py-numpy@2.4.6 relocating (0s)
+[ ] jv2364q py-pybind11@3.0.2 relocating (0s)
+[+] faqiqu4 netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-faqiqu4wbwlhklx6q2mjqvrv2veclueb (0s)
+[+] 6twt5yp netlib-scalapack@2.2.3 /home/spack/spack/opt/spack/linux-x86_64_v3/netlib-scalapack-2.2.3-6twt5ypw7pqo64et2pu5ol6bolggnkks (0s)
+[+] jv2364q py-pybind11@3.0.2 /home/spack/spack/opt/spack/linux-x86_64_v3/py-pybind11-3.0.2-jv2364qenpa3evz5xt73u6b4epqgyqhr (0s)
+[+] gvvfhjh py-numpy@2.4.6 /home/spack/spack/opt/spack/linux-x86_64_v3/py-numpy-2.4.6-gvvfhjhkhi7yrqjpq5jnjihpgmhbmxjt (1s)
+[ ] s2p5dpl py-scipy@1.17.1 fetching from build cache (0s)
+[ ] s2p5dpl py-scipy@1.17.1 relocating (0s)
+[+] s2p5dpl py-scipy@1.17.1 /home/spack/spack/opt/spack/linux-x86_64_v3/py-scipy-1.17.1-s2p5dpl2srxtk4cvkdprpqogagdjrvzb (2s)
diff --git a/outputs/stacks/modules-2.out b/outputs/stacks/modules-2.out
index 0c3385dedb..c75d3f706f 100644
--- a/outputs/stacks/modules-2.out
+++ b/outputs/stacks/modules-2.out
@@ -1,22 +1,62 @@
$ module av
------------------------------------------------------------------------ /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/Core -----------------------------------------------------------------------
- binutils/2.46.0-cuzgmus gcc/15.2.0-yjlog5x libxcrypt/4.5.2-bkzcu2s mpc/1.4.1-gxmoxea pkgconf/2.5.1-yvl6jpi zlib-ng/2.3.3-g72d7i3
- bzip2/1.0.8-cbtgjrh gcc/16.1.0-vlwdxlj (D) libxml2/2.15.3-ujlg2ua mpfr/4.2.2-melg7ga readline/8.3-k25xiih zstd/1.5.7-63aruxk
- compiler-wrapper/1.1.0-mmywg7x gettext/1.0-sle3ix4 lmod/8.7.67-wf22jsg ncurses/6.6-ekvivpv tar/1.35-f5xe4px
- curl/8.20.0-j2fa7xl glibc/2.43-yc4n2pp lua-luafilesystem/1.9.0-su5b2hs nghttp2/1.67.1-4lyasaz tcl/8.6.17-d4ibosb
- gcc-runtime/15.2.0-xm76mt3 gmp/6.3.0-xpmsy5x lua-luaposix/36.3-egzwtik openssl/3.6.1-33yozp5 unzip/6.0-4qgksuy
- gcc-runtime/16.1.0-ghfita3 (D) libiconv/1.18-vbwvgwx lua/5.4.8-q66mudl pigz/2.8-afklka7 xz/5.8.3-hhjyyqy
+---- /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/Core ----
+ berkeley-db/18.1.40-27d4iyp
+ binutils/2.46.1-6ene6zr
+ bzip2/1.0.8-cbtgjrh
+ compiler-wrapper/1.1.0-mmywg7x
+ curl/8.20.0-j2fa7xl
+ gcc-runtime/15.2.0-xm76mt3
+ gcc-runtime/16.1.0-nn3xbub (D)
+ gcc/15.2.0-yjlog5x
+ gcc/16.1.0-hkkcdmj (D)
+ gdbm/1.26-cq4dkuc
+ gettext/1.0-sle3ix4
+ glibc/2.43-yc4n2pp
+ gmp/6.3.0-xpmsy5x
+ less/692-ohmdb2l
+ libiconv/1.18-vbwvgwx
+ libxcrypt/4.5.2-bkzcu2s
+ libxml2/2.15.3-ujlg2ua
+ lmod/8.7.67-wf22jsg
+ lua-luafilesystem/1.9.0-su5b2hs
+ lua-luaposix/36.3-egzwtik
+ lua/5.4.8-q66mudl
+ mpc/1.4.1-gxmoxea
+ mpfr/4.2.2-melg7ga
+ ncurses/6.6-ekvivpv
+ nghttp2/1.67.1-4lyasaz
+ openssl/3.6.1-33yozp5
+ perl/5.42.0-bvphs3b
+ pigz/2.8-afklka7
+ pkgconf/2.5.1-yvl6jpi
+ readline/8.3-k25xiih
+ tar/1.35-f5xe4px
+ tcl/8.6.17-d4ibosb
+ unzip/6.0-4qgksuy
+ xz/5.8.3-hhjyyqy
+ zlib-ng/2.3.3-g72d7i3
+ zstd/1.5.7-63aruxk
Where:
D: Default Module
-If the avail list is too long consider trying:
+If the avail list is too long
+consider trying:
-"module --default avail" or "ml -d av" to just list the default modules.
-"module overview" or "ml ov" to display the number of modules for each name.
+"module --default avail" or
+"ml -d av" to just list the
+default modules.
+"module overview" or "ml ov"
+to display the number of
+modules for each name.
-Use "module spider" to find all possible modules and extensions.
-Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
+Use "module spider" to find
+all possible modules and
+extensions.
+Use "module keyword key1 key2
+..." to search for all
+possible modules matching any
+of the "keys".
diff --git a/outputs/stacks/modules-3.out b/outputs/stacks/modules-3.out
index ee673dd502..0a905eedc5 100644
--- a/outputs/stacks/modules-3.out
+++ b/outputs/stacks/modules-3.out
@@ -1,6 +1,6 @@
$ module load gcc
$ which gcc
-/home/spack/spack/opt/spack/linux-x86_64_v3/gcc-16.1.0-vlwdxljzbis42fjrlecvyo4tmuq5eebn/bin/gcc
+/home/spack/spack/opt/spack/linux-x86_64_v3/gcc-16.1.0-hkkcdmj2guegqqkt2w3e3owuklnyvgek/bin/gcc
$ gcc --version
gcc (Spack GCC) 16.1.0
Copyright (C) 2026 Free Software Foundation, Inc.
@@ -9,34 +9,104 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ module av
--------------------------------------------------------------------- /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/gcc/16.1.0 --------------------------------------------------------------------
- bzip2/1.0.8-ofahxlj (D) libedit/3.1-20251016-4c4uuub libxcrypt/4.5.2-44jhzjg (D) openmpi/5.0.10-nzr6pd7 python-venv/1.0-bcclnnz zlib-ng/2.3.3-yd7lgm7 (D)
- expat/2.8.1-xkvh6gd libevent/2.1.12-m5ts755 libxml2/2.15.3-cxesrxa openssh/10.3p1-kjx2nfr python/3.14.5-afnel7p zstd/1.5.7-lq6tsmz
- gdbm/1.26-2af63my libfabric/2.5.1-s6cemsy mpich/5.0.1-bovk7dt openssl/3.6.1-yoq4amm readline/8.3-cbnh7bw
- gettext/1.0-g3gt6ze libffi/3.5.2-jgqwv65 ncurses/6.6-iehcspo (D) pigz/2.8-4diropt (D) sqlite/3.53.1-uliuxbf
- hwloc/2.13.0-nn3ymay libiconv/1.18-qs6av53 netlib-lapack/3.12.1-zknpbz3 pmix/6.1.0-qcxnkrd tar/1.35-tw6253j (D)
- krb5/1.22.2-awic2yh libmd/1.1.0-w3w22wx numactl/2.0.19-swhw6f5 prrte/4.1.0-cj2ohvh util-linux-uuid/2.41-v3sdaph
- libbsd/0.12.2-t623nqz libpciaccess/0.17-cmgnxt6 openblas/0.3.33-kdylbqh py-pybind11/3.0.2-3iqsk4i xz/5.8.3-bf6e7x2
-
------------------------------------------------------------------------ /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/Core -----------------------------------------------------------------------
- binutils/2.46.0-cuzgmus (L) gcc/15.2.0-yjlog5x libxcrypt/4.5.2-bkzcu2s mpc/1.4.1-gxmoxea (L) pkgconf/2.5.1-yvl6jpi zlib-ng/2.3.3-g72d7i3 (L)
- bzip2/1.0.8-cbtgjrh gcc/16.1.0-vlwdxlj (L,D) libxml2/2.15.3-ujlg2ua (D) mpfr/4.2.2-melg7ga (L) readline/8.3-k25xiih (D) zstd/1.5.7-63aruxk (L,D)
- compiler-wrapper/1.1.0-mmywg7x gettext/1.0-sle3ix4 (D) lmod/8.7.67-wf22jsg ncurses/6.6-ekvivpv tar/1.35-f5xe4px
- curl/8.20.0-j2fa7xl glibc/2.43-yc4n2pp (L) lua-luafilesystem/1.9.0-su5b2hs nghttp2/1.67.1-4lyasaz tcl/8.6.17-d4ibosb
- gcc-runtime/15.2.0-xm76mt3 (L) gmp/6.3.0-xpmsy5x (L) lua-luaposix/36.3-egzwtik openssl/3.6.1-33yozp5 (D) unzip/6.0-4qgksuy
- gcc-runtime/16.1.0-ghfita3 (D) libiconv/1.18-vbwvgwx (D) lua/5.4.8-q66mudl pigz/2.8-afklka7 xz/5.8.3-hhjyyqy (D)
+---- /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/gcc/16.1.0 ----
+ bzip2/1.0.8-5kv66tq (D)
+ expat/2.8.1-kqm2d3g
+ gdbm/1.26-2qw4v66 (D)
+ gettext/1.0-qdxpkom
+ hwloc/2.13.0-fkki5gm
+ krb5/1.22.2-7a4l5v5
+ libbsd/0.12.2-2zdnupj
+ libedit/3.1-20251016-4binz2p
+ libevent/2.1.12-ul3skja
+ libfabric/2.5.1-o3dcvlb
+ libffi/3.5.2-pkl6qup
+ libiconv/1.18-xrsocgc (D)
+ libmd/1.1.0-ypuui7v
+ libpciaccess/0.17-t5frspj
+ libxcrypt/4.5.2-aca7p7l
+ libxml2/2.15.3-3rlsf7j (D)
+ mpich/5.0.1-fxetsgw
+ ncurses/6.6-romubi2 (D)
+ netlib-lapack/3.12.1-77mpzq5
+ numactl/2.0.19-vn7wvoe
+ openblas/0.3.33-uh2kn3c
+ openmpi/5.0.10-s6hcsd5
+ openssh/10.3p1-plgdjpa
+ openssl/3.6.1-mladgc5
+ pigz/2.8-7ppidie (D)
+ pmix/6.1.0-2vgljh5
+ prrte/4.1.0-wwm2ix6
+ py-pybind11/3.0.2-jv2364q
+ python-venv/1.0-iyp4doo
+ python/3.14.5-vuoqpmo
+ readline/8.3-teh56fo (D)
+ sqlite/3.53.1-qy73hym
+ tar/1.35-u62ty4d (D)
+ util-linux-uuid/2.41-2wcnb6n
+ xz/5.8.3-rrvhely (D)
+ zlib-ng/2.3.3-gc236kh (D)
+ zstd/1.5.7-mzuiikv
+
+---- /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/Core ----
+ berkeley-db/18.1.40-27d4iyp
+ binutils/2.46.1-6ene6zr (L)
+ bzip2/1.0.8-cbtgjrh
+ compiler-wrapper/1.1.0-mmywg7x
+ curl/8.20.0-j2fa7xl
+ gcc-runtime/15.2.0-xm76mt3 (L)
+ gcc-runtime/16.1.0-nn3xbub (D)
+ gcc/15.2.0-yjlog5x
+ gcc/16.1.0-hkkcdmj (L,D)
+ gdbm/1.26-cq4dkuc
+ gettext/1.0-sle3ix4 (D)
+ glibc/2.43-yc4n2pp (L)
+ gmp/6.3.0-xpmsy5x (L)
+ less/692-ohmdb2l
+ libiconv/1.18-vbwvgwx
+ libxcrypt/4.5.2-bkzcu2s (D)
+ libxml2/2.15.3-ujlg2ua
+ lmod/8.7.67-wf22jsg
+ lua-luafilesystem/1.9.0-su5b2hs
+ lua-luaposix/36.3-egzwtik
+ lua/5.4.8-q66mudl
+ mpc/1.4.1-gxmoxea (L)
+ mpfr/4.2.2-melg7ga (L)
+ ncurses/6.6-ekvivpv
+ nghttp2/1.67.1-4lyasaz
+ openssl/3.6.1-33yozp5 (D)
+ perl/5.42.0-bvphs3b
+ pigz/2.8-afklka7
+ pkgconf/2.5.1-yvl6jpi
+ readline/8.3-k25xiih
+ tar/1.35-f5xe4px
+ tcl/8.6.17-d4ibosb
+ unzip/6.0-4qgksuy
+ xz/5.8.3-hhjyyqy
+ zlib-ng/2.3.3-g72d7i3 (L)
+ zstd/1.5.7-63aruxk (L,D)
Where:
D: Default Module
L: Module is loaded
-If the avail list is too long consider trying:
+If the avail list is too long
+consider trying:
-"module --default avail" or "ml -d av" to just list the default modules.
-"module overview" or "ml ov" to display the number of modules for each name.
+"module --default avail" or
+"ml -d av" to just list the
+default modules.
+"module overview" or "ml ov"
+to display the number of
+modules for each name.
-Use "module spider" to find all possible modules and extensions.
-Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
+Use "module spider" to find
+all possible modules and
+extensions.
+Use "module keyword key1 key2
+..." to search for all
+possible modules matching any
+of the "keys".
$ module unload gcc
diff --git a/outputs/stacks/modules-5.out b/outputs/stacks/modules-5.out
index a2ae996a1a..d53a2e5770 100644
--- a/outputs/stacks/modules-5.out
+++ b/outputs/stacks/modules-5.out
@@ -2,31 +2,80 @@ $ module load gcc
$ module load openmpi openblas netlib-scalapack py-scipy
$ module av
--------------------------------------------------------------------- /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/gcc/16.1.0 --------------------------------------------------------------------
- bzip2/1.0.8 hwloc/2.13.0 libevent/2.1.12 libmd/1.1.0 mpich/5.0.1 openblas/0.3.33 pigz/2.8 python-venv/1.0 tar/1.35 zstd/1.5.7
- expat/2.8.1 krb5/1.22.2 libfabric/2.5.1 libpciaccess/0.17 ncurses/6.6 openmpi/5.0.10 pmix/6.1.0 python/3.14.5 util-linux-uuid/2.41
- gdbm/1.26 libbsd/0.12.2 libffi/3.5.2 libxcrypt/4.5.2 netlib-lapack/3.12.1 openssh/10.3p1 prrte/4.1.0 readline/8.3 xz/5.8.3
- gettext/1.0 libedit/3.1-20251016 libiconv/1.18 libxml2/2.15.3 numactl/2.0.19 openssl/3.6.1 py-pybind11/3.0.2 sqlite/3.53.1 zlib-ng/2.3.3
-
------------------------------------------------------------------------ /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/Core -----------------------------------------------------------------------
- compiler-wrapper/1.1.0 gcc-runtime/16.1.0 gcc/15.2.0 gcc/16.1.0 (L,D) glibc/2.43 (L)
+---- /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/gcc/16.1.0 ----
+ bzip2/1.0.8
+ expat/2.8.1
+ gdbm/1.26
+ gettext/1.0
+ hwloc/2.13.0
+ krb5/1.22.2
+ libbsd/0.12.2
+ libedit/3.1-20251016
+ libevent/2.1.12
+ libfabric/2.5.1
+ libffi/3.5.2
+ libiconv/1.18
+ libmd/1.1.0
+ libpciaccess/0.17
+ libxcrypt/4.5.2
+ libxml2/2.15.3
+ mpich/5.0.1
+ ncurses/6.6
+ netlib-lapack/3.12.1
+ numactl/2.0.19
+ openblas/0.3.33
+ openmpi/5.0.10
+ openssh/10.3p1
+ openssl/3.6.1
+ pigz/2.8
+ pmix/6.1.0
+ prrte/4.1.0
+ py-pybind11/3.0.2
+ python-venv/1.0
+ python/3.14.5
+ readline/8.3
+ sqlite/3.53.1
+ tar/1.35
+ util-linux-uuid/2.41
+ xz/5.8.3
+ zlib-ng/2.3.3
+ zstd/1.5.7
+
+---- /home/spack/stacks/modules/linux-ubuntu26.04-x86_64/Core ----
+ compiler-wrapper/1.1.0
+ gcc-runtime/16.1.0
+ gcc/15.2.0
+ gcc/16.1.0 (L,D)
+ glibc/2.43 (L)
Where:
D: Default Module
L: Module is loaded
-If the avail list is too long consider trying:
+If the avail list is too long
+consider trying:
-"module --default avail" or "ml -d av" to just list the default modules.
-"module overview" or "ml ov" to display the number of modules for each name.
+"module --default avail" or
+"ml -d av" to just list the
+default modules.
+"module overview" or "ml ov"
+to display the number of
+modules for each name.
-Use "module spider" to find all possible modules and extensions.
-Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
+Use "module spider" to find
+all possible modules and
+extensions.
+Use "module keyword key1 key2
+..." to search for all
+possible modules matching any
+of the "keys".
$ module load mpich
-Lmod is automatically replacing "openmpi/5.0.10" with "mpich/5.0.1".
+Lmod is automatically
+replacing "openmpi/5.0.10"
+with "mpich/5.0.1".
Due to MODULEPATH changes, the following have been reloaded:
@@ -34,7 +83,9 @@ Due to MODULEPATH changes, the following have been reloaded:
$ module load netlib-lapack
-Lmod is automatically replacing "openblas/0.3.33" with "netlib-lapack/3.12.1".
+Lmod is automatically
+replacing "openblas/0.3.33"
+with "netlib-lapack/3.12.1".
Due to MODULEPATH changes, the following have been reloaded:
diff --git a/outputs/stacks/unify-3.out b/outputs/stacks/unify-3.out
index bd9dea0ad5..dad8c83f71 100644
--- a/outputs/stacks/unify-3.out
+++ b/outputs/stacks/unify-3.out
@@ -3,8 +3,8 @@ $ spack concretize
==> Concretizing the 'stack' group of specs
==> Starting concretization pool with 2 processes
==> Concretized 4 specs:
-[+] vlwdxlj gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[+] cuzgmus ^binutils@2.46.0~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] hkkcdmj gcc@16.1.0+binutils+bootstrap~graphite+libsanitizer~mold~nvptx~piclibs+profiled+strip build_system=autotools build_type=Release languages:='c,c++,fortran' platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] 6ene6zr ^binutils@2.46.1~debuginfod+gas~gprofng~headers~interwork+ld~libiberty~lto~nls~pgo+plugins build_system=autotools compress_debug_sections=zlib libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] mmywg7x ^compiler-wrapper@1.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
[b] ao2onuz ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] vbwvgwx ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -26,11 +26,11 @@ $ spack concretize
[+] gxmoxea ^mpc@1.4.1 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] melg7ga ^mpfr@4.2.2 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] sf5iutv ^autoconf-archive@2024.10.16 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
+[+] bvphs3b ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] 27d4iyp ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] cbtgjrh ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
-[b] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] cq4dkuc ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
+[+] ohmdb2l ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] jvlaabk ^texinfo@7.2~xs build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] sle3ix4 ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
[+] ujlg2ua ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
@@ -55,60 +55,60 @@ $ spack concretize
[b] ci53fkm ^procps@4.0.6+nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[b] a27iqiv ^sed@4.9 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@15.2.0
[+] d4ibosb ^tcl@8.6.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@15.2.0
-[b] x425zhl netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
-[b] yonurps ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 6b5h3dv ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] iiwpnp7 ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] djpmji7 ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] yoq4amm ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] iehcspo ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yd7lgm7 ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] ghfita3 ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 6hzfsbp ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] bovk7dt ^mpich@5.0.1~argobots~cuda+fortran+hwloc+hydra~level_zero+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath~xpmem build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=default platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] l3if3dy ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] g3gt6ze ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] tw6253j ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 4diropt ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] nn3ymay ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] s6cemsy ^libfabric@2.5.1~asan~cuda~debug~kdreg~level_zero~lsan~rocm~tsan~ubsan~uring build_system=autotools fabrics:=sockets,tcp,udp platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cmgnxt6 ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cy6lybd ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] cxesrxa ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] qs6av53 ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] bf6e7x2 ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xp6fyih ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] afnel7p ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] ofahxlj ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xkvh6gd ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] t623nqz ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] w3w22wx ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 2af63my ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] jgqwv65 ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] cbnh7bw ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] uliuxbf ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] v3sdaph ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] lq6tsmz ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] kdylbqh ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] b4nkwcf netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
-[b] nzr6pd7 ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
-[b] yg7nv7p ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
-[b] 47vgtt5 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] r6vd65h ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] pdslnit ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] m5ts755 ^libevent@2.1.12+openssl build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] raf5qk6 ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] fc5ezqn ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] swhw6f5 ^numactl@2.0.19 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] kjx2nfr ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] awic2yh ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] yws52fh ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 4c4uuub ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 44jhzjg ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] xxg272q ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] aev2xm7 ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
-[b] 3w5zzn3 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] qcxnkrd ^pmix@6.1.0~munge~python build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] cj2ohvh ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
-[b] 4p7olya ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] y2obsoc netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
+[b] kw6i4f4 ^cmake@3.31.11~doc+ncurses+ownlibs~qtgui build_system=generic build_type=Release platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] i3sc4sa ^curl@8.20.0~gssapi~ldap~libidn2~librtmp~libssh~libssh2+nghttp2 build_system=autotools libs:=shared,static tls:=openssl platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qjecybs ^nghttp2@1.67.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] rzn5joe ^diffutils@3.12 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] mladgc5 ^openssl@3.6.1~docs+shared build_system=generic certs=mozilla platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] romubi2 ^ncurses@6.6~symlinks+termlib abi=none build_system=autotools patches:=7a351bc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] gc236kh ^zlib-ng@2.3.3+compat+new_strategies+opt+pic+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] nn3xbub ^gcc-runtime@16.1.0 build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] lwhtcck ^gmake@4.4.1~guile build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] fxetsgw ^mpich@5.0.1~argobots~cuda+fortran+hwloc+hydra~level_zero+libxml2+pci~rocm+romio~slurm~vci~verbs+wrapperrpath~xpmem build_system=autotools datatype-engine=auto device=ch4 netmod=ofi pmi=default platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] fep3wol ^findutils@4.10.0 build_system=autotools patches:=440b954 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qdxpkom ^gettext@1.0+bzip2+curses+git~libunistring+libxml2+pic+shared+tar+xz build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] u62ty4d ^tar@1.35 build_system=autotools zip=pigz platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 7ppidie ^pigz@2.8 build_system=makefile platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] fkki5gm ^hwloc@2.13.0~cairo~cuda~gl~level_zero~libudev+libxml2~nvml~opencl+pci~rocm build_system=autotools libs:=shared,static patches:=b4db98b platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] o3dcvlb ^libfabric@2.5.1~asan~cuda~debug~kdreg~level_zero~lsan~rocm~tsan~ubsan~uring build_system=autotools fabrics:=sockets,tcp,udp platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] t5frspj ^libpciaccess@0.17 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] nc2zhu5 ^util-macros@1.20.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] 3rlsf7j ^libxml2@2.15.3+pic~python+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] xrsocgc ^libiconv@1.18 build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rrvhely ^xz@5.8.3~pic build_system=autotools libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] rws4suo ^pkgconf@2.5.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] vuoqpmo ^python@3.14.5+bz2+ctypes+dbm~debug~freethreading+libxml2+lzma~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~static~tests~tkinter+uuid+zlib+zstd build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 5kv66tq ^bzip2@1.0.8~debug~pic+shared build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] kqm2d3g ^expat@2.8.1+libbsd build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 2zdnupj ^libbsd@0.12.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ypuui7v ^libmd@1.1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2qw4v66 ^gdbm@1.26 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] pkl6qup ^libffi@3.5.2 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] teh56fo ^readline@8.3 build_system=autotools patches:=21f0a03,72dee13,e273643 platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qy73hym ^sqlite@3.53.1+column_metadata+fts+rtree build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2wcnb6n ^util-linux-uuid@2.41 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] mzuiikv ^zstd@1.5.7+programs build_system=makefile compression:=none libs:=shared,static platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] uh2kn3c ^openblas@0.3.33~bignuma~consistent_fpcsr+dynamic_dispatch+fortran~ilp64+locking+pic+shared~static build_system=makefile patches:=723ddc1 symbol_suffix=none threads=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] faqiqu4 netlib-scalapack@2.2.3~ipo~pic+shared build_system=cmake build_type=Release generator=make platform=linux os=ubuntu26.04 target=x86_64_v3 %c,fortran=gcc@16.1.0
+[b] s6hcsd5 ^openmpi@5.0.10+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem~rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=none patches:=646eb1a romio-filesystem:=none schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx,fortran=gcc@16.1.0
+[b] uesc5yd ^autoconf@2.72 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3
+[b] hkvksc3 ^m4@1.4.21+sigsegv build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4v4bncv ^libsigsegv@2.15 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] qhb7ywb ^automake@1.18.1 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ul3skja ^libevent@2.1.12+openssl build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] wiglecf ^libtool@2.5.4 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] ra2jarr ^file@5.46+static build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] vn7wvoe ^numactl@2.0.19 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] plgdjpa ^openssh@10.3p1+gssapi build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 7a4l5v5 ^krb5@1.22.2+shared build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] qu5uhax ^bison@3.8.2~color build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] 4binz2p ^libedit@3.1-20251016 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] aca7p7l ^libxcrypt@4.5.2~obsolete_api build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] c6ebuxy ^perl@5.42.0+cpanm+opcode+open+shared+threads build_system=generic platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] zsx5k5v ^berkeley-db@18.1.40+cxx~docs+stl build_system=autotools patches:=26090f4,b231fcc platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
+[b] d2d5je7 ^less@692 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 2vgljh5 ^pmix@6.1.0~munge~python build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] wwm2ix6 ^prrte@4.1.0 build_system=autotools patches:=64faa1a,91b28f5 schedulers:=none platform=linux os=ubuntu26.04 target=x86_64_v3 %c=gcc@16.1.0
+[b] 4rup75b ^flex@2.6.3+lex~nls build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3 %c,cxx=gcc@16.1.0
diff --git a/outputs/stacks/view-0.out b/outputs/stacks/view-0.out
index 8e92a115d0..f49400f0ad 100644
--- a/outputs/stacks/view-0.out
+++ b/outputs/stacks/view-0.out
@@ -5,56 +5,175 @@ $ spack concretize
$ ls ~/stacks/views/default
bin etc include lib lib64 libexec man pyvenv.cfg sbin share var
$ ls ~/stacks/views/default/lib
-cmake libevent_core-2.1.so.7.0.1 libgettextpo.a libkrb5.so libmpich.so libpanel.so libtinfo_g.a
-gettext libevent_core.a libgettextpo.so libkrb5.so.3 libmpichcxx.so libpanel.so.6 libtinfow.a
-krb5 libevent_core.so libgettextpo.so.0 libkrb5.so.3.3 libmpichf90.so libpanel.so.6.6 libtinfow.so
-libasan.so.8 libevent_extra-2.1.so.7 libgettextpo.so.0.6.0 libkrb5support.so libmpicxx.a libpanel_g.a libtinfow.so.6
-libasprintf.a libevent_extra-2.1.so.7.0.1 libgettextsrc-1.0.so libkrb5support.so.0 libmpicxx.so libpanelw.a libtinfow.so.6.6
-libasprintf.so libevent_extra.a libgettextsrc.a libkrb5support.so.0.1 libmpicxx.so.12 libpanelw.so libtinfow_g.a
-libasprintf.so.0 libevent_extra.so libgettextsrc.so liblapack.so libmpicxx.so.12.6.1 libpanelw.so.6 libtmglib.so
-libasprintf.so.0.0.0 libevent_openssl-2.1.so.7 libgfortran.so.5 liblapack.so.3 libmpifort.a libpanelw.so.6.6 libtmglib.so.3
-libatomic.so.1 libevent_openssl-2.1.so.7.0.1 libgomp.so.1 liblapack.so.3.12.0 libmpifort.so libpanelw_g.a libtmglib.so.3.12.0
-libblas.so libevent_openssl.a libgssapi_krb5.so liblapacke.so libmpifort.so.12 libpciaccess.a libtsan.so.2
-libblas.so.3 libevent_openssl.so libgssapi_krb5.so.2 liblapacke.so.3 libmpifort.so.12.6.1 libpciaccess.so libubsan.so.1
-libblas.so.3.12.0 libevent_pthreads-2.1.so.7 libgssapi_krb5.so.2.2 liblapacke.so.3.12.0 libmpl.so libpciaccess.so.0 libuuid.a
-libbsd-ctor.a libevent_pthreads-2.1.so.7.0.1 libgssrpc.so liblsan.so.0 libncurses++.a libpciaccess.so.0.11.1 libuuid.so
-libbsd.a libevent_pthreads.a libgssrpc.so.4 liblzma.a libncurses++.so libpmix.a libuuid.so.1
-libbsd.so libevent_pthreads.so libgssrpc.so.4.2 liblzma.so libncurses++.so.6 libpmix.so libuuid.so.1.3.0
-libbsd.so.0 libexpat.a libhistory.a liblzma.so.5 libncurses++.so.6.6 libpmix.so.2 libverto.so
-libbsd.so.0.12.2 libexpat.so libhistory.so liblzma.so.5.8.3 libncurses++_g.a libpmix.so.2.23.0 libverto.so.0
-libbz2.a libexpat.so.1 libhistory.so.8 libmd.a libncurses++w.a libprrte.a libverto.so.0.0
-libbz2.so libexpat.so.1.12.1 libhistory.so.8.3 libmd.so libncurses++w.so libprrte.so libxml2.so
-libbz2.so.1 libfabric.a libhwasan.so.0 libmd.so.0 libncurses++w.so.6 libprrte.so.3 libxml2.so.16
-libbz2.so.1.0 libfabric.so libhwloc.a libmd.so.0.1.0 libncurses++w.so.6.6 libprrte.so.3.1.0 libxml2.so.16.1.3
-libbz2.so.1.0.8 libfabric.so.1 libhwloc.so libmenu.a libncurses++w_g.a libpython3.14.so libz.a
-libcblas.so libfabric.so.1.31.1 libhwloc.so.15 libmenu.so libncurses.a libpython3.14.so.1.0 libz.so
-libcblas.so.3 libfmpich.so libhwloc.so.15.10.2 libmenu.so.6 libncurses.so libpython3.so libz.so.1
-libcblas.so.3.12.0 libform.a libiconv.a libmenu.so.6.6 libncurses.so.6 libquadmath.so.0 libz.so.1.3.1.zlib-ng
-libcharset.a libform.so libiconv.so libmenu_g.a libncurses.so.6.6 libreadline.a libzstd.a
-libcharset.so libform.so.6 libiconv.so.2 libmenuw.a libncurses_g.a libreadline.so libzstd.so
-libcharset.so.1 libform.so.6.6 libiconv.so.2.7.0 libmenuw.so libncursesw.a libreadline.so.8 libzstd.so.1
-libcharset.so.1.0.0 libform_g.a libitm.so.1 libmenuw.so.6 libncursesw.so libreadline.so.8.3 libzstd.so.1.5.7
-libcom_err.so libformw.a libk5crypto.so libmenuw.so.6.6 libncursesw.so.6 libscalapack.so mpi.mod
-libcom_err.so.3 libformw.so libk5crypto.so.3 libmenuw_g.a libncursesw.so.6.6 libscalapack.so.2.2 mpi_ext.mod
-libcom_err.so.3.0 libformw.so.6 libk5crypto.so.3.1 libmpi.a libncursesw_g.a libscalapack.so.2.2.3 mpi_f08.mod
-libcrypt.a libformw.so.6.6 libkadm5clnt.so libmpi.so libnuma.a libsqlite3.a mpi_f08_callbacks.mod
-libcrypt.so libformw_g.a libkadm5clnt_mit.so libmpi.so.12 libnuma.so libsqlite3.so mpi_f08_ext.mod
-libcrypt.so.2 libgcc_s.so.1 libkadm5clnt_mit.so.12 libmpi.so.12.6.1 libnuma.so.1 libsqlite3.so.0 mpi_f08_interfaces.mod
-libcrypt.so.2.0.0 libgdbm.a libkadm5clnt_mit.so.12.0 libmpi.so.40 libnuma.so.1.0.0 libsqlite3.so.3.53.1 mpi_f08_interfaces_callbacks.mod
-libcurses.so libgdbm.so libkadm5srv.so libmpi.so.40.40.7 libopa.so libssp.so.0 mpi_f08_types.mod
-libedit.a libgdbm.so.6 libkadm5srv_mit.so libmpi_mpifh.so libopen-pal.so libstdc++.so.6 mpi_types.mod
-libedit.so libgdbm.so.6.0.0 libkadm5srv_mit.so.12 libmpi_mpifh.so.40 libopen-pal.so.80 libtextstyle.a openmpi
-libedit.so.0 libgdbm_compat.a libkadm5srv_mit.so.12.0 libmpi_mpifh.so.40.40.1 libopen-pal.so.80.0.5 libtextstyle.so pkgconfig
-libedit.so.0.0.76 libgdbm_compat.so libkdb5.so libmpi_usempi_ignore_tkr.so libopenblas-r0.3.33.a libtextstyle.so.0 pmpi_f08_interfaces.mod
-libevent-2.1.so.7 libgdbm_compat.so.4 libkdb5.so.10 libmpi_usempi_ignore_tkr.so.40 libopenblas-r0.3.33.so libtextstyle.so.0.2.7 preloadable_libintl.so
-libevent-2.1.so.7.0.1 libgdbm_compat.so.4.0.0 libkdb5.so.10.0 libmpi_usempi_ignore_tkr.so.40.40.1 libopenblas.a libtinfo.a python3.14
-libevent.a libgettextlib-1.0.so libkrad.so libmpi_usempif08.so libopenblas.so libtinfo.so terminfo
-libevent.so libgettextlib.a libkrad.so.0 libmpi_usempif08.so.40 libopenblas.so.0 libtinfo.so.6
-libevent_core-2.1.so.7 libgettextlib.so libkrad.so.0.0 libmpi_usempif08.so.40.40.3 libpanel.a libtinfo.so.6.6
+cmake libmenu.so
+gettext libmenu.so.6
+krb5 libmenu.so.6.6
+libasan.so.8 libmenu_g.a
+libasprintf.a libmenuw.a
+libasprintf.so libmenuw.so
+libasprintf.so.0 libmenuw.so.6
+libasprintf.so.0.0.0 libmenuw.so.6.6
+libatomic.so.1 libmenuw_g.a
+libblas.so libmpi.a
+libblas.so.3 libmpi.so
+libblas.so.3.12.0 libmpi.so.12
+libbsd-ctor.a libmpi.so.12.6.1
+libbsd.a libmpi.so.40
+libbsd.so libmpi.so.40.40.7
+libbsd.so.0 libmpi_mpifh.so
+libbsd.so.0.12.2 libmpi_mpifh.so.40
+libbz2.a libmpi_mpifh.so.40.40.1
+libbz2.so libmpi_usempi_ignore_tkr.so
+libbz2.so.1 libmpi_usempi_ignore_tkr.so.40
+libbz2.so.1.0 libmpi_usempi_ignore_tkr.so.40.40.1
+libbz2.so.1.0.8 libmpi_usempif08.so
+libcblas.so libmpi_usempif08.so.40
+libcblas.so.3 libmpi_usempif08.so.40.40.3
+libcblas.so.3.12.0 libmpich.so
+libcharset.a libmpichcxx.so
+libcharset.so libmpichf90.so
+libcharset.so.1 libmpicxx.a
+libcharset.so.1.0.0 libmpicxx.so
+libcom_err.so libmpicxx.so.12
+libcom_err.so.3 libmpicxx.so.12.6.1
+libcom_err.so.3.0 libmpifort.a
+libcrypt.a libmpifort.so
+libcrypt.so libmpifort.so.12
+libcrypt.so.2 libmpifort.so.12.6.1
+libcrypt.so.2.0.0 libmpl.so
+libcurses.so libncurses++.a
+libedit.a libncurses++.so
+libedit.so libncurses++.so.6
+libedit.so.0 libncurses++.so.6.6
+libedit.so.0.0.76 libncurses++_g.a
+libevent-2.1.so.7 libncurses++w.a
+libevent-2.1.so.7.0.1 libncurses++w.so
+libevent.a libncurses++w.so.6
+libevent.so libncurses++w.so.6.6
+libevent_core-2.1.so.7 libncurses++w_g.a
+libevent_core-2.1.so.7.0.1 libncurses.a
+libevent_core.a libncurses.so
+libevent_core.so libncurses.so.6
+libevent_extra-2.1.so.7 libncurses.so.6.6
+libevent_extra-2.1.so.7.0.1 libncurses_g.a
+libevent_extra.a libncursesw.a
+libevent_extra.so libncursesw.so
+libevent_openssl-2.1.so.7 libncursesw.so.6
+libevent_openssl-2.1.so.7.0.1 libncursesw.so.6.6
+libevent_openssl.a libncursesw_g.a
+libevent_openssl.so libnuma.a
+libevent_pthreads-2.1.so.7 libnuma.so
+libevent_pthreads-2.1.so.7.0.1 libnuma.so.1
+libevent_pthreads.a libnuma.so.1.0.0
+libevent_pthreads.so libopa.so
+libexpat.a libopen-pal.so
+libexpat.so libopen-pal.so.80
+libexpat.so.1 libopen-pal.so.80.0.5
+libexpat.so.1.12.1 libopenblas-r0.3.33.a
+libfabric.a libopenblas-r0.3.33.so
+libfabric.so libopenblas.a
+libfabric.so.1 libopenblas.so
+libfabric.so.1.31.1 libopenblas.so.0
+libfmpich.so libpanel.a
+libform.a libpanel.so
+libform.so libpanel.so.6
+libform.so.6 libpanel.so.6.6
+libform.so.6.6 libpanel_g.a
+libform_g.a libpanelw.a
+libformw.a libpanelw.so
+libformw.so libpanelw.so.6
+libformw.so.6 libpanelw.so.6.6
+libformw.so.6.6 libpanelw_g.a
+libformw_g.a libpciaccess.a
+libgcc_s.so.1 libpciaccess.so
+libgdbm.a libpciaccess.so.0
+libgdbm.so libpciaccess.so.0.11.1
+libgdbm.so.6 libpmix.a
+libgdbm.so.6.0.0 libpmix.so
+libgdbm_compat.a libpmix.so.2
+libgdbm_compat.so libpmix.so.2.23.0
+libgdbm_compat.so.4 libprrte.a
+libgdbm_compat.so.4.0.0 libprrte.so
+libgettextlib-1.0.so libprrte.so.3
+libgettextlib.a libprrte.so.3.1.0
+libgettextlib.so libpython3.14.so
+libgettextpo.a libpython3.14.so.1.0
+libgettextpo.so libpython3.so
+libgettextpo.so.0 libquadmath.so.0
+libgettextpo.so.0.6.0 libreadline.a
+libgettextsrc-1.0.so libreadline.so
+libgettextsrc.a libreadline.so.8
+libgettextsrc.so libreadline.so.8.3
+libgfortran.so.5 libscalapack.so
+libgomp.so.1 libscalapack.so.2.2
+libgssapi_krb5.so libscalapack.so.2.2.3
+libgssapi_krb5.so.2 libsqlite3.a
+libgssapi_krb5.so.2.2 libsqlite3.so
+libgssrpc.so libsqlite3.so.0
+libgssrpc.so.4 libsqlite3.so.3.53.1
+libgssrpc.so.4.2 libssp.so.0
+libhistory.a libstdc++.so.6
+libhistory.so libtextstyle.a
+libhistory.so.8 libtextstyle.so
+libhistory.so.8.3 libtextstyle.so.0
+libhwasan.so.0 libtextstyle.so.0.2.7
+libhwloc.a libtinfo.a
+libhwloc.so libtinfo.so
+libhwloc.so.15 libtinfo.so.6
+libhwloc.so.15.10.2 libtinfo.so.6.6
+libiconv.a libtinfo_g.a
+libiconv.so libtinfow.a
+libiconv.so.2 libtinfow.so
+libiconv.so.2.7.0 libtinfow.so.6
+libitm.so.1 libtinfow.so.6.6
+libk5crypto.so libtinfow_g.a
+libk5crypto.so.3 libtmglib.so
+libk5crypto.so.3.1 libtmglib.so.3
+libkadm5clnt.so libtmglib.so.3.12.0
+libkadm5clnt_mit.so libtsan.so.2
+libkadm5clnt_mit.so.12 libubsan.so.1
+libkadm5clnt_mit.so.12.0 libuuid.a
+libkadm5srv.so libuuid.so
+libkadm5srv_mit.so libuuid.so.1
+libkadm5srv_mit.so.12 libuuid.so.1.3.0
+libkadm5srv_mit.so.12.0 libverto.so
+libkdb5.so libverto.so.0
+libkdb5.so.10 libverto.so.0.0
+libkdb5.so.10.0 libxml2.so
+libkrad.so libxml2.so.16
+libkrad.so.0 libxml2.so.16.1.3
+libkrad.so.0.0 libz.a
+libkrb5.so libz.so
+libkrb5.so.3 libz.so.1
+libkrb5.so.3.3 libz.so.1.3.1.zlib-ng
+libkrb5support.so libzstd.a
+libkrb5support.so.0 libzstd.so
+libkrb5support.so.0.1 libzstd.so.1
+liblapack.so libzstd.so.1.5.7
+liblapack.so.3 mpi.mod
+liblapack.so.3.12.0 mpi_ext.mod
+liblapacke.so mpi_f08.mod
+liblapacke.so.3 mpi_f08_callbacks.mod
+liblapacke.so.3.12.0 mpi_f08_ext.mod
+liblsan.so.0 mpi_f08_interfaces.mod
+liblzma.a mpi_f08_interfaces_callbacks.mod
+liblzma.so mpi_f08_types.mod
+liblzma.so.5 mpi_types.mod
+liblzma.so.5.8.3 openmpi
+libmd.a pkgconfig
+libmd.so pmpi_f08_interfaces.mod
+libmd.so.0 preloadable_libintl.so
+libmd.so.0.1.0 python3.14
+libmenu.a terminfo
$ ls ~/stacks/views/full
-binutils expat gdbm hwloc libedit libffi libpciaccess lmod mpfr netlib-lapack numactl openssh pmix readline tcl xz
-bzip2 gcc gettext krb5 libevent libiconv libxcrypt lua mpich netlib-scalapack openblas openssl prrte sqlite unzip zlib-ng
-curl gcc-runtime gmp libbsd libfabric libmd libxml2 mpc ncurses nghttp2 openmpi pigz python tar util-linux-uuid zstd
+binutils gmp libiconv mpfr openmpi sqlite
+bzip2 hwloc libmd mpich openssh tar
+curl krb5 libpciaccess ncurses openssl tcl
+expat libbsd libxcrypt netlib-lapack pigz unzip
+gcc libedit libxml2 netlib-scalapack pmix util-linux-uuid
+gcc-runtime libevent lmod nghttp2 prrte xz
+gdbm libfabric lua numactl python zlib-ng
+gettext libffi mpc openblas readline zstd
$ ls ~/stacks/views/full/gcc/
gcc-16.1.0-gcc-15.2.0
$ ls ~/stacks/views/full/gcc/gcc-16.1.0-gcc-15.2.0
diff --git a/outputs/stacks/view-1.out b/outputs/stacks/view-1.out
index 2fc8a2c204..5e782b5bf9 100644
--- a/outputs/stacks/view-1.out
+++ b/outputs/stacks/view-1.out
@@ -6,6 +6,11 @@ lib
$ ls ~/stacks/views/default/lib
cmake libscalapack.so libscalapack.so.2.2 libscalapack.so.2.2.3 pkgconfig python3.14
$ ls ~/stacks/views/full
-binutils expat gdbm hwloc libedit libffi libpciaccess lmod mpfr netlib-lapack numactl openssh pmix readline tcl xz
-bzip2 gcc gettext krb5 libevent libiconv libxcrypt lua mpich netlib-scalapack openblas openssl prrte sqlite unzip zlib-ng
-curl gcc-runtime gmp libbsd libfabric libmd libxml2 mpc ncurses nghttp2 openmpi pigz python tar util-linux-uuid zstd
+binutils gmp libiconv mpfr openmpi sqlite
+bzip2 hwloc libmd mpich openssh tar
+curl krb5 libpciaccess ncurses openssl tcl
+expat libbsd libxcrypt netlib-lapack pigz unzip
+gcc libedit libxml2 netlib-scalapack pmix util-linux-uuid
+gcc-runtime libevent lmod nghttp2 prrte xz
+gdbm libfabric lua numactl python zlib-ng
+gettext libffi mpc openblas readline zstd
diff --git a/tutorial_configuration.rst b/tutorial_configuration.rst
index 4bc1228a64..a6439733b3 100644
--- a/tutorial_configuration.rst
+++ b/tutorial_configuration.rst
@@ -150,6 +150,7 @@ For example, look at high-level config:
/home/spack/spack/etc/spack/defaults/config.yaml:240 containerise: containerize
/home/spack/spack/etc/spack/defaults/config.yaml:241 rm: remove
+
We can see overrides in action with:
.. code-block:: console
@@ -206,14 +207,14 @@ We start with no active environment, so this will open a ``packages.yaml`` file
packages:
gcc:
externals:
- - spec: gcc@10.5.0 languages:='c,c++,fortran'
+ - spec: gcc@14.3.0 languages:='c,c++,fortran'
prefix: /usr
extra_attributes:
compilers:
- c: /usr/bin/gcc-10
- cxx: /usr/bin/g++-10
- fortran: /usr/bin/gfortran-10
- - spec: gcc@11.4.0 languages:='c,c++,fortran'
+ c: /usr/bin/gcc-14
+ cxx: /usr/bin/g++-14
+ fortran: /usr/bin/gfortran-14
+ - spec: gcc@15.2.0 languages:='c,c++,fortran'
prefix: /usr
extra_attributes:
compilers:
@@ -222,13 +223,14 @@ We start with no active environment, so this will open a ``packages.yaml`` file
fortran: /usr/bin/gfortran
llvm:
externals:
- - spec: llvm@14.0.0+clang~flang~lld~lldb
+ - spec: llvm@21.1.8+clang~flang~lld~lldb
prefix: /usr
extra_attributes:
compilers:
c: /usr/bin/clang
cxx: /usr/bin/clang++
+
This specifies two versions of the GCC compiler and one version of the Clang compiler with no Flang compiler.
Now suppose we have a code that we want to compile with the Clang compiler for C/C++ code, but with gfortran for Fortran components.
We can do this by adding creating a toolchain config:
@@ -241,13 +243,14 @@ We can do this by adding creating a toolchain config:
toolchains:
clang_gfortran:
- - spec: '%c=llvm@14.0.0'
+ - spec: '%c=llvm@21.1.8'
when: '%c'
- - spec: '%cxx=llvm@14.0.0'
+ - spec: '%cxx=llvm@21.1.8'
when: '%cxx'
- - spec: '%fortran=gcc@11.4.0'
+ - spec: '%fortran=gcc@15.2.0'
when: '%fortran'
+
We are essentially saying "use Clang for C/C++, and use GCC for Fortran".
You can use this new entry like so:
@@ -278,13 +281,13 @@ Let's open our compilers configuration file again and add a compiler flag:
packages:
gcc:
externals:
- - spec: gcc@10.5.0 languages:='c,c++,fortran'
+ - spec: gcc@14.3.0 languages:='c,c++,fortran'
prefix: /usr
extra_attributes:
compilers:
- c: /usr/bin/gcc-10
- cxx: /usr/bin/g++-10
- fortran: /usr/bin/gfortran-10
+ c: /usr/bin/gcc-14
+ cxx: /usr/bin/g++-14
+ fortran: /usr/bin/gfortran-14
flags:
cppflags: -g
@@ -311,10 +314,10 @@ Some additional fields not discussed yet, in an example:
packages:
gcc:
externals:
- - spec: gcc@11.4.0 languages:='c,c++,fortran'
+ - spec: gcc@15.2.0 languages:='c,c++,fortran'
prefix: /usr
modules:
- - gcc/11.4.0
+ - gcc/15.2.0
extra_attributes:
compilers:
c: /usr/bin/gcc
@@ -328,6 +331,7 @@ Some additional fields not discussed yet, in an example:
set:
EG_A_LICENSE_FILE: 1713@license4
+
.. The ``target`` field of the compiler defines the cpu architecture **family** that the compiler supports.
.. (target isn't in the compiler schema in packages anymore: how do we say "target generic x86_64 whenever you use this compiler")
@@ -397,12 +401,13 @@ When you have an activated environment, you can edit the associated configuratio
concretizer:
unify: true
packages:
- all:
+ c:
prefer:
- - "%llvm"
+ - llvm
mpi:
require: mpich
+
We see if we retry that we now get what we want without getting any more specific on the command line.
.. Because of the configuration scoping we discussed earlier, this overrides the default settings just for these two items.
@@ -429,9 +434,9 @@ Instead, we'll update our config to force disable it:
concretizer:
unify: true
packages:
- all:
+ c:
prefer:
- - "%llvm"
+ - llvm
mpi:
require: mpich
hdf5:
@@ -441,7 +446,7 @@ Instead, we'll update our config to force disable it:
Note if you define ``require`` under ``all`` and ``hdf5``, you must reintroduce any requirements in ``hdf5``.
-.. literalinclude:: outputs/config/3.prefs.out
+.. literalinclude:: outputs/config/2.prefs.out
:language: spec
:emphasize-lines: 2
@@ -460,7 +465,7 @@ On these systems, we have a pre-installed curl.
Let's tell Spack about this package and where it can be found:
.. code-block:: yaml
- :emphasize-lines: 15-19
+ :emphasize-lines: 7-11
spack:
specs: []
@@ -468,21 +473,22 @@ Let's tell Spack about this package and where it can be found:
concretizer:
unify: true
packages:
- all:
+ curl:
+ externals:
+ - spec: curl@8.18.0 %gcc@15.2.0
+ prefix: /usr
+ buildable: false
+ c:
prefer:
- - "%llvm"
+ - llvm
mpi:
require: mpich
hdf5:
require:
- spec: "~mpi"
- curl:
- externals:
- - spec: curl@7.81.0 %gcc@11.4.0
- prefix: /usr
- buildable: false
-Here, we've told Spack that Curl 7.81.0 is installed on our system.
+
+Here, we've told Spack that Curl 8.18.0 is installed on our system.
We've also told it the installation prefix where Curl can be found.
We don't know exactly which variants it was built with, but that's okay.
Finally, we set ``buildable: false`` to require that Spack not try to build its own.
@@ -507,7 +513,7 @@ To express that we don't want any other MPI installed, we can use the virtual ``
While we're editing the ``spack.yaml`` file, make sure to configure HDF5 to be able to build with MPI again:
.. code-block:: yaml
- :emphasize-lines: 12,18-21
+ :emphasize-lines: 17-21
spack:
specs: []
@@ -515,22 +521,23 @@ While we're editing the ``spack.yaml`` file, make sure to configure HDF5 to be a
concretizer:
unify: true
packages:
- all:
+ curl:
+ externals:
+ - spec: curl@7.81.0 %gcc@11.4.0
+ prefix: /usr
+ buildable: false
+ c:
prefer:
- - "%llvm"
+ - llvm
mpi:
require: mpich
buildable: false
- curl:
- externals:
- - spec: curl@7.81.0 %gcc@11.4.0
- prefix: /usr
- buildable: false
mpich:
externals:
- - spec: mpich@4.0+hydra device=ch4 netmod=ofi
+ - spec: mpich@4.3.2+hydra+verbs device=ch4 netmod=ucx
prefix: /usr
+
.. 3.externals.out has mpich
.. The concretization result is strange and enables some qt stuff that makes it huge
@@ -542,14 +549,12 @@ To debug this, we will force Spack to use ``hdf5+mpi``.
$ spack spec hdf5+mpi
==> Error: failed to concretize `hdf5+mpi` for the following reasons:
- 1. cannot satisfy a requirement for package 'mpich'.
- 2. hdf5: '+mpi' conflicts with '^mpich@4.0:4.0.3'
- 3. hdf5: '+mpi' conflicts with '^mpich@4.0:4.0.3'
- required because conflict is triggered when +mpi
- required because hdf5+mpi requested explicitly
- required because conflict constraint ^mpich@4.0:4.0.3
- required because mpich available as external when satisfying mpich@=4.0+hydra device=ch4 netmod=ofi
- required because hdf5+mpi requested explicitly
+ 1. 'hdf5' requires conflicting variant values '~mpi' and '+mpi'
+ 2. 'hdf5' requires conflicting variant values '~mpi' and '+mpi'
+ required because hdf5+mpi requested explicitly
+ required because ~mpi is a requirement for package hdf5
+ required because hdf5+mpi requested explicitly
+
In this case, we cannot use the external mpich.
The version is incompatible with ``hdf5``.
@@ -641,7 +646,7 @@ On systems with compilers that absolutely *require* environment variables like `
However, this is strongly discouraged, as it can pull unwanted libraries into the build.
One last setting that may be of interest to many users is the ability to customize the parallelism of Spack builds.
-By default, Spack installs all packages in parallel with the number of jobs equal to the number of cores on the node (up to a maximum of 16).
+By default, Spack installs all packages in parallel with the number of jobs equal to the number of cores on the node.
For example, on a node with 16 cores, this will look like:
.. code-block:: spec
@@ -649,13 +654,13 @@ For example, on a node with 16 cores, this will look like:
$ spack install --no-cache --verbose --overwrite --yes-to-all zlib
==> Installing zlib
==> Executing phase: 'install'
- ==> './configure' '--prefix=/home/user/spack/opt/spack/linux-ubuntu22.04-x86_64/gcc-11.3.0/zlib-1.2.12-fntvsj6xevbz5gyq7kfa4xg7oxnaolxs'
+ ==> './configure' '--prefix=/home/user/spack/opt/spack/linux-x86_64_v3/gcc-15.2.0/zlib-1.3.2-tbcolosea5jpwtkur56rxvk352jipg7r'
...
==> 'make' '-j16'
...
==> 'make' '-j16' 'install'
...
- [+] /home/user/spack/opt/spack/linux-ubuntu22.04-x86_64/gcc-11.3.0/zlib-1.2.12-fntvsj6xevbz5gyq7kfa4xg7oxnaolxs
+ [+] /home/user/spack/opt/spack/linux-x86_64_v3/gcc-15.2.0/zlib-1.3.2-tbcolosea5jpwtkur56rxvk352jipg7r
As you can see, we are building with all 16 cores on the node.
@@ -681,7 +686,7 @@ If we uninstall and reinstall zlib-ng, we see that it now uses only 2 cores:
$ spack install --no-cache --verbose --overwrite --yes-to-all zlib-ng
==> Installing zlib
==> Executing phase: 'install'
- ==> './configure' '--prefix=/home/user/spack/opt/spack/linux-ubuntu22.04...
+ ==> './configure' '--prefix=/home/user/spack/opt/spack/linux-x86_64_v3...
...
==> 'make' '-j2'
...
@@ -706,7 +711,7 @@ Last, we'll unset ``concretizer:reuse:false`` since we'll want to enable concret
Conclusion
----------
-In this tutorial, we covered basic Spack configuration using ``compilers.yaml``, ``packages.yaml``, and ``config.yaml``.
+In this tutorial, we covered basic Spack configuration using ``packages.yaml``, and ``config.yaml``.
Spack has many more configuration files, including ``modules.yaml``, which will be covered in the :ref:`modules-tutorial`.
For more detailed documentation on Spack's many configuration settings, see `the configuration section `_ of Spack's main documentation.