summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04lhapdf: add python variant, change source tarball url to avoid python build ↵Valentin Volkl1-8/+14
failures (#29267)
2022-03-04mumps: add v5.4.1 (#29330)Carlos Bederián1-0/+1
2022-03-04qt: add 5.15.3 (#29328)Michael Kuhn1-1/+5
2022-03-04Fix importing Spack packages as Python modules (#29221)Massimiliano Culpo9-53/+82
fixes #29203 This PR fixes a subtle bug we have when importing Spack packages as Python modules that can lead to multiple module objects being created for the same package. It also fixes all the places in unit-tests where "relying" on the old bug was crucial to have a new "clean" state of the package class.
2022-03-03WarpX: 22.03 (#29334)Axel Huebl2-6/+8
Update `warpx` & `py-warpx` to the latest release, `22.03`.
2022-03-03Update MVAPICH2 to latest release verison 2.3.7 (#29329)natshineman1-1/+2
Co-authored-by: Nat Shineman <shineman.5@buckeyemail.osu.edu>
2022-03-03libdrm@2.4.101: needs meson for build (#29327)eugeneswalker1-0/+1
2022-03-03llvm: fix build with Fujitsu compiler, and conflicts gcc@8.4 on aarch64 (#29030)Toyohisa Kameyama4-0/+74
* llvm: fix build with Fujitsu compiler. * Add conflict gcc 8.4 and aarch64. * update conflicts version. * fix version to apply patch.
2022-03-03New package: py-npx (#29324)Vivian Hafener1-0/+19
* New package py-npx * Fixed linked issue
2022-03-03Add checksum for py-setuptools-scm 5.0.2 (#29213)iarspider1-0/+2
2022-03-03Revert GCS fetch strategy, to remove s3 interface (#28736)Doug Jacobsen1-7/+1
This commit reverts the GCS fetch strategy to before commit: d7596125231e800ca41c60e379be2b8abb47d20d The previous commit added some s3 syntax to handle connections, but added them into the GCS fetch strategy in a way that prevents GCS from working anymore.
2022-03-03Add checksum for gmp 6.2.0 (#29212)iarspider1-0/+1
* Add checksum for gmp 6.2.0 * Update package.py
2022-03-03New version: py-testpath 0.6.0; update py-flit-core dependency (#29200)iarspider1-1/+3
2022-03-03nss: add 3.75 (#29197)Carlos Bederián1-0/+1
2022-03-03rocmcc compiler: initial commit based on aocc and clang (#28575)Greg Becker7-5/+91
* rocmcc compiler: initial commit based on aocc and clang Co-authored-by: luker <luke.roskop@hpe.com> Co-authored-by: Tom Scogland <scogland1@llnl.gov>
2022-03-03py-mako-1.1.6 (#29207)Manuela Kuhn1-1/+4
* py-mako-1.1.6 * fix python dependency
2022-03-03py-mistune: add 2.0.2 and change source to pypi (#29215)Manuela Kuhn1-18/+18
2022-03-03py-multidict: add 6.0.2 and get sources fom pypi (#29219)Manuela Kuhn1-7/+11
2022-03-03py-matplotlib-inline: add v0.1.3 (#29208)Manuela Kuhn1-1/+2
2022-03-03kokkos: make Spack accept CUDA compute capability 8.6 (#27257)TZ1-0/+1
The Kokkos sources already know AMPERE86 since some time; make Spack accept and pass it, too.
2022-03-03lbann, dihydrogen: removing nice to have Python packages (#29302)Brian Van Essen2-34/+5
Recipes that are not actually required for LBANN or DiHydrogen to build. These should be concretized within the same environment or installed via PIP using the same Python that installed LBANN. Removing these will help eliminate build time failures that are actually associated with Python tools, not LBANN.
2022-03-03build(deps): bump actions/setup-python from 2.3.1 to 3 (#29253)dependabot[bot]3-12/+12
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/f38219332975fe8f9c04cca981d674bf22aea1d3...0ebf233433c08fb9061af664d501c3f3ff0e9e20) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03py-pycompadre: add new package (#29316)Paul Kuberry1-0/+51
2022-03-03relion: add version 4.0-beta (#29318)Eduardo Rothe1-2/+5
- add version 4.0-beta to available versions - update stable version to 3.1.3 Co-authored-by: Eduardo Rothe <eduardo.rothe@epfl.ch>
2022-03-03hbase: add v2.4.9 (#29319)haralmha1-1/+2
2022-03-03OpenMPI: correct slurm-pmi conflict version (#29309)Tamara Dahlgren1-1/+1
2022-03-03goma: add new package (#29307)Weston Ortiz1-0/+80
2022-03-03prophecy4f: add new package (#29289)haralmha1-0/+33
2022-03-03nss: set C++ compiler (#29195)Carlos Bederián1-0/+1
2022-03-03build(deps): bump actions/checkout from 2 to 3 (#29276)dependabot[bot]4-24/+24
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03build(deps): bump docker/login-action from 1.13.0 to 1.14.1 (#29277)dependabot[bot]1-2/+2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 1.14.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/6af3c118c8376c675363897acf1757f7a9be6583...dd4fa0671be5250ee6f50aedf4cb05514abda2c7) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03installer: Fix cosmetic problem with terminal title (#29070)Michael Kuhn1-4/+8
The status displayed in the terminal title could be wrong when doing distributed builds. For instance, doing `spack install glib` in two different terminals could lead to the current package being reported as `40/29` due to the way Spack handles retrying locks. Work around this by keeping track of the package IDs that were already encountered to avoid counting packages twice.
2022-03-03ECP-SDK: Propagate hdf5 to darshan-runtime (#29081)kwryankrattiger1-2/+4
2022-03-03libdrm: new versions up to v2.4.110, build system meson (#27253)Wouter Deconinck1-3/+44
2022-03-03test/installer.py: remove commented code and inaccurate docstring (#29305)Scott Wittenburg1-21/+1
2022-03-03gfsio: support Fujitsu compiler (#29311)Qian Jianhua1-0/+6
2022-03-02onednn: add version 2.5.2. (#29259)Toyohisa Kameyama1-0/+1
2022-03-02HIP: Change mesa dep to gl (#29017)kwryankrattiger10-42/+13
* HIP: Change mesa18 dep to gl * Mesa: Conflict with llvm-amdgpu when +llvm and swr * Add def for suffix * Disable llvm suffix patch. * LLVM: Remove version suffix patches
2022-03-02[acts] Add version 17 and 17.1, digitization plugin went in core (#28745)Hadrien G1-4/+9
2022-03-02julia: add version 1.7.2 (#29303)Jen Herting1-0/+1
2022-03-02make @llnl.util.lang.memoized support kwargs (#21722)Danny McClanahan2-10/+96
* make memoized() support kwargs * add testing for @memoized
2022-03-02ECP-SDK: Propagate cuda to ascent (#28878)kwryankrattiger1-2/+8
2022-03-02ECP-SDK: ParaView 5.11: required for CUDA (#29054)kwryankrattiger1-5/+10
* ECP-SDK: ParaView 5.11: required for CUDA * Add conflict with ParaView@master Because of the additional constraints for cuda, ParaView@master may be selected unintentionally. Prefer older versions of ParaView without cuda to master with cuda.
2022-03-02Paraview: Use 'UNIX Makefiles' instead of ninja as the CMake generator for ↵QuellynSnead1-1/+8
XL (#29163) * hypre: Add releases 2.21.0 and 2.22.0 * Revert "hypre: Add releases 2.21.0 and 2.22.0" This reverts commit 8921cdb3ac772794f82ff07b0aa816c204aca921. * Address external linkage failures in elfutils 0.185: https://bugs.gentoo.org/794601 https://sourceware.org/pipermail/elfutils-devel/2021q2/003862.html Encountered while building within a Spack environment. * Revert "Address external linkage failures in elfutils 0.185:" This reverts commit 76b93e4504defd856b62027371064a5e65a027a5. * paraview: The ninja generator has problems with XL and CCE See https://gitlab.kitware.com/paraview/paraview/-/issues/21223 * paraview: Add variant to allow choice of cmake generator. This will be necessary until problems with cmake+ninja on XL and CCE builds can be resolved. See https://gitlab.kitware.com/paraview/paraview/-/issues/21223 * paraview: ninja generator problems with XL/CCE By popular preference, abandon the idea of a special variant and select the generator based on compiler. * Greg Becker suggested using the dedicated "generator" method to pass the choice of makefile generator to cmake. * paraview: The build errors I saw before with paraview%cce + ninja have not reappeared in subsequent testing, so I'm dropping it from this PR. If they re-occur I'll report the issue separately to KitWare.
2022-03-02py-nibabel: add 3.2.2 (#29266)Manuela Kuhn1-6/+7
* py-nibabel: add 3.2.2 * fix dependencies
2022-03-02py-msgpack: add 1.0.3 (#29216)Manuela Kuhn1-0/+2
* py-msgpack: add 1.0.3 * remove dependencies
2022-03-02Fix typos when forwarding arguments to traverse_edges (#29261)Massimiliano Culpo4-4/+11
A few calls use `deptypes=...` instead of `deptype=...`
2022-03-01bmi package: add version 2.8.1 (#29274)Phil Carns1-0/+2
2022-03-01assimp package: add version 5.2.2 (#29240)Wouter Deconinck1-0/+1
2022-03-01gaudi package: add version 36.4 (#29241)Wouter Deconinck1-0/+1