summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-10-05e4s: add omega-h +cuda (#32156)eugeneswalker1-0/+1
2022-10-05e4s ci: add unifyfs (#32991)eugeneswalker1-1/+1
2022-10-05Make hwloc both CudaPackage and ROCmPackage (#31334)Wileam Y. Phan1-4/+3
* Make hwloc both CudaPackage and ROCmPackage * Remove redundant variants
2022-10-05Add checksum for py-arrow 1.2.3 (#33005)iarspider1-0/+1
2022-10-05Add checksum for py-pydantic 1.10.2 (#33006)iarspider1-0/+3
2022-10-05Add checksum for py-rich 12.5.1 (#33008)iarspider1-4/+7
2022-10-05Add aws-ofi-nccl library (#32906)Brian Van Essen1-0/+61
* Added a package for the aws-ofi-nccl plug-in from to enable NCCL to use libfabric communication library as a network provider. Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2022-10-05Optimize concurrent misc_cache provider index rebuild (#32874)Jordan Galby1-2/+10
When concurrent misc_cache provider index rebuilds happen, try to rebuild it only once, so we don't exceed misc_cache lock timeout. For example, when using `spack env depfile`, with no previous misc_cache, running `make -f depfile -j8` could run at most 8 concurrent `spack install` locking on misc_cache to rebuild the provider index. If one rebuild takes 30s, before this fix, the "worst" lock could wait up to 30s * 7, easily exceeding misc_cache lock timeout. Now, the "worst" lock would take 30s * 1 + ~1s * 6.
2022-10-05autotools: Filter libtools when building with dpcpp (#32876)Chris MacMackin1-1/+9
Due to a [known issue](https://community.intel.com/t5/Intel-oneAPI-Data-Parallel-C/dpcpp-and-GNU-Autotools/m-p/1296985) with dpcpp, autotool-based builds that try to use it will fail because they try to link against temporary files that no longer exist. This commit filters those files out of the libtools script so that linking can work properly.
2022-10-05Add checksums for Rivet 3.1.7 and YODA 1.9.7 and fastjet 3.4.0 (#32917)iarspider3-1/+10
* Add checksums for Rivet 3.1.7 and YODA 1.9.7 * Add checksum for fastjet 3.4.0 * Add v3.1.7b... ... in which version requirement for autoconf was lowered to 2.68
2022-10-05py-torchmetrics: add v0.10.0 (#32997)Adam J. Stewart1-1/+2
2022-10-05Add pika 0.9.0 (#33010)Auriane R1-6/+8
* Reorder dependencies in alphabetical order + fix typo
2022-10-05armpl-gcc: Add version 22.1 (#32914)Annop Wongwathanarat1-15/+55
* armpl-gcc: Add version 22.1 * fixed url, installation script name, and conflicts Co-authored-by: Annop Wongwathanarat <annop.wongwathanarat@arm.com>
2022-10-05Added a new version (#33002)Brian Van Essen1-0/+1
2022-10-04llvm: add 15.0.1, 15.0.2 (#32983)Paul R. C. Kent1-39/+41
* llvm: 15.0.1, 15.0.2 * Requested format change
2022-10-04flecsi: upcoming release will no longer need lanl-cmake-modules (#32986)Richard Berger1-2/+0
2022-10-04pbbam: switching to meson, adding version 2.1.0 (#32996)snehring1-20/+17
2022-10-04nix: Fix #32994 (#32995)Sam Grayson1-1/+2
* Fix nix * Check value in attribute
2022-10-04spectre: add v2022.10.04 (#32987)SXS Bot1-0/+3
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
2022-10-04BuildEnvironment: accumulate module changes to poke to all relevant modules ↵Greg Becker3-1/+37
(#32340) Currently, module changes from `setup_dependent_package` are applied only to the module of the package class, but not to any parent classes' modules between the package class module and `spack.package_base`. In this PR, we create a custom class to accumulate module changes, and apply those changes to each class that requires it. This design allows us to code for a single module, while applying the changes to multiple modules as needed under the hood, without requiring the user to reason about package inheritance.
2022-10-04e4s: add vtk-m +rocm (#32151)eugeneswalker1-0/+1
2022-10-04py-tensorflow-probability: add v0.18.0 (#32941)Adam J. Stewart1-12/+16
2022-10-04py-tensorflow-estimator: add v2.10 (#32940)Adam J. Stewart1-17/+21
* py-tensorflow-estimator: add v2.10 * Typo fix
2022-10-04omega-h: add v9.34.13 (#32963)eugeneswalker1-0/+1
2022-10-04`find`/`list`: display package counts last (#32946)Todd Gamblin5-6/+53
* find/list: display package counts last We have over 6,600 packages now, and `spack list` still displays the number of packages before it lists them all. This is useless for large sets of results (e.g., with no args) as the number has scrolled way off the screen before you can see it. The same is true for `spack find` with large installations. This PR changes `spack find` and `spack list` so that they display the package count last. * add some quick testing Co-authored-by: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com>
2022-10-04Fix typo in documentation (#32984)Adam J. Stewart1-1/+1
2022-10-04Add checksum for py-pip 22.2.2 (#32877)iarspider1-0/+5
2022-10-04Add checksum for py-pysympy 1.11.1 (#32972)iarspider1-0/+2
2022-10-04Add checksum for py-absl-py 1.2.0 (#32973)iarspider1-0/+1
2022-10-04Add checksum for py-grpcio 1.48.1 (#32974)iarspider1-0/+1
2022-10-04superlu-dist: add 8.1.0 and 8.0.0 versions (#32558)Cody Balos1-8/+10
2022-10-04Bug fix for `ca-certificates-mozilla/package.py` to enable `spack install ↵Dom Heinzeller1-1/+2
--source` (#32953)
2022-10-04Remove CMakePackage.define alias from most packages (#32950)Massimiliano Culpo16-48/+40
2022-10-03amrex: add v22.10 (#32966)Weiqun Zhang1-1/+2
2022-10-03Add checksum for py-flatbuffers 2.0.7 (#32955)iarspider1-1/+1
2022-10-03rdma-core: fix syntax for external discoverability (#32962)Martin Pokorny1-1/+1
2022-10-03Add checksum for py-pyparsing 3.0.9 (#32952)iarspider1-1/+4
2022-10-03Axom: bring in changes from axom repo (#32643)Chris White1-61/+139
* bring in changes from axom repo Co-authored-by: white238 <white238@users.noreply.github.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2022-10-03simgrid: add variant and remove flag (#32797)Lucas Nesi1-2/+4
* simgrid: remove std c++11 flag * simgrid: add msg variant
2022-10-03FEniCSx: Updates for 0.5.1 (#32665)Jack S. Hale7-62/+136
* Updates for DOLFINx 0.5.1 and associated packages * xtensor needed on anything less than main * Switch back to Python 3.7 minimum. * Might be good to point out in our README how to fix Python version? * Fix basix, xtensor dep * Add numba feature * Fix checksum * Make slepc optional Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2022-10-03trilinos: constrain superlu-dist version (#32889)Cody Balos1-2/+2
* trilinos: constrain superlu-dist version for 13.x * syntax
2022-10-03unifyfs: pin mercury version; add boost variant (#32911)Cameron Stanavige1-1/+13
Mercury has a new version (v2.2) releasing soon that UnifyFS does not build with and hasn't been tested with. This pins UnifyFS to the last version of Mercury used/tested. Add a variant to avoid building/using boost Append -std=gnu99 to cflags if building with gcc@4. Needed for mochi-margo to compile
2022-10-03casper: old domain fell off, adding github repo (#32928)snehring1-2/+8
2022-10-03Tidied up configure arguments to use special spack autotools features. (#32930)Brian Van Essen1-7/+6
2022-10-03QMCPACK: add @3.15.0 (#32931)Paul R. C. Kent1-0/+4
2022-10-03Add checksum for py-tomli 2.0.1 (#32949)iarspider1-0/+6
2022-10-03Replace repo with the NVIDIA one (#32951)Auriane R1-2/+2
2022-10-03py-einops: add v0.5.0 (#32959)Adam J. Stewart1-1/+4
2022-10-03Add checksum for py-pytest-runner 6.0.0 (#32957)iarspider1-0/+3
2022-10-03rvs binary path updated for 5.2 rocm release (#32892)renjithravindrankannath1-1/+5