summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11New package: py-hep-ml (#27909)iarspider1-0/+23
2021-12-11New package: py-grpcio-tools; add new version of py-grpcio (#27907)iarspider2-0/+61
2021-12-11PICMI: 0.16 & 0.18 & WarpX 1D (#27876)Axel Huebl4-14/+31
* PICMI: 0.16 & 0.18 & WarpX 1D Update the `py-picmistandard` and the latest WarpX release. Preparing 1D support (testable inputs coming for 22.01+). * Fix style: overlong line * Update pypi example link * Fix requirement ranges * WarpX 21.12: Update Patch Follow-up from https://github.com/ECP-WarpX/WarpX/pull/2646 * fix style Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-11openjpeg: add missing dependencies and optionally disable them (#27904)Sergey Kosukhin1-1/+21
* openjpeg: add missing dependencies and optionally disable them * openjpeg: remove variant 'ownlibs' * openjpeg: bugfix Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * openjpeg: do not build CODEC executables by default Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-10r-emmeans: add 1.7.1-1 (#27870)Manuela Kuhn1-0/+1
2021-12-10r-dt: add 0.20 (#27868)Manuela Kuhn1-2/+3
2021-12-10lua package: fix build with ncurses~termlib (#27863)Peter Brady1-4/+4
Get link flags directly from dependencies rather than hardcoding
2021-12-10superlu-dist: superlu-cray-ftn-case.patch patch does not apply for versions ↵Satish Balay1-1/+1
older than 7.1.0 (#27913)
2021-12-10petsc, py-petsc4py: add versions 3.16.2 (#27841)Satish Balay2-0/+2
2021-12-10r-cpp11 package: add version 0.4.2 (#27869)Manuela Kuhn1-0/+1
2021-12-10r-htmltools package: add version 0.5.2 (#27899)Manuela Kuhn1-0/+3
2021-12-10vtk-h +cuda: pass cuda_arch to vtk-m dependency (#27923)eugeneswalker1-2/+3
2021-12-10Adding NVIDIA HPC SDK 21.11 (#27910)Filippo Spiga1-0/+4
2021-12-10[parallelio] add variant to turn off timing messages. (#27590)Timothy Brown1-0/+5
* [parallelio] add variant to turn off timing messages.
2021-12-10New package: py-hist and it's dependencies (#27914)iarspider6-0/+118
* New package: py-hist and it's dependencies * Update var/spack/repos/builtin/packages/py-hist/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-histoprint/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-mplhep/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update py-hist recipe * Update package.py * Fix py-iminuit recipe (requires py-cmake now) * Update package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-10Update quantum-espresso package (#27808)Ye Luo1-117/+112
* Override compiler as MPI wrapper in CMake. * Refine quantum-espresso variant interations. * Correct formatting.
2021-12-10New package: py-correctionlib (#27882)iarspider2-0/+55
* New package: py-correctionlib * Update var/spack/repos/builtin/packages/py-correctionlib/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-correctionlib/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Add py-make and update py-correctionlib recipe * Add py-bind11 dependency * Update package.py * Update package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-10New package: py-flawfinder (#27887)iarspider1-0/+18
* New package: py-flawfinder * Build py-flawfinder from source * Update package.py
2021-12-10New package: py-hepdata-lib (#27912)iarspider1-0/+24
2021-12-10Extends: support spec, not just package name (#27754)Adam J. Stewart3-1/+28
2021-12-10Improve debug info from concretizer (#27707)Greg Becker2-2/+33
2021-12-10Refactor "spack buildcache" command (#27776)Massimiliano Culpo12-439/+512
This PR is meant to move code with "business logic" from `spack.cmd.buildcache` to appropriate core modules[^1]. Modifications: - [x] Add `spack.binary_distribution.push` to create a binary package from a spec and push it to a mirror - [x] Add `spack.binary_distribution.install_root_node` to install only the root node of a concrete spec from a buildcache (may check the sha256 sum if it is passed in as input) - [x] Add `spack.binary_distribution.install_single_spec` to install a single concrete spec from a buildcache - [x] Add `spack.binary_distribution.download_single_spec` to download a single concrete spec from a buildcache to a local destination - [x] Add `Spec.from_specfile` that construct a spec given the path of a JSON or YAML spec file - [x] Removed logic from `spack.cmd.buildcache` - [x] Removed calls to `spack.cmd.buildcache` in `spack.bootstrap` - [x] Deprecate `spack buildcache copy` with a message that says it will be removed in v0.19.0 [^1]: The rationale is that commands should be lightweight wrappers of the core API, since that helps with both testing and scripting (easier mocking and no need to invoke `SpackCommand`s in a script).
2021-12-09umpire: needs cmake@:3.20 when +rocm (#27893)eugeneswalker1-0/+1
2021-12-09raja +rocm: depends on cmake@:3.20 for now (#27895)eugeneswalker1-0/+2
2021-12-09New package: py-cmsml (#27880)iarspider1-0/+19
* New package: py-cmsml * Update var/spack/repos/builtin/packages/py-cmsml/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-09New package: py-cx-oracle (#27884)iarspider1-0/+20
* New package: py-cx-oracle * Add dependencies from pyproject.toml * Update var/spack/repos/builtin/packages/py-cx-oracle/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-09Add py-climate (#27879)iarspider1-0/+27
* fixing bugs in spack monitor updates to installer.py did not account for spack monitor, so as currently implemented there are three cases of failure that spack monitor will not account for. To fix this we add additional hooks, including an on cancel and also do a custom action on concretization fail. Signed-off-by: vsoch <vsoch@users.noreply.github.com> * New package: py-climate * Revert "fixing bugs in spack monitor" This reverts commit bf7f6bf0e39109a315a0d9286150c669d055c21c. * Flake-8 * Update package.py * Update package.py Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-12-09llvm-doe: update maintainer to vlkale (#27894)eugeneswalker1-1/+1
2021-12-09New packages: py-backports-os, py-fs (#27886)iarspider2-0/+42
2021-12-09New package: py-downhill (#27885)iarspider1-0/+19
2021-12-09boost: add v1.78 (#27889)eugeneswalker1-0/+1
2021-12-09New package: dust (#27845)Hans Fangohr1-0/+51
2021-12-09Add conflict to HPX package for Boost/HIP noinline issue (#27878)Mikael Simberg1-0/+5
2021-12-08llvm-doe: incorporate updates to official llvm Spack package (#27866)eugeneswalker1-117/+202
* llvm-doe: incorporate select configurations from llvm package * add newline at end of file
2021-12-08e4s ci: expand +cuda specs (#27272)eugeneswalker2-20/+38
2021-12-08Make external detection more resilient to individual package errors (#27854)Massimiliano Culpo1-3/+9
After this PR an error in a single package while detecting external software won't abort the entire procedure. The error is reported to screen as a warning.
2021-12-08New package: py-aiosqlite (#27852)iarspider1-0/+22
* New package: py-aiosqlite * Update package.py
2021-12-08New package: py-boost-histogram (#27853)iarspider1-0/+22
* New package: py-boost-histogram * Update var/spack/repos/builtin/packages/py-boost-histogram/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-08mercury: add version 2.1.0 (#27825)Jerome Soumagne1-34/+46
Update package recipe to be more idiomatic
2021-12-08libdrm: fix build error with clang (#27848)Valentin Volkl1-1/+1
2021-12-08dd4hep: add version 0.19 and variants for subpackages (#27717)Valentin Volkl1-18/+59
* dd4hep: add version 0.19 and variants for subpackages * dd4hep: deprecate old versions, add tbb variant
2021-12-08ncurses: keep ncurses and ncursesw headers (#27372)Dylan Simon1-9/+7
- Copy ncursesw headers to include/ (matches prior behavior) - include/ncurses no-longer keeps a copy of ncursesw headers
2021-12-07rocm: add gfx90a (#27823)Tamara Dahlgren1-1/+1
2021-12-07r-rio: add 0.5.29 (#27838)Manuela Kuhn1-3/+6
2021-12-07r-diffobj: 0.3.5 (#27836)Manuela Kuhn1-2/+2
2021-12-07r-desc: add 1.4.0 (#27834)Manuela Kuhn1-5/+8
2021-12-07r-dbi: add 1.1.1 (#27833)Manuela Kuhn1-4/+6
2021-12-07r-crosstalk: add 1.2.0 (#27832)Manuela Kuhn1-3/+3
2021-12-07r-rmarkdown: add 2.11 (#27831)Manuela Kuhn1-0/+2
2021-12-07"spack buildcache install": don't catch exception (#27674)Harmen Stoppels1-8/+2
Remove a try/catch for an error with no handling. If the affected code doesn't execute successfully, then the associated variable is undefined and another (more-obscure) error occurs shortly after.