summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-18update py-python-fmask to version 0.5.9 (#43698)Sam Gillingham1-0/+3
* update py-python-fmask to version 0.5.9 * add gillins and neilflood as maintainers * remove spaces * remove blank line * put maintainers higher
2024-04-18Associate condition sets from cli to root node (#43710)Massimiliano Culpo2-3/+42
This PR prevents a condition_set from having nodes that are not associated with the corresponding root node through some (transitive) dependencies.
2024-04-18asp.py: do not copyHarmen Stoppels1-21/+38
2024-04-18spec.py: early return in __str__Harmen Stoppels1-0/+5
2024-04-17cvise package: add version 2.10.0 and ncurses constraint (#43319)Mikael Simberg1-1/+8
2024-04-17mkl interface (#43673)Rocco Meli1-1/+5
2024-04-17Added e4s-cl@1.0.3 (#43693)FrederickDeny1-0/+1
2024-04-17xrootd: new version 5.6.9 (#43684)Wouter Deconinck1-1/+10
2024-04-17xerces-c: new version 3.2.5 (#43687)Wouter Deconinck1-0/+1
2024-04-17assimp: new version 5.4.0 (#43689)Wouter Deconinck1-0/+4
2024-04-17package/npm update (#43692)Sinan1-0/+7
* package/npm update * add conflicts to exclude certain version intervals --------- Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2024-04-17py-shapely: add v2.0.4 (#43702)Adam J. Stewart1-1/+3
2024-04-17py-sphinx: add v7.3 (#43703)Adam J. Stewart2-47/+61
2024-04-17[Score-P] Make local with-or-without not use "yes" (#43701)Bill Williams1-0/+3
Score-P does not accept "--with-foo=yes", but only "--with-foo" or "--with-foo=some-valid-specific-choice-or-path". This keeps Spack from generating config flags that will cause Score-P to barf.
2024-04-17Improve `spack find` output in environments (#42334)Todd Gamblin4-40/+68
This adds some improvements to `spack find` output when in environments based around some thoughts about what users want to know when they're in an env. If you're working in an enviroment, you mostly care about: * What are the roots * Which ones are installed / not installed * What's been added that still needs to be concretized So, this PR adds a couple tweaks to display that information more clearly: - [x] We now display install status next to every root. You can easily see which are installed and which aren't. - [x] When you run `spack find -l` in an env, the roots now show their concrete hash (if they've been concretized). They previously would show `-------` (b/c the root spec itself is abstract), but showing the concretized root's hash is a lot more useful. - [x] Newly added/unconcretized specs still show `-------`, which now makes more sense, b/c they are not concretized. - [x] There is a new option, `-r` / `--only-roots` to *only* show env roots if you don't want to look at all the installed specs. - [x] Roots in the installed spec list are now highlighted as bold. This is actually an old feature from the first env implementation , but various refactors had disabled it inadvertently.
2024-04-17py-pyparsing: new version 3.1.2 (#43579)Wouter Deconinck1-0/+3
2024-04-16Python package: fix install of static libs on Windows (#43564)James Smillie1-1/+2
2024-04-16intel-oneapi-dnn-2024.1.0: add DNN package version (#43679)Andrey Perestoronin1-0/+6
* add onednn package * fix style * Update var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> --------- Co-authored-by: Robert Cohn <rscohn2@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-04-16Windows filesystem utilities (bugfix): improve SFN usage (#43645)John W. Parent2-3/+41
Reduce incidence of spurious errors by: * Ensuring we're passing the buffer by reference * Get the correct short string size from Windows API instead of computing ourselves * Ensure sufficient space for null terminator character Add test for `windows_sfn`
2024-04-16Run after_script aggregator with spack python (#43669)kwryankrattiger1-1/+1
2024-04-16acts: new version 34.0.0 (#43680)Wouter Deconinck1-0/+1
2024-04-16(py-)onnx: new version 1.16.0 (#43675)Wouter Deconinck3-0/+4
2024-04-16zstd: 1.5.6 does not build on Windows (#43677)John W. Parent1-0/+2
Conflict until a fix has been merged upstream
2024-04-16podio: +rntuple requires root +root7 (#43672)Wouter Deconinck1-1/+1
2024-04-16py-bluepyopt: 1.14.11 (#43678)Erik Heeren1-1/+3
2024-04-16pythia8: new version 8.311 (#43667)Wouter Deconinck1-0/+1
2024-04-16jwt-cpp: new version 0.7.0, scitokens-cpp: new versions to 1.1.1 (#43657)Wouter Deconinck2-0/+7
* jwt-cpp: new version 0.7.0, depends_on nlohmann-json * scitokens-cpp: new versions to 1.1.1 * scitokens-cpp: conflicts ^jwt-cpp@0.7: when @:1.1
2024-04-16concretize.lp: fix issue with reuse of conditional variants (#43676)Harmen Stoppels2-6/+18
Currently if you request pkg +example where example is a conditional variant, and you have a pkg in the database for which the condition did not hold (so no +example nor ~example), the solver would reuse it regardless, not imposing +example. The change rules out exactly one thing: variant_set without variant_value, which in practice could only happen when not node_has_variant (i.e. when under the current package.py rules the variant's when condition did not trigger).
2024-04-16wayland: +doc requires graphviz +expat for HTML tables (#43668)Wouter Deconinck1-1/+1
2024-04-16arborx: add v1.6 (#43623)Andrey Prokopenko1-7/+8
2024-04-16gromacs: prevent version conflict after enabling plumed (#43449)Maciej Wójcik1-2/+7
2024-04-16py-black: switch maintainer (#43652)Adam J. Stewart1-2/+1
2024-04-15Damaris: add v1.10.0 (#43664)Josh Bowden1-0/+1
Co-authored-by: Joshua Bowden <joshua-chales.bowden@inria.fr>
2024-04-15octave: add 8.4.0 and 9.1.0 (#43518)Michael Kuhn1-0/+2
2024-04-15[py-pybedtools] added version 0.10.0 (#43625)Jen Herting1-0/+1
2024-04-15crtm: add noaa versions and package mods (#43635)eugeneswalker1-0/+20
* crtm: add noaa versions and package mods * crtm@v2.4.1-jedi: add missing depends_on netcdf-fortran, ecbuild from jcsda spack fork
2024-04-15Add ollama package (#43655)Teague Sterling1-0/+54
* Added package to build Ollama * Update package.py Add license and documentation * [@spackbot] updating style on behalf of teaguesterling
2024-04-15py-morphio: add version 3.3.7, update license (#43420)Tristan Carel1-1/+5
2024-04-15hdf: %oneapi: -Wno-error=implicit-function-declaration (#43631)eugeneswalker1-1/+5
* hdf: %oneapi: -Wno-error=implicit-function-declaration * [@spackbot] updating style on behalf of eugeneswalker
2024-04-15GDAL: fix MDB build (#43665)Adam J. Stewart1-0/+1
2024-04-15glew: remove a few unused options (#43399)Juan Miguel Carceller1-3/+0
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-04-15iq-tree: add v2.3.1 (#43442)snehring1-0/+3
2024-04-15mpich: Update PMI configure options (#43551)Ken Raffenetti1-11/+35
Add a "default" option that passes no option to configure. Existing options changed in the MPICH 4.2.0 release, so update the package to reflect those changes.
2024-04-15LAMMPS: add v20240207.1 (#43538)Richard Berger1-2/+20
Add workaround for undefined HIP_PATH in older versions
2024-04-15tests: Spec tests shouldn't fetch remote git repositories. (#43656)Todd Gamblin3-24/+46
Currently, some of the tests in `spec_format` and `spec_semantics` fetch the actual zlib repository when run, because they call `str()` on specs like `zlib@foo/bar`, which at least currently requires a remote git clone to resolve. This doesn't change the behavior of git versions, but it uses our mock git repo infrastructure and clones the `git-test` package instead of the *real* URL from the mock `zlib` package. This should speed up tests. We could probably refactor more so that the git tests *all* use such a fixture, but the `checks` field that unfortunately tightly couples the mock git repository and the `git_fetch` tests complicates this. We could also consider *not* making `str()` resolve git versions, but I did not dig into that here. - [x] add a mock_git_test_package fixture that sets up a mock git repo *and* monkeypatches the `git-test` package (like our git test packages do) - [x] use fixture in `test_spec_format_path` - [x] use fixture in `test_spec_format_path_posix` - [x] use fixture in `test_spec_format_path_windows` - [x] use fixture in `test_parse_single_spec`
2024-04-15hdf5: require mpich+fortran when hdf5+fortran (#43591)Massimiliano Culpo1-1/+4
2024-04-15tree-sitter: add versions up to 0.22.2 (#43608)Eric Berquist1-0/+6
2024-04-15wgrib2: oneapi -> comp_sys="intel_linux" (#43632)eugeneswalker1-1/+1
2024-04-15spectre: add v2024.04.12 (#43641)SXS Bot1-0/+3
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
2024-04-15build(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#43542)dependabot[bot]1-1/+1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/2b51285047da1547ffb1b2203d8be4c0af6b1f20...d70bba72b1f3fd22344832f00baa16ece964efeb) --- 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>