summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2022-08-08hpx: add v1.8.1 (#31977)Erik Schnetter1-0/+1
2022-08-08hypre: update homepage (#31976)Olivier Cessenat1-1/+3
2022-08-08py-tbparse: add new package (#31979)Adam J. Stewart1-0/+20
Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com>
2022-08-08libheif: add new package (#31982)Adam J. Stewart2-2/+18
2022-08-07cudnn: adjust version dependency on CUDA (#31763)Melven Roehrig-Zoellner1-3/+5
2022-08-06flux packages used in a spack view will already be unshallow (#31955)Vanessasaurus2-6/+17
* flux packages used in a spack view will already be unshallow and this particular command will error and break the entire build. Instead we want to catch the ProcessError and allow for a regular fetch. * final tweaks to add missing sqlite and fallback to fetch Signed-off-by: vsoch <vsoch@users.noreply.github.com>
2022-08-06py-simpleeval: new package (#31968)Ryan Marcellino1-0/+20
2022-08-06curl@7.84.0: patch easy_lock.h (https://github.com/curl/curl/pull/9054) (#31950)eugeneswalker2-0/+29
2022-08-06py-jaxlib: bazel 5 not yet supported (#31962)Adam J. Stewart1-1/+2
2022-08-05Perl: set PERL5LIB for test deps (#31685)Adam J. Stewart1-1/+1
2022-08-05python: add @3.10.6 (#31951)牟展佑1-0/+1
2022-08-05Add checksum for py-numexprt 2.8.3 (#31900)iarspider2-2/+7
2022-08-05py-flye: added v2.7-2.9 (#31956)Luke Diorio-Toth1-0/+6
2022-08-05jxrlib-debian: new package (#31877)Jen Herting1-0/+28
Co-authored-by: James A Zilberman <jazrc@rit.edu> Co-authored-by: qwertos <qwertos@users.noreply.github.com>
2022-08-05Add vtkm variant to visit spack package. (#31887)Eric Brugger3-0/+57
2022-08-05seq-gen: add new package (#31916)downloadico1-0/+33
2022-08-05rdma-core: latest (patch) releases (#31943)Harmen Stoppels1-0/+22
2022-08-05patchelf: 0.15.0 (#31946)Harmen Stoppels1-0/+1
2022-08-05krakenuniq: add new package. (#31944)dunatotatos1-0/+30
2022-08-05bracken: added new version and removed depreciated version (#31904)Luke Diorio-Toth1-33/+22
2022-08-05wps: add mpi dependency (#31855)Frank Willmore1-0/+1
2022-08-05Add new fms version 2022.03 (#31901)Ryan Mulhall1-0/+1
Co-authored-by: rem1776 <Ryan.Mulhall@lscamd50-d.gfdl.noaa.gov>
2022-08-05mbedtls, xz: add missing install_name fixes on macOS (#31919)Harmen Stoppels2-0/+10
2022-08-05spectre: add v2022.07.18 and v2022.08.01 (#31633)Nils Vu1-0/+19
2022-08-05qtltools: fix prefix in Makefile (#31929)dunatotatos1-0/+1
2022-08-04Add: pyAMReX (#31915)Axel Huebl1-0/+85
* Add: pyAMReX Add the new pybind11 project `pyAMReX` as `py-amrex` package. * Fix PEP8 Style
2022-08-04Add checksum for py-identify 2.5.3 (#31935)Jonathon Anderson1-0/+2
* Add checksum for py-identify 2.5.3 * Update package.py
2022-08-04Omnitrace version 1.3.1 (#31911)Jonathan R. Madsen1-0/+1
2022-08-04ruby-asciidoctor: adding version 2.0.17 (#31927)Olivier Cessenat1-0/+1
2022-08-04tassel: add version 3.0.174 (#31917)downloadico1-1/+6
* tassel: add version 3.0.174 fix naming of 5.2.39 from "2017-07-22" * changed single quotes to double quotes to appease the gods ;) * fixed style issues
2022-08-04HiOp: use ginkgo@glu_experimental with develop. (#31934)Cameron Rutherford2-1/+2
2022-08-04openblas%cce: patch to support -hnofortran (#31931)eugeneswalker2-0/+108
2022-08-04Git Ref versions can be paired to defined versions in the spec (#30998)psakievich2-0/+34
The current use of git ref's as a version requires a search algorithm to pick the right matching version based on the tags in the git history of the package. This is less than ideal for the use case where users already know the specific version they want the git ref to be associated with. This PR makes a new version syntax [package]@[ref]=[version] to allow the users to specify the exact hash they wish to use.
2022-08-04Add checksums for py-onnx 1.10.1, 1.11.0, 1.12.0 (#31891)iarspider1-4/+11
* Add checksums for py-onnx 1.10.1, 1.11.0, 1.12.0 * Update package.py
2022-08-04Add checksum for py-notebook 6.4.12 (#31924)iarspider1-0/+1
2022-08-04Add checksum for py-ipython 7.31.1 (#31923)iarspider1-0/+1
2022-08-04pika: add v0.7.0 (#31906)Auriane R1-0/+1
2022-08-04New version for openCARP packages, v11.0 (#31652)Marie Houillon3-2/+5
Co-authored-by: openCARP consortium <info@opencarp.org>
2022-08-04Deprecate support for Python 3.5 (by removing it from CI) (#31908)Massimiliano Culpo1-0/+6
* Deprecate support for Python 3.5 (by removing it from CI) * Restore Python 3.9
2022-08-04Adding JUBE 2.4.1, 2.4.2 and 2.4.3 (#31921)Filippo Spiga1-0/+15
2022-08-04Add checksum for py-arrow 1.2.1 and 1.2.2 (#31894)iarspider1-1/+6
* Add checksum for py-arror 1.2.1 and 1.2.2 * Update package.py * Update var/spack/repos/builtin/packages/py-arrow/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update package.py * Update package.py * Update package.py * Update package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-08-03AMReX: 1D Option (#31913)Axel Huebl1-1/+1
Expose 1D support in AMREX_SPACEDIM.
2022-08-03sundials@6.1.0:6.2.0 +rocm: patch nvector to use pic (#31910)eugeneswalker2-0/+26
* sundials@6.1.0:6.2.0 +rocm: patch nvector to use pic * e4s ci: add sundials +rocm
2022-08-03ExaGO: disable Python with rocm+ipopt. HiOp: fix umpire+raja costraints. ↵Cameron Rutherford3-6/+13
RAJA: fix option naming for 0.14.0 (#31880)
2022-08-03New package: py-glymur (#31875)Jen Herting1-0/+24
* [py-glymur] New Package: py-glymur * [py-glymur] fixed copyright line * [py-glumur] update import ine * [@spackbot] updating style on behalf of qwertos Co-authored-by: James A Zilberman <jazrc@rit.edu> Co-authored-by: qwertos <qwertos@users.noreply.github.com>
2022-08-03Add checksum for py-smmap 3.0.5,4.0.0,5.0.0 (#31898)iarspider1-1/+6
2022-08-03py-torchgeo: lock down pytorch-lightning version (#31886)Adam J. Stewart1-2/+3
2022-08-03r-rhtslib: fix issue with git commit for v1.28 (#31653)Glenn Johnson1-1/+11
There is a problem with the git repo for rhtslib that apparently led to a bad version entry during the previous round of package updates. A git checkout on the commit also fails so use branch for most recent version.
2022-08-03AMReX: SYCL support (#31233)Erik1-0/+22
Add SYCL support, check CUDA-HIP-SYCL mutually exclusive. Require AMReX ver 21.06+ for SYCL. Co-authored-by: etpalmer63 <etpalmer63@users.noreply.github.com>
2022-08-03adios2: add v2.8.3 (#31885)Vicente Bolea1-1/+2