Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-05 | e4s ci: enable caliper cpu (#32988) | eugeneswalker | 1 | -1/+1 | |
2022-10-05 | Add checksum for py-flit 3.7.1 (#33013) | iarspider | 1 | -0/+2 | |
2022-10-05 | e4s: add omega-h +cuda (#32156) | eugeneswalker | 1 | -0/+1 | |
2022-10-05 | e4s ci: add unifyfs (#32991) | eugeneswalker | 1 | -1/+1 | |
2022-10-05 | Make hwloc both CudaPackage and ROCmPackage (#31334) | Wileam Y. Phan | 1 | -4/+3 | |
* Make hwloc both CudaPackage and ROCmPackage * Remove redundant variants | |||||
2022-10-05 | Add checksum for py-arrow 1.2.3 (#33005) | iarspider | 1 | -0/+1 | |
2022-10-05 | Add checksum for py-pydantic 1.10.2 (#33006) | iarspider | 1 | -0/+3 | |
2022-10-05 | Add checksum for py-rich 12.5.1 (#33008) | iarspider | 1 | -4/+7 | |
2022-10-05 | Add aws-ofi-nccl library (#32906) | Brian Van Essen | 1 | -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-05 | Optimize concurrent misc_cache provider index rebuild (#32874) | Jordan Galby | 1 | -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-05 | autotools: Filter libtools when building with dpcpp (#32876) | Chris MacMackin | 1 | -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-05 | Add checksums for Rivet 3.1.7 and YODA 1.9.7 and fastjet 3.4.0 (#32917) | iarspider | 3 | -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-05 | py-torchmetrics: add v0.10.0 (#32997) | Adam J. Stewart | 1 | -1/+2 | |
2022-10-05 | Add pika 0.9.0 (#33010) | Auriane R | 1 | -6/+8 | |
* Reorder dependencies in alphabetical order + fix typo | |||||
2022-10-05 | armpl-gcc: Add version 22.1 (#32914) | Annop Wongwathanarat | 1 | -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-05 | Added a new version (#33002) | Brian Van Essen | 1 | -0/+1 | |
2022-10-04 | llvm: add 15.0.1, 15.0.2 (#32983) | Paul R. C. Kent | 1 | -39/+41 | |
* llvm: 15.0.1, 15.0.2 * Requested format change | |||||
2022-10-04 | flecsi: upcoming release will no longer need lanl-cmake-modules (#32986) | Richard Berger | 1 | -2/+0 | |
2022-10-04 | pbbam: switching to meson, adding version 2.1.0 (#32996) | snehring | 1 | -20/+17 | |
2022-10-04 | nix: Fix #32994 (#32995) | Sam Grayson | 1 | -1/+2 | |
* Fix nix * Check value in attribute | |||||
2022-10-04 | spectre: add v2022.10.04 (#32987) | SXS Bot | 1 | -0/+3 | |
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com> | |||||
2022-10-04 | BuildEnvironment: accumulate module changes to poke to all relevant modules ↵ | Greg Becker | 3 | -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-04 | e4s: add vtk-m +rocm (#32151) | eugeneswalker | 1 | -0/+1 | |
2022-10-04 | py-tensorflow-probability: add v0.18.0 (#32941) | Adam J. Stewart | 1 | -12/+16 | |
2022-10-04 | py-tensorflow-estimator: add v2.10 (#32940) | Adam J. Stewart | 1 | -17/+21 | |
* py-tensorflow-estimator: add v2.10 * Typo fix | |||||
2022-10-04 | omega-h: add v9.34.13 (#32963) | eugeneswalker | 1 | -0/+1 | |
2022-10-04 | `find`/`list`: display package counts last (#32946) | Todd Gamblin | 5 | -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-04 | Fix typo in documentation (#32984) | Adam J. Stewart | 1 | -1/+1 | |
2022-10-04 | Add checksum for py-pip 22.2.2 (#32877) | iarspider | 1 | -0/+5 | |
2022-10-04 | Add checksum for py-pysympy 1.11.1 (#32972) | iarspider | 1 | -0/+2 | |
2022-10-04 | Add checksum for py-absl-py 1.2.0 (#32973) | iarspider | 1 | -0/+1 | |
2022-10-04 | Add checksum for py-grpcio 1.48.1 (#32974) | iarspider | 1 | -0/+1 | |
2022-10-04 | superlu-dist: add 8.1.0 and 8.0.0 versions (#32558) | Cody Balos | 1 | -8/+10 | |
2022-10-04 | Bug fix for `ca-certificates-mozilla/package.py` to enable `spack install ↵ | Dom Heinzeller | 1 | -1/+2 | |
--source` (#32953) | |||||
2022-10-04 | Remove CMakePackage.define alias from most packages (#32950) | Massimiliano Culpo | 16 | -48/+40 | |
2022-10-03 | amrex: add v22.10 (#32966) | Weiqun Zhang | 1 | -1/+2 | |
2022-10-03 | Add checksum for py-flatbuffers 2.0.7 (#32955) | iarspider | 1 | -1/+1 | |
2022-10-03 | rdma-core: fix syntax for external discoverability (#32962) | Martin Pokorny | 1 | -1/+1 | |
2022-10-03 | Add checksum for py-pyparsing 3.0.9 (#32952) | iarspider | 1 | -1/+4 | |
2022-10-03 | Axom: bring in changes from axom repo (#32643) | Chris White | 1 | -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-03 | simgrid: add variant and remove flag (#32797) | Lucas Nesi | 1 | -2/+4 | |
* simgrid: remove std c++11 flag * simgrid: add msg variant | |||||
2022-10-03 | FEniCSx: Updates for 0.5.1 (#32665) | Jack S. Hale | 7 | -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-03 | trilinos: constrain superlu-dist version (#32889) | Cody Balos | 1 | -2/+2 | |
* trilinos: constrain superlu-dist version for 13.x * syntax | |||||
2022-10-03 | unifyfs: pin mercury version; add boost variant (#32911) | Cameron Stanavige | 1 | -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-03 | casper: old domain fell off, adding github repo (#32928) | snehring | 1 | -2/+8 | |
2022-10-03 | Tidied up configure arguments to use special spack autotools features. (#32930) | Brian Van Essen | 1 | -7/+6 | |
2022-10-03 | QMCPACK: add @3.15.0 (#32931) | Paul R. C. Kent | 1 | -0/+4 | |
2022-10-03 | Add checksum for py-tomli 2.0.1 (#32949) | iarspider | 1 | -0/+6 | |
2022-10-03 | Replace repo with the NVIDIA one (#32951) | Auriane R | 1 | -2/+2 | |
2022-10-03 | py-einops: add v0.5.0 (#32959) | Adam J. Stewart | 1 | -1/+4 | |