summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-15build(deps): bump python-levenshtein in /lib/spack/docs (#43543)dependabot[bot]1-1/+1
Bumps [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/rapidfuzz/python-Levenshtein/releases) - [Changelog](https://github.com/rapidfuzz/python-Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/rapidfuzz/python-Levenshtein/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: python-levenshtein dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15range-v3: add v0.12.0 (#40103)Marc Perache1-0/+1
2024-04-15build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.0 (#43562)dependabot[bot]3-7/+7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.3.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/c16abc29c95fcf9174b58eb7e1abf4c866893bc8...84508663e988701840491b86de86b666e8a86bed) --- updated-dependencies: - dependency-name: codecov/codecov-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>
2024-04-15hipcub: depend on matching version of hip+cuda when +cuda (#42970)Josh Milthorpe1-2/+1
2024-04-15PyTorch: build with external cpuinfo (#40758)Adam J. Stewart2-9/+11
2024-04-15googletest: fix reversed pthreads variant logic (#43649)one1-1/+1
2024-04-15openbabel: add CMake patch for 3.1.1 (#43612)Rocco Meli2-0/+18
2024-04-15goma: new version 7.6.1 (#43617)Weston Ortiz1-0/+1
2024-04-15Build systems: fix docstrings (#43618)Adam J. Stewart2-2/+2
2024-04-15py-maturin: add v1.5.1 (#43619)Adam J. Stewart1-0/+1
2024-04-15py-lightning: add v2.2.2 (#43621)Adam J. Stewart1-0/+1
2024-04-15py-eccodes: add v1.4.2 (#43633)eugeneswalker1-0/+1
2024-04-15rocm-opencl: add dependency on aqlprofile (#43637)renjithravindrankannath1-0/+3
2024-04-15build(deps): bump black from 24.3.0 to 24.4.0 in /lib/spack/docs (#43642)dependabot[bot]1-1/+1
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.0) --- updated-dependencies: - dependency-name: black 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>
2024-04-15build(deps): bump black in /.github/workflows/style (#43643)dependabot[bot]1-1/+1
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.0) --- updated-dependencies: - dependency-name: black 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>
2024-04-15flux-core: add v0.61.2 (#43648)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-04-15py-ruff: add v0.3.7 (#43620)Adam J. Stewart1-0/+2
2024-04-15py-rasterio: add v1.3.10 (#43653)Adam J. Stewart1-3/+7
2024-04-15charmpp: add archs including Cray shasta with ARM (#43191)Rocco Meli2-10/+51
Co-authored-by: RMeli <RMeli@users.noreply.github.com>
2024-04-15dlio-profiler: add releases up yo v0.0.5 (#43530)Hariharan Devarajan2-8/+10
2024-04-15util-linux: new version 2.40 (#43661)Wouter Deconinck1-1/+6
2024-04-15Fix pkgconfig dependencies (#43651)Michael Kuhn3-4/+4
pkgconfig is the virtual package, pkg-config and pkgconf are implementations.
2024-04-15su2: add v8.0.0, v8.0.1 (#43662)kjrstory2-0/+18
2024-04-15spdlog: new version 1.13.0 (#43658)Wouter Deconinck1-0/+2
2024-04-15zlib: new version 1.3.1 (#43660)Wouter Deconinck1-0/+1
2024-04-15zstd: new version 1.5.6 (#43659)Wouter Deconinck1-0/+3
2024-04-13intel-oneapi-compiler: Fix generation of config files (#43654)Kacper Kornet1-1/+1
Commit 330a9a7c9ac82e91f18a6cbcd9c067eeaa26d617 aimed at preventing generation of .cfg files when a given compiler does not exist in the particular release. However the check does not contain the full paths so it always fails resulting in empty .cfg files. This commit fixes it.
2024-04-13gsibec: properly reference self.spec (#43627)eugeneswalker1-1/+1
2024-04-13dealii@9.5 +cgal requires ^cgal@5: (#43639)eugeneswalker1-0/+1
2024-04-13sherpa: remove paths to compiler wrappers and use the provided libtool (#43611)Juan Miguel Carceller1-4/+19
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-04-13gettext: unvendor libxml (#43622)Harmen Stoppels1-5/+21
2024-04-13freetype: new version 2.12 and 2.13 (#43571)Wouter Deconinck1-0/+5
2024-04-12remove hardcoded hipcc (#43644)Chris White1-5/+0
2024-04-12Axom: add new versions and bring in new changes (#43590)Chris White1-34/+64
* add new axom releases, sync changes between repos * add new version of axom and add fallback depends for umpire/raja * remove now redundant flags, add flags to cuda flags to flags output by cachedcmakepackage Co-authored-by: white238 <white238@users.noreply.github.com>
2024-04-12Geant4: extend patch to fix compile for 10.0-10.4 as well (#43640)James Shen1-1/+1
2024-04-12precice: Add version 3.1.1 (#43616)Frédéric Simonis1-0/+1
2024-04-12odc: add v1.4.6 (#43634)eugeneswalker1-0/+1
2024-04-12pika: add pika 0.24.0 (#43624)Auriane R1-0/+1
2024-04-12w3nco %oneapi cflags: append -Wno-error=implicit-function-declaration (#43628)eugeneswalker1-0/+10
* w3nco %oneapi cflags: append -Wno-error=implicit-function-declaration * update flag for %apple-clang, %clang * [@spackbot] updating style on behalf of eugeneswalker
2024-04-12gsibec: add v1.2.1 (#43630)eugeneswalker1-0/+1
2024-04-12emacs: add 29.3 (#43626)Eric Berquist1-0/+1
2024-04-12gcc: add more detection tests (#43613)Massimiliano Culpo1-4/+39
2024-04-12solver: add an integrity constraint for virtual nodes (#43582)Massimiliano Culpo1-0/+6
Upon close inspection of clingo answer sets, in some cases we have "equivalent" (i.e. same hash for the concrete spec) duplicates that differ only because of virtual nodes that are added to the answer set, without any edge using them.
2024-04-11add py-h5py@3.11 (#43605)Sajid Ali1-6/+11
* add py-h5py@3.11 * incorporate reviewer feedback * incorporate reviewer feedback
2024-04-11OpenMPI: add version 5.0.3 (#43609)Howard Pritchard1-2/+5
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2024-04-11openmpi: add MPIFC environment variable (#36669)Matthew Thompson1-0/+6
2024-04-11e4s ci: add: netcdf-fortran, fpm, e4s-cl (#43601)eugeneswalker1-0/+3
2024-04-11verible: Add version v0.0-3624-gd256d779 (#43604)Dave Keeshan1-0/+5
2024-04-11Add version 5.024 (#43603)Dave Keeshan1-1/+1
2024-04-11Add versions 0.39 and 0.40 (#43600)Dave Keeshan1-1/+3