Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-01 | nghttp2: add v1.44.0, fix build (#25605) | Harmen Stoppels | 1 | -20/+20 | |
2021-09-01 | allow building silo+mpi ^hdf5~mpi (#25724) | Peter Scheibel | 1 | -2/+1 | |
2021-08-31 | Legion: Add E4S testsuite stand alone test (#25285) | Richarda Butler | 1 | -0/+41 | |
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2021-08-31 | Papyrus: Add E4S testsuite stand alone test (#25324) | Richarda Butler | 1 | -0/+53 | |
2021-08-31 | acts: add v12.0.0, v12.0.1 (#25697) | Hadrien G | 1 | -0/+2 | |
2021-08-30 | Pipelines: disable power builds (#25704) | Scott Wittenburg | 1 | -18/+18 | |
2021-08-30 | [py-plotly] added version 5.2.2 (#25668) | Jen Herting | 1 | -5/+11 | |
* [py-plotly] added version 5.2.2 * [py-plotly] flake8 * [py-plotly] requests not required for new version | |||||
2021-08-30 | py-pythran: update checksum for patch (#25693) | Adam J. Stewart | 2 | -3/+72 | |
* Replace URL patch with file patch * Add comment explaining patch origin and purpose | |||||
2021-08-30 | Updates to Exawind packages (#25568) | psakievich | 6 | -39/+79 | |
2021-08-30 | asciidoc-py3: add v9.1.0, v9.0.5 and v9.0.4 (#25562) | lorddavidiii | 1 | -0/+3 | |
2021-08-30 | plasma: add version 21.8.29, migrate url (#25688) | Piotr Luszczek | 1 | -4/+5 | |
2021-08-30 | gaudi: update py-xenv dependency (#25457) | Valentin Volkl | 1 | -1/+1 | |
2021-08-30 | Add patch to fix Boost with CCE and CUDA (#25534) | Mikael Simberg | 1 | -0/+7 | |
2021-08-30 | universal-ctags: add version p5.9.20210829.0 (#25361) | Bryan Herman | 1 | -0/+2 | |
2021-08-30 | mochi-margo: add v0.9.5 (#25365) | Phil Carns | 1 | -0/+1 | |
2021-08-30 | miniconda3: add v4.10.3 (#25442) | Ryan Marcellino | 1 | -0/+2 | |
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net> | |||||
2021-08-30 | anaconda3: add v2021.05 (#25443) | Ryan Marcellino | 1 | -0/+1 | |
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net> | |||||
2021-08-30 | rivet: fixes for gcc@10: (#25454) | Valentin Volkl | 2 | -2/+2 | |
2021-08-30 | Add documentation on compiler `environment` (#25508) | kwryankrattiger | 1 | -0/+28 | |
2021-08-30 | ocl-icd: add v2.3.1 (#25561) | lorddavidiii | 1 | -0/+2 | |
2021-08-30 | build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 (#25594) | dependabot[bot] | 1 | -4/+4 | |
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action 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> | |||||
2021-08-30 | boost: add v1.77.0 (#25536) | Mikael Simberg | 1 | -0/+1 | |
2021-08-30 | py-pbr: fix import tests (#25679) | Adam J. Stewart | 1 | -0/+3 | |
2021-08-30 | py-jupyterlab: fix import tests (#25680) | Adam J. Stewart | 1 | -0/+3 | |
2021-08-30 | py-metpy: fix import tests (#25681) | Adam J. Stewart | 1 | -0/+4 | |
2021-08-30 | py-flit-core: build from source (#25682) | Adam J. Stewart | 1 | -9/+14 | |
2021-08-30 | tmux: added additional versions. (#25684) | Barry Rountree | 1 | -0/+7 | |
Added sha256 checksums for 3.21, 3.2, 3.1c 3.1a, 3.1, 3.0 and 2.9a. Co-authored-by: Barry <rountree4@llnl.gov> | |||||
2021-08-30 | FLAP: add new package (#25685) | Joe Schoonover | 1 | -0/+25 | |
Co-authored-by: Joe Schoonover <joe@fluidnumerics.com> | |||||
2021-08-30 | acts: add v11.0.0, v10.0.0 (#25444) | Hadrien G | 1 | -0/+2 | |
2021-08-29 | Bump py-salib (#25403) | Sebastian Schmitt | 1 | -0/+4 | |
2021-08-28 | add 'develop' branch to cmake package (#25623) | Kai Germaschewski | 1 | -0/+3 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-08-28 | Add a __reduce__ method to Spec (#25658) | Massimiliano Culpo | 1 | -22/+38 | |
* Add a __reduce__ method to Spec fixes #23892 The recursion limit seems to be due to the default way in which a Spec is serialized, following all the attributes. It's still not clear to me why this is related to being in an environment, but in any case we already have methods to serialize Specs to disk in JSON and YAML format. Here we use them to pickle a Spec instance too. * Downgrade to build-hash Hopefully nothing will change the package in between serializing the spec and sending it to the child process. * Add support for Python 2 | |||||
2021-08-28 | recorder: add v2.2.1, v2.2.0, "master" and "pilgrim" (#25674) | Chen Wang | 1 | -0/+5 | |
2021-08-27 | Add zstd support to libarchive (#25659) | Harmen Stoppels | 1 | -7/+6 | |
2021-08-27 | py-flit: add maintainer (#25667) | Adam J. Stewart | 2 | -3/+2 | |
2021-08-27 | add py-flameprof (#25539) | Harmen Stoppels | 1 | -0/+19 | |
2021-08-27 | Fix: --overwrite backs up old install dir, but it gets destroyed anyways ↵ | Harmen Stoppels | 3 | -5/+30 | |
(#25583) * Make sure PackageInstaller does not remove the just-restored install dir after failure in spack install --overwrite * Remove cryptic error message and rethrow actual error | |||||
2021-08-27 | Load package environment prior to stand-alone/smoke test execution (#25619) | Tamara Dahlgren | 1 | -0/+9 | |
2021-08-27 | Add missing link dep for py-uwsgi (#25654) | Harmen Stoppels | 1 | -0/+1 | |
2021-08-27 | py-psycopg2: add version 2.9.1 (#25646) | Adam J. Stewart | 1 | -3/+6 | |
2021-08-27 | py-pathlib: prevent conflicts with standard library (#25631) | Adam J. Stewart | 3 | -2/+10 | |
2021-08-27 | New package: py-flit (#25630) | Adam J. Stewart | 2 | -0/+48 | |
2021-08-27 | FEniCSx packages: add version 0.3.0 (#25627) | Chris Richardson | 5 | -8/+33 | |
2021-08-27 | py-pyinstrument: add version 4.0.3 (#25632) | Adam J. Stewart | 1 | -6/+9 | |
* Swap github download link for pypi * Versions >= 4 dont need npm | |||||
2021-08-27 | r-irkernel: add version 1.2; update version 0.7 (#25644) | Dylan Simon | 1 | -1/+2 | |
Use a commit hash instead of a tag for 0.7 | |||||
2021-08-27 | figlet: Fix figlet font dir (#25662) | Jordan Galby | 1 | -0/+4 | |
By default, figlet looks for fonts in `/usr/local/share/figlet`, and if it doesn't exist you get `figlet: standard: Unable to open font file`. This fix changes the default font dir to the one installed in the install prefix. | |||||
2021-08-27 | ESMF package: add version 8.1.1 (#25590) | Timothy Brown | 1 | -5/+5 | |
Also build with internal lapack library by default. | |||||
2021-08-27 | meson: add 0.59.1 and 0.58.2 (#25661) | Michael Kuhn | 1 | -0/+2 | |
2021-08-27 | glib: add 2.68.4 (#25660) | Michael Kuhn | 1 | -0/+1 | |
2021-08-27 | Add ld.gold and ld.lld compiler wrapper (#25626) | Jordan Galby | 4 | -1/+4 | |
The gcc compiler can be configured to use `ld.gold` by default. It will then call `ld.gold` explicitly when linking. When so, spack need to have a ld.gold wrapper in PATH to inject rpaths link flags etc... Also I wouldn't be surprised to see some package calling `ld.gold` directly. As for ld.gold, the argument could be made that we want to support any package that could call ld.lld. |