Tutorial setup
If you have not done the prior sections, you’ll need to set Spack up like this:
git clone https://github.com/spack/spack
. spack/share/spack/setup-env.sh
spack tutorial
See the Basic Installation Tutorial for full details on setup. For more
help join us in the #tutorial
channel on Slack – get an
invitation at spackpm.herokuapp.com
Stacks Tutorial¶
So far, we’ve talked about Spack environments in the context of a unified user environment or development environment. But environments in Spack have much broader capabilities. In this tutorial we will consider how to use a specialized sort of Spack environment, that we call a Spack stack, to manage large deployments of software using Spack.
Spec matrices¶
In a typical Spack environment for a single user, a simple list of
specs is sufficient. For software deployment, however, we often have a
set of packages we want to install across a wide range of
compilers. The simplest way to express this in Spack is through a
matrix. Let’s go back to our code directory from the environments
tutorial, activate our environment, and edit our spack.yaml
file
again.
$ cd ~/code
$ spack env activate .
$ spack config edit
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# add package specs to the `specs` list
specs:
- matrix:
- [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- [^mpich, ^mvapich2 fabrics=mrail]
- ['%gcc', '%clang']
view: false
concretizer:
unify: false
For now, we’ll avoid the view directive. We’ll come back to this later.
Notice that we have to change the concretizer configuration here. By
default, environments co-concretize all specs to be compatible, but
that’s simply impossible in an environment with multiple specs for
each package. For now, we set the concretizer unification to
false
to allow all of these builds in one environment.
This would lead to a lot of install time, so for the sake of time we’ll just concretize and look at the concrete specs for the rest of this section.
$ spack concretize
==> Starting concretization pool with 4 processes
==> Environment concretized in 78.41 seconds.
==> Concretized boost%clang ^mpich
- sbpoo5p boost@1.80.0%clang@7.0.0~atomic~chrono~clanglibcpp~container~context~contract~coroutine~date_time~debug~exception~fiber~filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace~system~taggedlayout~test~thread~timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=a440f96 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mpich
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mvapich2 fabrics=mrail
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%clang ^mvapich2 fabrics=mrail
- nau6t3p boost@1.80.0%clang@7.0.0~atomic~chrono~clanglibcpp~container~context~contract~coroutine~date_time~debug~exception~fiber~filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math+mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace~system~taggedlayout~test~thread~timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=a440f96,b8569d7 visibility=hidden arch=linux-ubuntu18.04-x86_64
- hhih4ip ^mvapich2@2.3.7%clang@7.0.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- pqnrktr ^bison@3.8.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 243iolc ^rdma-core@41.0%clang@7.0.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- pjzchpp ^libnl@3.3.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ab7ya3i ^flex@2.6.3%clang@7.0.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- yv4loic ^py-docutils@0.19%clang@7.0.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- pxlkwgr ^py-pip@22.2.2%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- uccqym5 ^py-setuptools@65.5.0%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- zsdljew ^py-wheel@0.37.1%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mpich
[+] yvcu2p2 trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 7bnbpj2 ^hdf5@1.12.2%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4svpf4l ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%clang+hdf5 ^mpich
- 7elbdm2 trilinos@13.0.1%clang@7.0.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 7bnbpj2 ^hdf5@1.12.2%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4svpf4l ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mvapich2 fabrics=mrail
- b7qjou5 trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- pcuue5n ^hdf5@1.12.2%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- bu6ryxu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
[+] kxbisdg ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- 6k5h6us ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- vzldvdu ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- szpihsv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- t2jvrne ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- wfr6uxy ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- opuypru ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- mjnnkeo ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4svpf4l ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%clang+hdf5 ^mvapich2 fabrics=mrail
- pckrs2t trilinos@13.0.1%clang@7.0.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- czk6kl7 ^hdf5@1.12.2%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- hhih4ip ^mvapich2@2.3.7%clang@7.0.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- pqnrktr ^bison@3.8.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- 243iolc ^rdma-core@41.0%clang@7.0.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- pjzchpp ^libnl@3.3.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ab7ya3i ^flex@2.6.3%clang@7.0.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- yv4loic ^py-docutils@0.19%clang@7.0.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- pxlkwgr ^py-pip@22.2.2%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- uccqym5 ^py-setuptools@65.5.0%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- zsdljew ^py-wheel@0.37.1%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- or5nzi3 ^openblas@0.3.21%clang@7.0.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mpich
- l5jwnii hdf5@1.10.9%gcc@7.5.0~cxx~fortran~hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%clang ^mpich
- xy6nlqo hdf5@1.10.9%clang@7.0.0~cxx~fortran~hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mvapich2 fabrics=mrail
- 2pqeyhe hdf5@1.10.9%gcc@7.5.0~cxx~fortran~hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- bu6ryxu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
[+] kxbisdg ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 6k5h6us ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- vzldvdu ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- szpihsv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- t2jvrne ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- wfr6uxy ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- opuypru ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- mjnnkeo ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%clang ^mvapich2 fabrics=mrail
- txxrsjf hdf5@1.10.9%clang@7.0.0~cxx~fortran~hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- hhih4ip ^mvapich2@2.3.7%clang@7.0.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- pqnrktr ^bison@3.8.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 243iolc ^rdma-core@41.0%clang@7.0.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- pjzchpp ^libnl@3.3.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ab7ya3i ^flex@2.6.3%clang@7.0.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- yv4loic ^py-docutils@0.19%clang@7.0.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- pxlkwgr ^py-pip@22.2.2%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- uccqym5 ^py-setuptools@65.5.0%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- zsdljew ^py-wheel@0.37.1%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
$ spack find -c
==> In environment /home/spack1/code
==> Root specs
-- no arch / clang ----------------------------------------------
boost%clang boost%clang hdf5@1.10.9%clang hdf5@1.10.9%clang trilinos%clang +hdf5 trilinos%clang +hdf5
-- no arch / gcc ------------------------------------------------
boost%gcc boost%gcc hdf5@1.10.9%gcc hdf5@1.10.9%gcc trilinos%gcc +hdf5 trilinos%gcc +hdf5
==> Concretized roots
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
boost@1.80.0 boost@1.80.0 hdf5@1.10.9 hdf5@1.10.9 trilinos@13.0.1 trilinos@13.0.1
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
boost@1.72.0 hdf5@1.10.9 hdf5@1.10.9 trilinos@13.0.1 trilinos@13.0.1
==> Installed packages
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
zlib@1.2.13
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
autoconf@2.69 ca-certificates-mozilla@2022-10-11 gdbm@1.23 libfabric@1.16.1 libsigsegv@2.13 ncurses@6.3 pkgconf@1.8.0 trilinos@13.0.1 zlib@1.2.13
automake@1.16.5 cmake@3.24.3 gettext@0.21.1 libffi@3.4.2 libtool@2.4.7 openblas@0.3.21 python@3.10.8 util-linux-uuid@2.38.1 zstd@1.5.2
berkeley-db@18.1.40 diffutils@3.8 hdf5@1.12.2 libiconv@1.16 libxml2@2.10.1 openssl@1.1.1s readline@8.1.2 util-macros@1.19.3
bison@3.8.2 expat@2.4.8 hwloc@2.8.0 libmd@1.0.4 m4@1.4.19 perl@5.36.0 sqlite@3.39.4 xz@5.2.7
bzip2@1.0.8 findutils@4.9.0 libbsd@0.11.5 libpciaccess@0.16 mpich@4.0.2 pigz@2.7 tar@1.34 yaksa@0.2
==> 43 installed packages
The matrix operation does exactly what it looks like it does. It takes
the spec constraints in any number of lists and takes their inner
product. Here, we get boost
, trilinos
, and openmpi
, each
compiled with both gcc
and clang
. Note that the compiler
constraints are prefaced with the %
sigil, as they would be on the
command line.
Note
The original concretizer allowed to use dependencies and variants in a matrix regardless of whether they apply to every package in the matrix. This cannot be done yet with clingo, since the algorithm employed previously relied on the iterative construction of the specs in the environment, but will be added back in future releases.
This environment is actually too unconstrained for many use
cases. Here, we see trilinos
depending on one version of hdf5
,
and hdf5
installed at a different version. This would lead to
problems for an application linking against this software stack.
In most software stacks, the installs for a given compiler and MPI
combination are intended to be used together, and therefore need their
dependencies should be constrianed together. For this use case, we use
the unify: when_possible
configuration for the concretizer. This
will cause Spack to allow deviations based on the specific abstract
specs we requested, but otherwise minimize the proliferation of
duplicate specs in the environment.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# add package specs to the `specs` list
specs:
- matrix:
- [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- [^mpich, ^mvapich2 fabrics=mrail]
- ['%gcc', '%clang']
view: false
concretizer:
unify: when_possible
What we will see here is that Spack applies the hdf5
constraint to
trilinos
, because that unification is possible, but does not
combine the compiler constraints for trilinos%gcc
and
trilinos%clang
, as those conflict.
$ spack concretize -f
==> Concretized boost%clang ^mpich
- sbpoo5p boost@1.80.0%clang@7.0.0~atomic~chrono~clanglibcpp~container~context~contract~coroutine~date_time~debug~exception~fiber~filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace~system~taggedlayout~test~thread~timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=a440f96 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%clang ^mvapich2 fabrics=mrail
- sbpoo5p boost@1.80.0%clang@7.0.0~atomic~chrono~clanglibcpp~container~context~contract~coroutine~date_time~debug~exception~fiber~filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace~system~taggedlayout~test~thread~timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=a440f96 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mpich
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mvapich2 fabrics=mrail
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%clang ^mpich
- vfnkxim hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- s2nfvod ^mpich@4.0.2%clang@7.0.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- z62htbf ^libfabric@1.16.1%clang@7.0.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 7bkwyqo ^yaksa@0.2%clang@7.0.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
- kmhyq44 ^autoconf@2.69%clang@7.0.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
- hg2ybys ^automake@1.16.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%clang ^mvapich2 fabrics=mrail
- 4jln6sq hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- hhih4ip ^mvapich2@2.3.7%clang@7.0.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- pqnrktr ^bison@3.8.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 243iolc ^rdma-core@41.0%clang@7.0.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- pjzchpp ^libnl@3.3.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ab7ya3i ^flex@2.6.3%clang@7.0.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- yv4loic ^py-docutils@0.19%clang@7.0.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- pxlkwgr ^py-pip@22.2.2%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- uccqym5 ^py-setuptools@65.5.0%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- zsdljew ^py-wheel@0.37.1%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mpich
- pozvtr7 hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mvapich2 fabrics=mrail
- 6cmwhtx hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%clang+hdf5 ^mpich
- 4s4dric trilinos@13.0.1%clang@7.0.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- vfnkxim ^hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- s2nfvod ^mpich@4.0.2%clang@7.0.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- z62htbf ^libfabric@1.16.1%clang@7.0.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
- 7bkwyqo ^yaksa@0.2%clang@7.0.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
- kmhyq44 ^autoconf@2.69%clang@7.0.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
- hg2ybys ^automake@1.16.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- or5nzi3 ^openblas@0.3.21%clang@7.0.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%clang+hdf5 ^mvapich2 fabrics=mrail
- 72nmzo6 trilinos@13.0.1%clang@7.0.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 4jln6sq ^hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- hhih4ip ^mvapich2@2.3.7%clang@7.0.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- pqnrktr ^bison@3.8.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- 243iolc ^rdma-core@41.0%clang@7.0.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- pjzchpp ^libnl@3.3.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ab7ya3i ^flex@2.6.3%clang@7.0.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- yv4loic ^py-docutils@0.19%clang@7.0.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- pxlkwgr ^py-pip@22.2.2%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- uccqym5 ^py-setuptools@65.5.0%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- zsdljew ^py-wheel@0.37.1%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- or5nzi3 ^openblas@0.3.21%clang@7.0.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mpich
- cimr64f trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- pozvtr7 ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4svpf4l ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mvapich2 fabrics=mrail
- hhcuvwv trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 6cmwhtx ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 3db4ryr ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
$ spack find -c
==> In environment /home/spack1/code
==> Root specs
-- no arch / clang ----------------------------------------------
boost%clang boost%clang hdf5@1.10.9%clang hdf5@1.10.9%clang trilinos%clang +hdf5 trilinos%clang +hdf5
-- no arch / gcc ------------------------------------------------
boost%gcc boost%gcc hdf5@1.10.9%gcc hdf5@1.10.9%gcc trilinos%gcc +hdf5 trilinos%gcc +hdf5
==> Concretized roots
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
boost@1.80.0 hdf5@1.10.9 hdf5@1.10.9 trilinos@13.0.1 trilinos@13.0.1
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
boost@1.72.0 hdf5@1.10.9 hdf5@1.10.9 trilinos@13.0.1 trilinos@13.0.1
==> Installed packages
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
zlib@1.2.13
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
autoconf@2.69 cmake@3.24.3 gettext@0.21.1 libiconv@1.16 libxml2@2.10.1 openssl@1.1.1s readline@8.1.2 xz@5.2.7
automake@1.16.5 diffutils@3.8 hwloc@2.8.0 libmd@1.0.4 m4@1.4.19 perl@5.36.0 sqlite@3.39.4 yaksa@0.2
berkeley-db@18.1.40 expat@2.4.8 libbsd@0.11.5 libpciaccess@0.16 mpich@4.0.2 pigz@2.7 tar@1.34 zlib@1.2.13
bzip2@1.0.8 findutils@4.9.0 libfabric@1.16.1 libsigsegv@2.13 ncurses@6.3 pkgconf@1.8.0 util-linux-uuid@2.38.1 zstd@1.5.2
ca-certificates-mozilla@2022-10-11 gdbm@1.23 libffi@3.4.2 libtool@2.4.7 openblas@0.3.21 python@3.10.8 util-macros@1.19.3
==> 40 installed packages
This allows us to deploy software that will satisfy the expectations of HPC users.
We can also exclude some values from a matrix.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# add package specs to the `specs` list
specs:
- matrix:
- [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- [^mpich, ^mvapich2 fabrics=mrail]
- ['%gcc', '%clang']
exclude:
- '%clang ^mvapich2'
view: false
concretizer:
unify: when_possible
This will exclude all specs built with clang that depend on
mvapich2. We will now see 3 configurations of trilinos
.
$ spack concretize -f
==> Concretized boost%clang ^mpich
- sbpoo5p boost@1.80.0%clang@7.0.0~atomic~chrono~clanglibcpp~container~context~contract~coroutine~date_time~debug~exception~fiber~filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace~system~taggedlayout~test~thread~timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=a440f96 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mpich
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mvapich2 fabrics=mrail
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%clang ^mpich
- vfnkxim hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- s2nfvod ^mpich@4.0.2%clang@7.0.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- z62htbf ^libfabric@1.16.1%clang@7.0.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 7bkwyqo ^yaksa@0.2%clang@7.0.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
- kmhyq44 ^autoconf@2.69%clang@7.0.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
- hg2ybys ^automake@1.16.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mpich
- pozvtr7 hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mvapich2 fabrics=mrail
- 6cmwhtx hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%clang+hdf5 ^mpich
- 4s4dric trilinos@13.0.1%clang@7.0.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- vfnkxim ^hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- s2nfvod ^mpich@4.0.2%clang@7.0.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- z62htbf ^libfabric@1.16.1%clang@7.0.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
- 7bkwyqo ^yaksa@0.2%clang@7.0.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
- kmhyq44 ^autoconf@2.69%clang@7.0.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
- hg2ybys ^automake@1.16.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- or5nzi3 ^openblas@0.3.21%clang@7.0.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mpich
- cimr64f trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- pozvtr7 ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4svpf4l ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mvapich2 fabrics=mrail
- hhcuvwv trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 6cmwhtx ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 3db4ryr ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
$ spack find -c
==> In environment /home/spack1/code
==> Root specs
-- no arch / clang ----------------------------------------------
boost%clang hdf5@1.10.9%clang trilinos%clang +hdf5
-- no arch / gcc ------------------------------------------------
boost%gcc boost%gcc hdf5@1.10.9%gcc hdf5@1.10.9%gcc trilinos%gcc +hdf5 trilinos%gcc +hdf5
==> Concretized roots
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
boost@1.80.0 hdf5@1.10.9 trilinos@13.0.1
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
boost@1.72.0 hdf5@1.10.9 hdf5@1.10.9 trilinos@13.0.1 trilinos@13.0.1
==> Installed packages
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
zlib@1.2.13
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
autoconf@2.69 cmake@3.24.3 gettext@0.21.1 libiconv@1.16 libxml2@2.10.1 openssl@1.1.1s readline@8.1.2 xz@5.2.7
automake@1.16.5 diffutils@3.8 hwloc@2.8.0 libmd@1.0.4 m4@1.4.19 perl@5.36.0 sqlite@3.39.4 yaksa@0.2
berkeley-db@18.1.40 expat@2.4.8 libbsd@0.11.5 libpciaccess@0.16 mpich@4.0.2 pigz@2.7 tar@1.34 zlib@1.2.13
bzip2@1.0.8 findutils@4.9.0 libfabric@1.16.1 libsigsegv@2.13 ncurses@6.3 pkgconf@1.8.0 util-linux-uuid@2.38.1 zstd@1.5.2
ca-certificates-mozilla@2022-10-11 gdbm@1.23 libffi@3.4.2 libtool@2.4.7 openblas@0.3.21 python@3.10.8 util-macros@1.19.3
==> 40 installed packages
Named lists in spack environments¶
Spack also allows for named lists in environments. We can use these
lists to clean up our example above. These named lists are defined in
the definitions
key of the spack.yaml
file. Our lists today
will be simple lists of packages or constraints, but in more
complicated examples the named lists can include matrices as well.
Let’s clean up our file a bit now.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# named lists
definitions:
- packages: [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- mpis: [mpich, mvapich2 fabrics=mrail]
- compilers: ['%gcc', '%clang']
specs:
- matrix:
- [$packages]
- [$^mpis]
- [$compilers]
exclude:
- '%clang ^mvapich2'
view: false
concretizer:
unify: when_possible
This syntax may take some getting used to. Specifically, matrices and
references to named lists are always “splatted” into their current
position, rather than included as a list object in yaml. This may seem
counterintuitive, but it becomes important when we look to combine
lists. Notice that the mpi
constraints can be declared as packages
and then applied as dependencies using the $^
syntax. The same is true
for compilers (using $%
), so we’re showing both syntaxes here.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# named lists
definitions:
- packages: [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- mpis: [mpich, mvapich2 fabrics=mrail]
- compilers: ['%gcc', '%clang']
- singleton_packages: [python, tcl]
specs:
- matrix:
- [$packages]
- [$^mpis]
- [$compilers]
exclude:
- '%clang ^mvapich2'
- $singleton_packages
view: false
concretizer:
unify: when_possible
Our specs
list in this example is still a list of specs, as the
environment requires.
This stack is the same as our previous example, with the additions of single configurations of python and tcl.
Conditional definitions¶
Spec list definitions can also be conditioned on a when
clause. The when
clause is a python conditional that is evaluated
in a restricted environment. The variables available in when
clauses are:
variable name | value |
---|---|
platform |
The spack platform name for this machine |
os |
The default spack os name and version string for this machine |
target |
The default spack target string for this machine |
architecture |
The default spack architecture string platform-os-target for this machine |
arch |
Alias for architecture |
env |
A dictionary representing the users environment variables |
re |
The python re module for regex |
hostname |
The hostname of this node |
Let’s say we only want to use clang if the SPACK_STACK_USE_CLANG
environment variable is set and edit our spack.yaml
file
accordingly.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# named lists
definitions:
- packages: [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- mpis: [mpich, mvapich2 fabrics=mrail]
- compilers: ['%gcc']
- compilers: ['%clang']
when: 'env.get("SPACK_STACK_USE_CLANG", "") == "1"'
- singleton_packages: [python, tcl]
specs:
- matrix:
- [$packages]
- [$^mpis]
- [$compilers]
exclude:
- '%clang ^mvapich2'
- $singleton_packages
view: false
concretizer:
unify: when_possible
Note that named lists in the Spack stack are concatenated. We can define our compilers list in one place unconditionally, and then conditionally append clang to it when our environment variable is set properly.
$ spack concretize -f
==> Starting concretization pool with 6 processes
==> Environment concretized in 13.08 seconds.
==> Concretized boost%gcc ^mpich
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mvapich2 fabrics=mrail
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mpich
- pozvtr7 hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mvapich2 fabrics=mrail
- 6cmwhtx hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized python
[+] wvhlgdd python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized tcl
[+] v63n6wx tcl@8.6.12%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mpich
- cimr64f trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- pozvtr7 ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4svpf4l ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mvapich2 fabrics=mrail
- hhcuvwv trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 6cmwhtx ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 3db4ryr ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
$ spack find -c
==> In environment /home/spack1/code
==> Root specs
python tcl
-- no arch / gcc ------------------------------------------------
boost%gcc boost%gcc hdf5@1.10.9%gcc hdf5@1.10.9%gcc trilinos%gcc +hdf5 trilinos%gcc +hdf5
==> Concretized roots
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
boost@1.72.0 hdf5@1.10.9 hdf5@1.10.9 python@3.10.8 tcl@8.6.12 trilinos@13.0.1 trilinos@13.0.1
==> Installed packages
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
autoconf@2.69 cmake@3.24.3 gettext@0.21.1 libiconv@1.16 libxml2@2.10.1 openssl@1.1.1s readline@8.1.2 util-macros@1.19.3
automake@1.16.5 diffutils@3.8 hwloc@2.8.0 libmd@1.0.4 m4@1.4.19 perl@5.36.0 sqlite@3.39.4 xz@5.2.7
berkeley-db@18.1.40 expat@2.4.8 libbsd@0.11.5 libpciaccess@0.16 mpich@4.0.2 pigz@2.7 tar@1.34 yaksa@0.2
bzip2@1.0.8 findutils@4.9.0 libfabric@1.16.1 libsigsegv@2.13 ncurses@6.3 pkgconf@1.8.0 tcl@8.6.12 zlib@1.2.13
ca-certificates-mozilla@2022-10-11 gdbm@1.23 libffi@3.4.2 libtool@2.4.7 openblas@0.3.21 python@3.10.8 util-linux-uuid@2.38.1 zstd@1.5.2
==> 40 installed packages
$ export SPACK_STACK_USE_CLANG=1
$ spack concretize -f
==> Concretized boost%clang ^mpich
- sbpoo5p boost@1.80.0%clang@7.0.0~atomic~chrono~clanglibcpp~container~context~contract~coroutine~date_time~debug~exception~fiber~filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace~system~taggedlayout~test~thread~timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=a440f96 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mpich
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized boost%gcc ^mvapich2 fabrics=mrail
- ujhjgu2 boost@1.72.0%gcc@7.5.0+atomic+chrono~clanglibcpp~container~context~contract~coroutine+date_time~debug~exception~fiber+filesystem~graph~graph_parallel~icu~iostreams~json~locale~log~math~mpi+multithreaded~nowide~numpy~pic~program_options~python~random~regex~serialization+shared~signals~singlethreaded~stacktrace+system~taggedlayout~test+thread+timer~type_erasure~versionedlayout~wave build_system=generic cxxstd=98 patches=5da7ad2,e13cca1 visibility=hidden arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%clang ^mpich
- vfnkxim hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- s2nfvod ^mpich@4.0.2%clang@7.0.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- z62htbf ^libfabric@1.16.1%clang@7.0.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 7bkwyqo ^yaksa@0.2%clang@7.0.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
- kmhyq44 ^autoconf@2.69%clang@7.0.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
- hg2ybys ^automake@1.16.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mpich
- pozvtr7 hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized hdf5@1.10.9%gcc ^mvapich2 fabrics=mrail
- 6cmwhtx hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized python
[+] wvhlgdd python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized tcl
[+] v63n6wx tcl@8.6.12%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%clang+hdf5 ^mpich
- 4s4dric trilinos@13.0.1%clang@7.0.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- 3zhdxuc ^cmake@3.24.3%clang@7.0.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
- 6bd5mkl ^ncurses@6.3%clang@7.0.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- uk425tc ^openssl@1.1.1s%clang@7.0.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
- basnfii ^ca-certificates-mozilla@2022-10-11%clang@7.0.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- vfnkxim ^hdf5@1.10.9%clang@7.0.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- tzmez55 ^pkgconf@1.8.0%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fdbomoa ^zlib@1.2.13%clang@7.0.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
- rf3z65e ^hwloc@2.8.0%clang@7.0.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- 4v34zxe ^libpciaccess@0.16%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ghjbypd ^libtool@2.4.7%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ztcqywi ^util-macros@1.19.3%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- d5ruzer ^libxml2@2.10.1%clang@7.0.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
- ug2oush ^libiconv@1.16%clang@7.0.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- b2r3c2w ^xz@5.2.7%clang@7.0.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- s2nfvod ^mpich@4.0.2%clang@7.0.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
- 2vxrhdx ^findutils@4.9.0%clang@7.0.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- z62htbf ^libfabric@1.16.1%clang@7.0.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
- 7bkwyqo ^yaksa@0.2%clang@7.0.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
- kmhyq44 ^autoconf@2.69%clang@7.0.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
- hg2ybys ^automake@1.16.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ybugegw ^m4@1.4.19%clang@7.0.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
- g2hjudu ^diffutils@3.8%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 77slv6m ^libsigsegv@2.13%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- f6jh3fk ^python@3.10.8%clang@7.0.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
- tx7pvss ^expat@2.4.8%clang@7.0.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
- 5jdj2s4 ^libbsd@0.11.5%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- m7kfdxv ^libmd@1.0.4%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- ui57plw ^gettext@0.21.1%clang@7.0.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
- khhsnha ^tar@1.34%clang@7.0.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
- dvwjzwf ^pigz@2.7%clang@7.0.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
- 52cm646 ^zstd@1.5.2%clang@7.0.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
- vyob2wx ^libffi@3.4.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 6zu6yxe ^readline@8.1.2%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 2j45r66 ^sqlite@3.39.4%clang@7.0.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
- q5rxnc2 ^util-linux-uuid@2.38.1%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- or5nzi3 ^openblas@0.3.21%clang@7.0.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- tody4uy ^perl@5.36.0%clang@7.0.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
- 7gah5po ^berkeley-db@18.1.40%clang@7.0.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
- ej5v735 ^bzip2@1.0.8%clang@7.0.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
- quguag4 ^gdbm@1.23%clang@7.0.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mpich
- cimr64f trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
[+] jrlhw77 ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] uwlw4wr ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- pozvtr7 ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] 6bu5phw ^mpich@4.0.2%gcc@7.5.0~argobots~cuda+fortran+hwloc+hydra+libxml2+pci~rocm+romio~slurm~two_level_namespace~vci~verbs+wrapperrpath build_system=autotools datatype-engine=auto device=ch4 netmod=ofi patches=d4c0e99 pmi=pmi arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
[+] u2kjaxd ^libfabric@1.16.1%gcc@7.5.0~debug~kdreg build_system=autotools fabrics=sockets,tcp,udp arch=linux-ubuntu18.04-x86_64
[+] brpp4kt ^yaksa@0.2%gcc@7.5.0~cuda~rocm build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qdpipdf ^autoconf@2.69%gcc@7.5.0 build_system=autotools patches=35c4492,7793209,a49dd5b arch=linux-ubuntu18.04-x86_64
[+] l7j5vdr ^automake@1.16.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] wvhlgdd ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4svpf4l ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
[+] 4ebutg2 ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
==> Concretized trilinos%gcc+hdf5 ^mvapich2 fabrics=mrail
- hhcuvwv trilinos@13.0.1%gcc@7.5.0~adelus~adios2+amesos+amesos2+anasazi+aztec~basker+belos~boost~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus+explicit_template_instantiation~float+fortran~gtest+hdf5~hypre+ifpack+ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~mesquite~minitensor+ml+mpi+muelu~mumps~nox~openmp~panzer~phalanx~piro~python~rocm~rocm_rdc~rol~rythmos+sacado~scorec~shards+shared~shylu~stk~stokhos~stratimikos~strumpack~suite-sparse~superlu~superlu-dist~teko~tempus~thyra+tpetra~trilinoscouplings~wrapper~x11~zoltan~zoltan2 build_system=cmake build_type=RelWithDebInfo cxxstd=14 gotype=long_long arch=linux-ubuntu18.04-x86_64
- stszbns ^cmake@3.24.3%gcc@7.5.0~doc+ncurses+ownlibs~qt build_system=generic build_type=Release arch=linux-ubuntu18.04-x86_64
[+] zcuawli ^ncurses@6.3%gcc@7.5.0~symlinks+termlib abi=none build_system=autotools arch=linux-ubuntu18.04-x86_64
- yr4z2pt ^openssl@1.1.1s%gcc@7.5.0~docs~shared build_system=generic certs=mozilla arch=linux-ubuntu18.04-x86_64
[+] aurd37j ^ca-certificates-mozilla@2022-10-11%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 6cmwhtx ^hdf5@1.10.9%gcc@7.5.0~cxx~fortran+hl~ipo~java+mpi+shared~szip~threadsafe+tools api=default build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
[+] k2lfw6f ^pkgconf@1.8.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 2hfr5rb ^zlib@1.2.13%gcc@7.5.0+optimize+pic+shared build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] 5yywrk2 ^hwloc@2.8.0%gcc@7.5.0~cairo~cuda~gl~libudev+libxml2~netloc~nvml~oneapi-level-zero~opencl+pci~rocm build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] p7f5n6q ^libpciaccess@0.16%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] bdxu4wn ^libtool@2.4.7%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ao5w53r ^util-macros@1.19.3%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] 4aq5aj2 ^libxml2@2.10.1%gcc@7.5.0~python build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] ltvovvv ^libiconv@1.16%gcc@7.5.0 build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] nrwxyth ^xz@5.2.7%gcc@7.5.0~pic build_system=autotools libs=shared,static arch=linux-ubuntu18.04-x86_64
- lssaveu ^mvapich2@2.3.7%gcc@7.5.0~alloca~cuda~debug+regcache+wrapperrpath build_system=autotools ch3_rank_bits=32 fabrics=mrail file_systems=auto process_managers=auto threads=multiple arch=linux-ubuntu18.04-x86_64
- wobmzgv ^bison@3.8.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] c3uhkcj ^diffutils@3.8%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] z7d5q4f ^m4@1.4.19%gcc@7.5.0+sigsegv build_system=autotools patches=9dc5fbd,bfdffa7 arch=linux-ubuntu18.04-x86_64
[+] e262sf6 ^libsigsegv@2.13%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] fxoomyc ^findutils@4.9.0%gcc@7.5.0 build_system=autotools patches=440b954 arch=linux-ubuntu18.04-x86_64
- mqpzszk ^rdma-core@41.0%gcc@7.5.0~ipo build_system=cmake build_type=RelWithDebInfo arch=linux-ubuntu18.04-x86_64
- koq74f3 ^libnl@3.3.0%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- gkq7ixv ^flex@2.6.3%gcc@7.5.0+lex~nls build_system=autotools arch=linux-ubuntu18.04-x86_64
- q34dkqy ^py-docutils@0.19%gcc@7.5.0 build_system=python_pip arch=linux-ubuntu18.04-x86_64
- bfqiunh ^py-pip@22.2.2%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- xik3yv6 ^py-setuptools@65.5.0%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- 4yhmu3f ^py-wheel@0.37.1%gcc@7.5.0 build_system=generic arch=linux-ubuntu18.04-x86_64
- cyf55fe ^python@3.10.8%gcc@7.5.0+bz2+ctypes+dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib build_system=generic patches=0d98e93,7d40923,f2fd060 arch=linux-ubuntu18.04-x86_64
[+] j5k5nzg ^expat@2.4.8%gcc@7.5.0+libbsd build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] qieib3t ^libbsd@0.11.5%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] miq3rrs ^libmd@1.0.4%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] hj6szik ^gettext@0.21.1%gcc@7.5.0+bzip2+curses+git~libunistring+libxml2+tar+xz build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kawegoy ^tar@1.34%gcc@7.5.0 build_system=autotools zip=pigz arch=linux-ubuntu18.04-x86_64
[+] wod35ny ^pigz@2.7%gcc@7.5.0 build_system=makefile arch=linux-ubuntu18.04-x86_64
[+] fprmzmo ^zstd@1.5.2%gcc@7.5.0+programs build_system=makefile compression=none libs=shared,static arch=linux-ubuntu18.04-x86_64
[+] qzq4b7h ^libffi@3.4.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] vmf7qax ^sqlite@3.39.4%gcc@7.5.0+column_metadata+dynamic_extensions+fts~functions+rtree build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] eayyoxj ^util-linux-uuid@2.38.1%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
- 3db4ryr ^openblas@0.3.21%gcc@7.5.0~bignuma~consistent_fpcsr+fortran~ilp64+locking+pic+shared build_system=makefile patches=d3d9b15 symbol_suffix=none threads=none arch=linux-ubuntu18.04-x86_64
- eydiwim ^perl@5.36.0%gcc@7.5.0+cpanm+shared+threads build_system=generic arch=linux-ubuntu18.04-x86_64
[+] 53fb72w ^berkeley-db@18.1.40%gcc@7.5.0+cxx~docs+stl build_system=autotools patches=26090f4,b231fcc arch=linux-ubuntu18.04-x86_64
[+] cxcreln ^bzip2@1.0.8%gcc@7.5.0~debug~pic+shared build_system=generic arch=linux-ubuntu18.04-x86_64
[+] cpmynty ^gdbm@1.23%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
[+] kgyvtw5 ^readline@8.1.2%gcc@7.5.0 build_system=autotools arch=linux-ubuntu18.04-x86_64
$ spack find -c
==> In environment /home/spack1/code
==> Root specs
python tcl
-- no arch / clang ----------------------------------------------
boost%clang hdf5@1.10.9%clang trilinos%clang +hdf5
-- no arch / gcc ------------------------------------------------
boost%gcc boost%gcc hdf5@1.10.9%gcc hdf5@1.10.9%gcc trilinos%gcc +hdf5 trilinos%gcc +hdf5
==> Concretized roots
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
boost@1.80.0 hdf5@1.10.9 trilinos@13.0.1
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
boost@1.72.0 hdf5@1.10.9 hdf5@1.10.9 python@3.10.8 tcl@8.6.12 trilinos@13.0.1 trilinos@13.0.1
==> Installed packages
-- linux-ubuntu18.04-x86_64 / clang@7.0.0 -----------------------
zlib@1.2.13
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
autoconf@2.69 cmake@3.24.3 gettext@0.21.1 libiconv@1.16 libxml2@2.10.1 openssl@1.1.1s readline@8.1.2 util-macros@1.19.3
automake@1.16.5 diffutils@3.8 hwloc@2.8.0 libmd@1.0.4 m4@1.4.19 perl@5.36.0 sqlite@3.39.4 xz@5.2.7
berkeley-db@18.1.40 expat@2.4.8 libbsd@0.11.5 libpciaccess@0.16 mpich@4.0.2 pigz@2.7 tar@1.34 yaksa@0.2
bzip2@1.0.8 findutils@4.9.0 libfabric@1.16.1 libsigsegv@2.13 ncurses@6.3 pkgconf@1.8.0 tcl@8.6.12 zlib@1.2.13
ca-certificates-mozilla@2022-10-11 gdbm@1.23 libffi@3.4.2 libtool@2.4.7 openblas@0.3.21 python@3.10.8 util-linux-uuid@2.38.1 zstd@1.5.2
==> 41 installed packages
View descriptors¶
We told Spack not to create a view for this stack earlier because simple views won’t work with stacks. We’ve been concretizing multiple packages of the same name – they will conflict if linked into the same view.
To work around this, we will use a view descriptor. This allows us to define how each package is linked into the view, which packages are linked into the view, or both.
Let’s edit our spack.yaml
file one last time.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# named lists
definitions:
- packages: [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- mpis: [mpich, mvapich2 fabrics=mrail]
- compilers: ['%gcc']
- compilers: ['%clang']
when: 'env.get("SPACK_STACK_USE_CLANG", "") == "1"'
- singleton_packages: [python, tcl]
specs:
- matrix:
- [$packages]
- [$^mpis]
- [$compilers]
exclude:
- '%clang ^mvapich2'
- $singleton_packages
view:
default:
root: views/default
select: ['%gcc']
exclude: [^mvapich2, 'hwloc@:1.99']
full:
root: views/full
projections:
^mpi: '{name}/{name}-{version}-{^mpi.name}-{^mpi.version}-{compiler.name}-{compiler.version}'
all: '{name}/{name}-{version}-{compiler.name}-{compiler.version}'
concretizer:
unify: when_possible
We won’t see the views fully filled-in since we don’t have time to install everything in the stack during the tutorial, but the packages that already happen to be installed will be linked into the views.
$ spack concretize
==> Updating view at /home/spack1/code/views/default
$ ls views/default
bin etc include lib libexec man sbin share
$ ls views/default/lib
cmake libexpat.so.1 libgdbm_compat.so.4.0.0 liblzma.so.5 libmpifort.so libopenblas.so libsqlite3.so libxml2.so.2.10.1
engines-1.1 libexpat.so.1.8.8 libgettextlib-0.21.1.so liblzma.so.5.2.7 libmpifort.so.12 libopenblas.so.0 libsqlite3.so.0 libyaksa.a
gettext libfabric.a libgettextlib.a libmd.a libmpifort.so.12.2.2 libpanel.a libsqlite3.so.0.8.6 libyaksa.so
itcl4.2.2 libfabric.so libgettextlib.so libmd.so libmpl.so libpanel.so libssl.a libyaksa.so.0
libasprintf.a libfabric.so.1 libgettextpo.a libmd.so.0 libncurses++.a libpanel.so.6 libssl.so libyaksa.so.0.0.0
libasprintf.so libfabric.so.1.19.1 libgettextpo.so libmd.so.0.0.5 libncurses++.so libpanel.so.6.3 libssl.so.1.1 libz.a
libasprintf.so.0 libffi.a libgettextpo.so.0 libmenu.a libncurses++.so.6 libpanel_g.a libtcl8.6.so libz.so
libasprintf.so.0.0.0 libffi.so libgettextpo.so.0.5.8 libmenu.so libncurses++.so.6.3 libpanelw.a libtclstub8.6.a libz.so.1
libbsd-ctor.a libffi.so.8 libgettextsrc-0.21.1.so libmenu.so.6 libncurses++_g.a libpanelw.so libtextstyle.a libz.so.1.2.13
libbsd.a libffi.so.8.1.0 libgettextsrc.so libmenu.so.6.3 libncurses++w.a libpanelw.so.6 libtextstyle.so libzstd.a
libbsd.so libfmpich.so libhistory.a libmenu_g.a libncurses++w.so libpanelw.so.6.3 libtextstyle.so.0 libzstd.so
libbsd.so.0 libform.a libhistory.so libmenuw.a libncurses++w.so.6 libpanelw_g.a libtextstyle.so.0.1.2 libzstd.so.1
libbsd.so.0.11.5 libform.so libhistory.so.8 libmenuw.so libncurses++w.so.6.3 libpciaccess.a libtinfo.a libzstd.so.1.5.2
libbz2.a libform.so.6 libhistory.so.8.1 libmenuw.so.6 libncurses++w_g.a libpciaccess.so libtinfo.so pkgconfig
libbz2.so libform.so.6.3 libhwloc.a libmenuw.so.6.3 libncurses.a libpciaccess.so.0 libtinfo.so.6 python3.10
libbz2.so.1 libform_g.a libhwloc.so libmenuw_g.a libncurses.so libpciaccess.so.0.11.1 libtinfo.so.6.3 sqlite3.36.0
libbz2.so.1.0 libformw.a libhwloc.so.15 libmpi.a libncurses.so.6 libpkgconf.a libtinfo_g.a tcl8
libbz2.so.1.0.8 libformw.so libhwloc.so.15.6.0 libmpi.so libncurses.so.6.3 libpkgconf.so libtinfow.a tcl8.6
libcharset.a libformw.so.6 libiconv.a libmpi.so.12 libncurses_g.a libpkgconf.so.3 libtinfow.so tclConfig.sh
libcharset.so libformw.so.6.3 libiconv.so libmpi.so.12.2.2 libncursesw.a libpkgconf.so.3.0.0 libtinfow.so.6 tclooConfig.sh
libcharset.so.1 libformw_g.a libiconv.so.2 libmpich.so libncursesw.so libpython3.10.so libtinfow.so.6.3 tdbc1.1.3
libcharset.so.1.0.0 libgdbm.a libiconv.so.2.6.1 libmpichcxx.so libncursesw.so.6 libpython3.10.so.1.0 libtinfow_g.a tdbcmysql1.1.3
libcrypto.a libgdbm.so libintl.a libmpichf90.so libncursesw.so.6.3 libpython3.so libuuid.a tdbcodbc1.1.3
libcrypto.so libgdbm.so.6 libintl.so libmpicxx.a libncursesw_g.a libreadline.a libuuid.so tdbcpostgres1.1.3
libcrypto.so.1.1 libgdbm.so.6.0.0 libintl.so.8 libmpicxx.so libopa.so libreadline.so libuuid.so.1 terminfo
libcurses.so libgdbm_compat.a libintl.so.8.3.0 libmpicxx.so.12 libopenblas-r0.3.21.a libreadline.so.8 libuuid.so.1.3.0 thread2.8.7
libexpat.a libgdbm_compat.so liblzma.a libmpicxx.so.12.2.2 libopenblas-r0.3.21.so libreadline.so.8.1 libxml2.so
libexpat.so libgdbm_compat.so.4 liblzma.so libmpifort.a libopenblas.a libsqlite3.a libxml2.so.2
$ ls views/full
bzip2 gdbm hwloc libfabric libiconv libpciaccess mpich openblas pigz python sqlite tcl xz zlib
expat gettext libbsd libffi libmd libxml2 ncurses openssl pkgconf readline tar util-linux-uuid yaksa zstd
$ ls views/full/zlib
zlib-1.2.13-clang-7.0.0 zlib-1.2.13-gcc-7.5.0
$ ls views/full/zlib/zlib-1.2.11-gcc-7.5.0
ls: cannot access 'views/full/zlib/zlib-1.2.11-gcc-7.5.0': No such file or directory
$ ls views/full/zlib/zlib-1.2.11-gcc-7.5.0/lib
ls: cannot access 'views/full/zlib/zlib-1.2.11-gcc-7.5.0/lib': No such file or directory
The view descriptor also contains a link
key, which is either
“all” or “roots”. The default behavior, as we have seen, is to link
all packages, including implicit dependencies, into the view. The
“roots” option links only root packages into the view.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration setings.
spack:
# named lists
definitions:
- packages: [boost+mpi, trilinos+hdf5, hdf5@1.10.9]
- mpis: [mpich, mvapich2 fabrics=mrail]
- compilers: ['%gcc']
- compilers: ['%clang']
when: 'env.get("SPACK_STACK_USE_CLANG", "") == "1"'
- singleton_packages: [python, tcl]
specs:
- matrix:
- [$packages]
- [$^mpis]
- [$compilers]
exclude:
- '%clang ^mvapich2'
- $singleton_packages
view:
default:
root: views/default
select: ['%gcc']
exclude: [^mvapich2]
link: roots
full:
root: views/full
projections:
^mpi: '{name}/{name}-{version}-{^mpi.name}-{^mpi.version}-{compiler.name}-{compiler.version}'
all: '{name}/{name}-{version}-{compiler.name}-{compiler.version}'
concretizer:
unify: when_possible
$ spack concretize
==> Updating view at /home/spack1/code/views/default
$ ls views/default
bin include lib man share
$ ls views/default/lib
itcl4.2.2 libpython3.10.so.1.0 libtcl8.6.so pkgconfig sqlite3.36.0 tcl8.6 tclooConfig.sh tdbcmysql1.1.3 tdbcpostgres1.1.3
libpython3.10.so libpython3.so libtclstub8.6.a python3.10 tcl8 tclConfig.sh tdbc1.1.3 tdbcodbc1.1.3 thread2.8.7
$ ls views/full
bzip2 gdbm hwloc libfabric libiconv libpciaccess mpich openblas pigz python sqlite tcl xz zlib
expat gettext libbsd libffi libmd libxml2 ncurses openssl pkgconf readline tar util-linux-uuid yaksa zstd
Now we see only the root libraries in the default view. The rest are hidden, but are still available in the full view.