Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-22 | py-notebook: fix py-nbconvert dep (#29020) | Adam J. Stewart | 1 | -0/+2 | |
2022-02-22 | py-shapely: add v1.8.1 (#29023) | Adam J. Stewart | 1 | -1/+2 | |
2022-02-22 | spectre: add v2022.02.17 (#29045) | SXS Bot | 1 | -0/+1 | |
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com> | |||||
2022-02-22 | ParaView: constrain +cuda variant to version < 5.8 (#29049) | kwryankrattiger | 1 | -0/+1 | |
2022-02-22 | build(deps): bump docker/login-action from 1.12.0 to 1.13.0 (#29053) | dependabot[bot] | 1 | -2/+2 | |
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/42d299face0c5c43a0487c477f595ac9cf22f1a7...6af3c118c8376c675363897acf1757f7a9be6583) --- 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-02-22 | ParaView: add use_vtkm as a multi-valued variant (#21977) | Ethan Stam | 1 | -1/+12 | |
spelling fixes | |||||
2022-02-22 | py-flit: add v3.6.0 (#29124) | Manuela Kuhn | 1 | -2/+7 | |
2022-02-22 | git-annex: add 10.20220121 (#28993) | Manuela Kuhn | 1 | -1/+5 | |
2022-02-22 | zstd+programs: use xz for lzma lib (#29107) | Harmen Stoppels | 1 | -1/+1 | |
2022-02-22 | qt: mark conflict between older versions and with newer xcode (#29122) | Seth R. Johnson | 1 | -0/+1 | |
2022-02-22 | llvm: new version 13.0.1 (#29119) | Harmen Stoppels | 1 | -1/+2 | |
2022-02-22 | cp2k: bump version to 9.1, fix building with CUDA (#29108) | Tiziano Müller | 1 | -13/+38 | |
first step towards fixing #28554 | |||||
2022-02-22 | rhash: un-block intel builds (#29117) | Chuck Atkins | 2 | -0/+17 | |
2022-02-22 | openturns: add v1.18 (#29097) | liuyangzhuan | 1 | -0/+2 | |
2022-02-21 | py-imageio: add 2.16.0 (#29066) | Manuela Kuhn | 1 | -0/+2 | |
* py-imageio: add 2.16.0 * Update var/spack/repos/builtin/packages/py-imageio/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-02-21 | update bioconductor packages to bioconductor 3.14 (#28900) | Glenn Johnson | 221 | -1124/+1682 | |
2022-02-21 | py-asttokens: add new package (#29073) | Manuela Kuhn | 1 | -0/+20 | |
2022-02-21 | r-brobdingnag: add 1.2-7 (#28997) | Manuela Kuhn | 1 | -0/+1 | |
2022-02-21 | r-bh: add 1.78.0-0 (#28996) | Manuela Kuhn | 0 | -0/+0 | |
2022-02-21 | r-backports: add 1.4.1 (#28995) | Manuela Kuhn | 0 | -0/+0 | |
2022-02-21 | bugfix: Not all concrete versions on the CLI should be considered real (#28620) | Todd Gamblin | 5 | -24/+69 | |
Some "concrete" versions on the command line, e.g. `qt@5` are really meant to satisfy some actual concrete version from a package. We should only assume the user is introducing a new, unknown version on the CLI if we, well, don't know of any version that satisfies the user's request. So, if we know about `5.11.1` and `5.11.3` and they ask for `5.11.2`, we'd ask the solver to consider `5.11.2` as a solution. If they just ask for `5`, though, `5.11.1` or `5.11.3` are fine solutions, as they satisfy `@5`, so use them. Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2022-02-21 | py-numpy, py-scipy: add rgommers as a maintainer (#29109) | Todd Gamblin | 2 | -2/+2 | |
2022-02-21 | Bring back cuda@11.4.0 conflicts for GCC and clang; add 11.4.3:11.4.4 (#29076) | Alberto Invernizzi | 2 | -0/+10 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2022-02-21 | votca: fix git url and allow build without xtp parts (#29056) | Christoph Junghans | 1 | -7/+11 | |
* votca: fix git url * Votca: add xtp variant | |||||
2022-02-21 | update CRAN R packages (#28786) | Glenn Johnson | 839 | -5054/+5894 | |
2022-02-21 | py-importlib-metadata: add 4.11.1 (#29069) | Manuela Kuhn | 1 | -4/+7 | |
2022-02-21 | py-executing: add new package (#29074) | Manuela Kuhn | 1 | -0/+18 | |
2022-02-21 | py-pandas: fix tests (#29044) | Manuela Kuhn | 1 | -2/+6 | |
2022-02-21 | geant4: fix CMake-derived data path (#29091) | Seth R. Johnson | 2 | -107/+124 | |
* geant4-data: use build+run-only depends * geant4: point to dependent datadir This is "used" in the configure step to set up the Geant4Config.cmake file's persistent pointers to the data directory, but the dependency is still listed as "run" -- though I'm not sure this is the right behavior since the geant4 installation really does change as a function of the data directory, and the installation is incomplete/erroneous without using one. * Style | |||||
2022-02-21 | py-flit-core: add v3.6.0 (#29009) | Manuela Kuhn | 1 | -1/+2 | |
2022-02-21 | py-liblas: add new package (#29027) | Adam J. Stewart | 2 | -4/+33 | |
2022-02-21 | nwchem: add support for Fujitsu A64FX compilers on v7.0.2 (#28990) | h-murai | 2 | -0/+153 | |
2022-02-21 | expat: add v2.4.6, deprecate v2.4.5 (#29100) | Sebastian Pipping | 1 | -1/+3 | |
2022-02-21 | Add c-blosc v1.21.1, c-blosc2 v2.0.4 (#29101) | Erik Schnetter | 2 | -0/+2 | |
2022-02-21 | iwyu: add 0.17 and improve llvm target requirements (#29077) | Seth R. Johnson | 1 | -3/+7 | |
* iwyu: new version 0.17 * iwyu: allow default llvm target when x86/x86_64 | |||||
2022-02-21 | neovim remote: add new package (#29103) | Tom Scogland | 1 | -0/+23 | |
2022-02-21 | py-pynvim: add new package (#29102) | Tom Scogland | 1 | -0/+21 | |
2022-02-21 | git: install keychain helper on macOS (#29090) | Seth R. Johnson | 1 | -2/+9 | |
2022-02-21 | Various package fixes for macOS (#29024) | Seth R. Johnson | 6 | -5/+44 | |
* trilinos: disable dl on macOS * py-sphinx-argparse: add explicit poetry dependency * libzmq: fix libbsd dependency libbsd is *always* required when +libbsd (introduced in #28503) . #20893 had previously removed the macos dependency because libbsd wasn't always enabled. Libbsd support is only available after 4.3.2 so change it to a conflict rather than bumping the dependency. * hdf5: work around GCC11.2 monterey fortran bug * go-bootstrap: mark conflict for monterey | |||||
2022-02-20 | perl-fth: add the external find feature for perl-fth and new release (#28886) | Olivier Cessenat | 1 | -0/+10 | |
2022-02-19 | expat: Add latest release 2.4.5 with security fixes (#29086) | Sebastian Pipping | 1 | -2/+3 | |
2022-02-19 | silo package: fix patch for 4.11-bsd (#29075) | Seth R. Johnson | 1 | -1/+1 | |
There's a check to skip for version '10.2-bsd', but the patch does not apply to '11-bsd' either. | |||||
2022-02-19 | binutils: add v2.38 (#29067) | Harmen Stoppels | 1 | -0/+1 | |
2022-02-19 | New package: ovito (#28787) | downloadico | 1 | -0/+24 | |
2022-02-18 | py-ipykernel: add 6.9.1 (#29071) | Manuela Kuhn | 1 | -17/+22 | |
* py-ipykernel: add 6.9.1 * Add py-jupyter-core version restriction | |||||
2022-02-18 | Add/remove conflicts for Apple silicon (M1/aarch64) (#28850) | Seth R. Johnson | 5 | -11/+16 | |
* go: remove broken bootstrapping for macos aarch64 * qt: mark apple silicon conflict * trilinos: remove apple silicon conflict * Apply review suggestions * python: add apple silicon conflict for 2.7 | |||||
2022-02-18 | r-distributional package: add version 0.3.0 (#29037) | Manuela Kuhn | 1 | -0/+1 | |
2022-02-18 | kokkos@:3.5.00 +sycl conflicts with %dpcpp@2022.0.0 (#29055) | eugeneswalker | 1 | -0/+3 | |
2022-02-18 | py-humanize: add 4.0.0 (#29034) | Manuela Kuhn | 1 | -0/+2 | |
2022-02-18 | py-tensorflow-estimator: new versions (#28093) | Glenn Johnson | 1 | -1/+9 | |
* py-tensorflow-estimator: new versions * Set proper constraint on py-funcsigs Only needed when the python version is less than 3.3. |