summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-08spec.py: print right deptype in tree (#45091)Harmen Stoppels2-5/+32
Fix a bug where Spec.tree with cover=nodes reduces deptypes from all in-edges, including from nodes not reachable from the root, which almost always happens for concrete specs
2024-07-08pinentry: add v1.3.1 (#45073)Massimiliano Culpo1-0/+1
2024-07-08spec.py: fix __getitem__ looking outside of dag (#45090)Harmen Stoppels2-18/+30
`Spec.__getitem__` queries dependent edges, which almost always point to nodes outside the sub-dag considered. It should only ever look at edges being traversed.
2024-07-08Add type-hints to RepoPath (#45068)Massimiliano Culpo6-89/+121
* Also, fix a bug with use_repositories + import spack.pkg
2024-07-08kripke: update version to 1.2.7 (#44791)afzpatel2-2/+56
* initial commit to update kripke to 1.2.7 * fix style errors
2024-07-08zlib-ng: add v2.1.7, v2.2.1 (#45076)Wouter Deconinck1-7/+2
2024-07-08py-scikit-learn: add v1.5.1 (#45016)Adam J. Stewart2-1/+9
2024-07-08cpp-logger: add v0.0.4 (#45033)Hariharan Devarajan1-0/+1
2024-07-08neko: add v0.8.0 (#45086)Niclas Jansson1-1/+5
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-07-08legion: bugfix for +cuda+cuda_unsupported_compiler (#45036)Richard Berger1-0/+5
When using a newer Clang for Kokkos than supported by a given CUDA version, the CUDA compiler detection in Legion's CMake still needs to be passed CMAKE_CUDA_FLAGS to pass the compiler check.
2024-07-08gotcha: add v1.0.7 (#45043)Hariharan Devarajan1-0/+1
2024-07-08DLA-Future-Fortran: add v0.2.0 (#45055)Rocco Meli1-1/+4
2024-07-08py-numpy: add v2.0.0 (#44735)Adam J. Stewart58-73/+193
2024-07-08feat: add diamond@2.1.[8,9] (#45047)Harry Sharma1-0/+2
2024-07-08py-matplotlib: add v3.9.1 (#45060)Adam J. Stewart1-0/+1
2024-07-08acts: add v35.1.0, v35.2.0 (#44963)Wouter Deconinck1-0/+2
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-07-08py-webcolors: add v24.6.0 (#45075)Wouter Deconinck1-2/+7
2024-07-08vc: add v1.4.5 (#45077)Wouter Deconinck1-1/+4
2024-07-08util-linux{-uuid}: add v2.40.2 (#45079)Wouter Deconinck2-1/+3
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-07-08assimp: add v5.4.2 (#45081)Wouter Deconinck1-0/+1
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-07-08hpctoolkit: minor fixes for build failures (#45070)Jonathon Anderson1-9/+7
2024-07-06spack -C <env>: use env config w/o activation (#45046)Harmen Stoppels5-43/+78
Precedence: 1. Named environment 2. Anonymous environment 3. Generic directory
2024-07-06build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#45069)dependabot[bot]1-2/+2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) --- updated-dependencies: - dependency-name: actions/upload-artifact 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-07-06Remove myself from maintainer lists (#45071)Hadrien G7-10/+6
2024-07-05spack gc: remove debug print statement (#45067)Todd Gamblin1-1/+0
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
2024-07-05[py-transformers] Add newer versions (#45022)Auriane R3-24/+36
* Add newer versions for py-transformers * Add dependencies needed for py-transformers latest version * Enforce dependencies requirements for py-transformers newer versions
2024-07-05py-flash-attn: add v2.5.6 -> main (#44894)Auriane R1-4/+15
* Add latest releases of py-flash-attn * Add main branch for flash attention * Add additional requirements
2024-07-05config: fix class hierarchy (#45044)Harmen Stoppels10-124/+128
1. Avoid that `self.path` is of type `Optional[str]` 2. Simplify immutable config with a property.
2024-07-05Inject dependencies in repo classes (#45053)Massimiliano Culpo17-176/+331
2024-07-05remove trailing dot in gmsh 4.13.0 shasum (#45054)Benjamin Fovet1-1/+1
2024-07-04build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#45051)dependabot[bot]1-1/+1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/d70bba72b1f3fd22344832f00baa16ece964efeb...4fd812986e6c8c2a69e18311145f9371337f27d4) --- updated-dependencies: - dependency-name: docker/setup-buildx-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-07-04build(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 (#45042)dependabot[bot]1-1/+1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/15560696de535e4014efeff63c48f16952e52dd1...1a162644f9a7e87d8f4b053101d1d9a712edc18c) --- updated-dependencies: - dependency-name: docker/build-push-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-07-04build(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#45041)dependabot[bot]1-1/+1
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/68827325e0b33c7199eb31dd4e31fbe9023e06e3...5927c834f5b4fdf503fca6f4c7eccda82949e1ee) --- updated-dependencies: - dependency-name: docker/setup-qemu-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-07-04containers: rm centos7 since EOL (#45049)Wouter Deconinck4-39/+0
2024-07-04flux-core: remove deprecated versions (#45014)Massimiliano Culpo2-89/+5
2024-07-04py-pyscf: add v2.6.0, v2.6.1, v2.6.2 (#45032)Paul R. C. Kent1-0/+4
* pyscf: add 260 261 262 * Fix max version typo
2024-07-04acts-algebra-plugins: new package (#44861)Stephen Nicholas Swatman1-0/+66
This commit adds the `acts-algebra-plugins` package which provides the Acts project with linear algebra functionality.
2024-07-04spack audit packages: Fix message (#45045)Jordan Galby1-1/+1
Fix message formatting of the "virtual dependency cannot have variants" error.
2024-07-04dray: deprecate and simplify (#45015)Harmen Stoppels2-39/+19
2024-07-04iconv: require libiconv on linux (#45026)Harmen Stoppels1-0/+3
otherwise it is still picked up from glibc as it is external
2024-07-04Heuristic decays to default over time (#45023)Massimiliano Culpo2-11/+15
This modifies heuristic to decay to clingo default over time. The hope is that this helps with specs that have an optimal solution with a high penalty. Let target and compiler heuristic decay too, do not guess compiler
2024-07-03tiny-tensor-compiler: fix missing dependencies (#44465)Carsten Uphoff2-0/+8
* tiny-tensor-compiler: fix missing dependencies * tiny-tensor-compiler: Remove dependency type for opencl c headers * Re2c@3.1 has a mandatory Python interpreter dependency * Remove re2c@3.1 --------- Signed-off-by: Carsten Uphoff <carsten.uphoff@intel.com>
2024-07-03dfelibs: new package (#44860)Stephen Nicholas Swatman1-0/+22
* dfelibs: new package This commits adds the `dfelibs` package, which is an Acts project fork of dfelibs. * dfelibs: docstring typo --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-07-03[openfoam]: use latest cgal (#45003)Robert Cohn2-3/+7
* [openfoam]: use latest cgal * add version checks for CGAL
2024-07-03Fix #44715 by removing the librsvg dependency, which is only needed for ↵Teague Sterling1-2/+1
testing. Also fixing typo. (#44989) Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
2024-07-03gettext: Fix unvendor libxml2 (#44924)Jordan Galby1-1/+1
* gettext: Fix unvendor libxml2 * gettext: Fix build with external libxml2 * Revert "gettext: Fix build with external libxml2" This reverts commit c209ad65cb5a3e95295879af8235863dd4fac618.
2024-07-03Add support for macOS Sequoia (#45018)Adam J. Stewart1-0/+1
2024-07-03py-tensorflow: remove patch file for 2.16-rocm-enhanced (#44783)afzpatel5-781/+119
* remove patch file for py-tensorflow@2.16-rocm-enhanced * add changes * fix style errors * remove 2.14-rocm-enhanced version and add patch file * fix stlye error * remove jit patch * add 2.14-rocm-enhanced version
2024-07-03cmake: add patch to allow static linking with -DCMAKE_INSTALL_RPATH set (#44900)Harmen Stoppels2-0/+71
2024-07-03flux-core: add v0.64.0 (#45012)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>