Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-13 | Fix spack style arbitrary git rev as base (#31019) | Jordan Galby | 2 | -5/+25 | |
Allow `spack style -b @` or `spack style -b origin/develop` to work as expected. Regression since spack 0.17 #25085 | |||||
2022-06-13 | nvhpc: conflict with all compilers except for gcc (#31073) | Sergey Kosukhin | 1 | -6/+6 | |
2022-06-13 | Add flux-core v0.39.0 and v0.40.0 and flux-sched v0.23.0 (#31061) | Mark Grondona | 2 | -0/+4 | |
2022-06-13 | Fix tracy-client package (#31076) | Mikael Simberg | 1 | -4/+4 | |
2022-06-13 | Fix download URL for pcre package (#31077) | Carson Woods | 1 | -1/+1 | |
2022-06-13 | Fix packages that will break with PIL 10 (#31071) | Adam J. Stewart | 2 | -3/+7 | |
2022-06-13 | atompaw: add v4.2.0.1 (#31087) | Simon Pintarelli | 1 | -1/+2 | |
apply ifort patch including v4.2.0.0, but not for 4.2.0.1 anymore | |||||
2022-06-13 | opa-psm2: add v11.2.228 (#31089) | Jack Morrison | 1 | -0/+3 | |
2022-06-13 | adios2: add v2.8.1 (#31090) | Erik Schnetter | 1 | -2/+2 | |
2022-06-13 | py-py-spy: fix dependency on libunwind (#31013) | Brice Videau | 1 | -0/+1 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2022-06-12 | py-breathe: new version 4.33.1 and fix dependencies (#31098) | Seth R. Johnson | 1 | -4/+14 | |
* py-breathe: new version 4.33.1 and fix dependencies * remove unused dependencies | |||||
2022-06-12 | Addllvmv1405 (#31099) | Paul R. C. Kent | 1 | -0/+1 | |
2022-06-12 | Limit Jasper version for WPS (#31088) | marcosmazz | 1 | -1/+1 | |
* Limit Jasper version for WPS Jasper@3: changed API and does not support interfaces used by WPS. This prevented ungrib.exe build and failed silently. | |||||
2022-06-12 | py-sphinxcontrib-bibtex: new version 2.4.2 (#31097) | Seth R. Johnson | 1 | -8/+8 | |
2022-06-11 | fix doubly shell quoting args to `spack spec` (#29282) | Danny McClanahan | 5 | -19/+145 | |
* add test to verify fix works * fix spec cflags/variants parsing test (breaking change) * fix `spack spec` arg quoting issue * add error report for deprecated cflags coalescing * use .group(n) vs subscript regex group extraction for 3.5 compat * add random test for untested functionality to pass codecov * fix new test failure since rebase | |||||
2022-06-10 | bugfix: preserve dict order for `Spec.dag_hash()` in Python 2 (#31092) | Todd Gamblin | 2 | -3/+80 | |
Fix a bug introduced in #21720. `spack_json.dump()` calls `_strify()` on dictionaries to convert `unicode` to `str`, but it constructs `dict` objects instead of `collections.OrderedDict` objects, so in Python 2 (or earlier versions of 3) it can scramble dictionary order. This can cause hashes to differ between Python 2 and Python 3, or between Python 3.7 and earlier Python 3's. - [x] use `OrderedDict` in `_strify` - [x] add a regression test | |||||
2022-06-10 | ripgrep: remove need for llvm (#31062) | Asher Mancinelli | 1 | -7/+0 | |
2022-06-10 | clingo: fix string formatting in error messages (#31084) | Sergey Kosukhin | 1 | -2/+2 | |
2022-06-10 | babelflow: fix conditional constraint in "when" decorator (#31057) | Cyrus Harrison | 1 | -2/+2 | |
2022-06-10 | enzyme: new version 0.0.32 (#31081) | Valentin Churavy | 1 | -1/+7 | |
Add LLDEnzyme to libs list | |||||
2022-06-10 | build(deps): bump actions/setup-python from 3.1.2 to 4 (#31059) | dependabot[bot] | 4 | -19/+19 | |
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/98f2ad02fd48d057ee3b4d4f66525b231c3e52b6...d09bd5e6005b175076f227b13d9730d56e9dcfcb) --- 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-06-09 | exago@1.4.1: : needs py-pytest (#31060) | eugeneswalker | 1 | -0/+2 | |
2022-06-09 | py-xdot requires explicit dependency on harfbuzz (#30968) | Gregory Lee | 1 | -2/+7 | |
2022-06-09 | py-kornia: add v0.6.5 (#31067) | Adam J. Stewart | 1 | -0/+3 | |
2022-06-09 | py-pillow: add v9.1.1 (#31068) | Adam J. Stewart | 1 | -14/+7 | |
2022-06-09 | py-pytorch-lightning: add v1.6.4 (#31069) | Adam J. Stewart | 1 | -10/+26 | |
2022-06-09 | py-timm: add v0.5.4 (#31070) | Adam J. Stewart | 1 | -0/+4 | |
2022-06-09 | add fix for implicit includes with newer vers of gcc (#31056) | Cyrus Harrison | 1 | -0/+5 | |
2022-06-09 | nfft, pnfft: fix detection of fftw variants (precision) (#30935) | Martin Lang | 2 | -26/+40 | |
* nfft, pnfft: fix detection of fftw variants (precision) * nfft, pnfft: use fftw's selected_precisions; avoid repetitive calls to spec Co-authored-by: Martin Lang <martin.lang@mpsd.mpg.de> | |||||
2022-06-09 | Allow more fine-grained control over what submodules are updated (#27293) | Tim Fuller | 5 | -6/+78 | |
The "submodules" argument of the "version" directive can now accept a callable that returns a list of submodules, in addition to the usual Boolean values | |||||
2022-06-09 | clingo: fix ~python build (#30824) | Adam J. Stewart | 2 | -10/+15 | |
2022-06-08 | Cancel running workflows automatically on PR update (#31044) | Massimiliano Culpo | 5 | -0/+22 | |
* Cancel running workflows automatically on PR update * Add the last update later to check cancellation is working * Use github.run_number instead of github.sha | |||||
2022-06-08 | lua-mpack: build with -fPIC always (#31054) | Asher Mancinelli | 1 | -1/+1 | |
2022-06-08 | py-memray: add new package (#31033) | Adam J. Stewart | 1 | -0/+27 | |
* py-memray: add new package * Link to Python * Add missing non-Python deps | |||||
2022-06-08 | cuDNN: add v8.4.0.27-11.6 (#31034) | Adam J. Stewart | 1 | -0/+6 | |
2022-06-08 | hpctoolkit: adjust dependencies for develop (#31050) | Mark W. Krentel | 1 | -4/+10 | |
The develop branch now uses libiberty, but not binutils or libdwarf. | |||||
2022-06-08 | Draft: Pending #29806 [py-sentry-sdk] added version 1.5.5 (#29143) | Jen Herting | 1 | -18/+43 | |
* [py-sentry-sdk] audited dependencies and relisted extras as variants * [py-sentry-sdk] added version 1.5.5 * [py-sentry-sdk] flake8 * [py-sentry-sdk] - added "descriptions" to variants - removed conflicts - replaced with when statements in varients | |||||
2022-06-08 | New package: py-colossialai (#30807) | Jen Herting | 1 | -0/+28 | |
* colossalai is dependency for deepoffense * [py-colossalai] added homepage * [py-colossalai] added dependencies and removed older versions * [py-colossalai] updated pypi url to match listed version * [py-colossalai] spack -> spack.package Co-authored-by: Sid Pendelberry <sid@rit.edu> | |||||
2022-06-08 | py-ytopt: add v0.0.4 (#31029) | Brice Videau | 1 | -1/+2 | |
2022-06-08 | new package: py-pytest-asyncio (#31040) | Ryan Marcellino | 1 | -0/+27 | |
2022-06-08 | py-glmsingle: add new package (#31043) | Manuela Kuhn | 1 | -0/+38 | |
2022-06-08 | bootstrap: account for disabled sources (#31042) | Massimiliano Culpo | 2 | -4/+22 | |
* bootstrap: account for disabled sources Fix a bug introduced in #30192, which effectively skips any prescription on disabled bootstrapping sources. * Add unit test to avoid regression | |||||
2022-06-08 | OpenCV: add v4.6.0 (#31022) | Adam J. Stewart | 1 | -1/+8 | |
2022-06-08 | py-pympler: add v1.0.1 (#31031) | Adam J. Stewart | 1 | -2/+8 | |
2022-06-08 | Python: add v3.10.5 (#31039) | Adam J. Stewart | 1 | -0/+1 | |
2022-06-08 | Nalu-Wind: allow for lowest order infinity version (#31036) | psakievich | 1 | -1/+1 | |
This will allow us to pin trilinos in our repo | |||||
2022-06-07 | libtiff: add v4.4.0 (#31008) | Adam J. Stewart | 1 | -6/+8 | |
2022-06-07 | openPMD-api: 0.14.5 (#31023) | Axel Huebl | 1 | -0/+1 | |
Add the latest release. | |||||
2022-06-07 | meson: add version 0.62.2 (#31005) | Erik Schnetter | 1 | -0/+1 | |
2022-06-07 | Staging: determine extensions from nonstandard URLs (#31027) | Peter Scheibel | 2 | -5/+2 | |
Fixes #31021 With #25185, we no longer default to using tar when we can't determine the extension type, opting to fail instead. This broke fetching for the pcre package, where we couldn't determine the extension. To determine the extension, we were attempting to extract it from the destination filename; however, this file name may omit details of the origin URL that are required to determine the extension, so instead we examine the URL directly. This also updates the decompressor_for method not to set ext=None by default: it must now always be set by the caller. |