summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2022-03-07py-jupytext: add version 0.13.6 (#28688)Valentin Volkl1-1/+9
* py-jupytext: add version 0.13.6 From https://github.com/mwouts/jupytext/commit/da3fcc305db8369335b6fb4bc2fb2b5ed5f5feb2: markdown-it-py v2.0 implements some internal changes, but won't affect jupytext * py-jupytext: keep mdit-py version restricted to 1 * py-jupytext: update dependencies * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-03-07PaRSEC: moved repository to GitHub, now require cmake 3.18 (#29346)Aurelien Bouteiller1-6/+6
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
2022-03-07Strumpack v6.3.1 (#29353)Pieter Ghysels1-1/+2
* Add STRUMPACK version 6.3.1 * Add STRUMPACK version 6.3.1 (in URL)
2022-03-07man-db: add gitlab repository, new version 2.10.1 (fixes MAXDIRS issue) (#29359)Valentin Volkl2-7/+16
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2022-03-07groff: default to ~pdf (#29373)Valentin Volkl1-1/+1
2022-03-07mesa, mesa18: default to ~llvm (#29360)Valentin Volkl2-2/+2
2022-03-07Add checksum for relax@root6 (#29314)haralmha1-3/+1
2022-03-07starlight: add new package (#29158)Valentin Volkl1-0/+26
2022-03-07butterflypack: add v2.1.1 (#29343)liuyangzhuan1-1/+2
2022-03-05seacas: new version with new dependency on fmt (#29348)Greg Sjaardema1-0/+2
Removed the internal copies of lib::fmt and modified to have a dependency on lib::fmt instead. Requires fmt-8.1.0 or later
2022-03-05New package: py-ml-collections (#29325)Vivian Hafener1-0/+24
2022-03-05Rebased upon upstream (#29337)Vivian Hafener1-0/+21
2022-03-05fmt: add 8.1.0 and 8.1.1 (#29347)Greg Sjaardema1-0/+2
2022-03-04New package: py-priority (#29139)Jen Herting1-0/+23
* [py-priority] created template * [py-priority] - added homepage - added description - added dependencies - removed fixmes
2022-03-04hiop: add version v0.5.4 (#29301)Asher Mancinelli2-18/+38
* Add HiOp v0.5.4, update magma constraint * Add v2.6.2rc1 to magma, make hiop depend on it * Update var/spack/repos/builtin/packages/hiop/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-03-04New versions: qmcpack@3.12.0, 3.13.0 (#29345)Paul R. C. Kent1-0/+2
2022-03-04Fix auditHarmen Stoppels5-3/+8
2022-03-04Initial changes needed to build paraview@5.9.0%xl_r (#22050)Ethan Stam4-0/+62
2022-03-04Revert "butterflypack: add v2.1.1 (#29151)" (#29339)Massimiliano Culpo1-2/+1
This reverts commit b7794cdac8de9eca93f7678c93d95368bba2a820.
2022-03-04amrex: add v22.03 (#29273)Weiqun Zhang1-1/+2
2022-03-04aws-parallelcluster: add v2.11.5 (#29286)Enrico Usai1-1/+2
2022-03-04kakoune: add new package (#29148)Bambi1-0/+26
2022-03-04New version for openCARP packages, v9.0 (#29150)Marie Houillon3-9/+12
Co-authored-by: openCARP consortium <info@opencarp.org>
2022-03-04butterflypack: add v2.1.1 (#29151)liuyangzhuan1-1/+2
2022-03-04edm4hep: Add dependencies to py-jinja2 and py-pyyaml (#28944)haralmha1-0/+2
2022-03-04Fix checksum for spectre@2022.02.17 (#29179)Nils Vu1-1/+1
2022-03-04dos2unix: add the external find feature (#29335)Olivier Cessenat1-0/+10
2022-03-04slurm: add external find (#29146)Seth R. Johnson1-1/+9
2022-03-04madx: new package, versions 5.07.00, 5.08.00, 5.08.01 (#28932)Wouter Deconinck1-0/+44
2022-03-04boost: update version analysis patch for fujitsu compiler. (#29198)Toyohisa Kameyama2-1/+13
2022-03-04charmpp: resolve conflict with '+smp' (#29243)Nils Vu1-5/+8
The 'multicore' backend always uses SMP, so reverse the logic of the `conflict` clause. This resolves an issue where the '+smp' default caused the 'backend' to switch away from 'multicore' unintentionally (#29234).
2022-03-04exempi: fix typo in "satisfies" condition (#29233)Dom Heinzeller1-1/+1
2022-03-04lhapdf: add python variant, change source tarball url to avoid python build ↵Valentin Volkl1-8/+14
failures (#29267)
2022-03-04mumps: add v5.4.1 (#29330)Carlos Bederián1-0/+1
2022-03-04qt: add 5.15.3 (#29328)Michael Kuhn1-1/+5
2022-03-03WarpX: 22.03 (#29334)Axel Huebl2-6/+8
Update `warpx` & `py-warpx` to the latest release, `22.03`.
2022-03-03Update MVAPICH2 to latest release verison 2.3.7 (#29329)natshineman1-1/+2
Co-authored-by: Nat Shineman <shineman.5@buckeyemail.osu.edu>
2022-03-03libdrm@2.4.101: needs meson for build (#29327)eugeneswalker1-0/+1
2022-03-03llvm: fix build with Fujitsu compiler, and conflicts gcc@8.4 on aarch64 (#29030)Toyohisa Kameyama4-0/+74
* llvm: fix build with Fujitsu compiler. * Add conflict gcc 8.4 and aarch64. * update conflicts version. * fix version to apply patch.
2022-03-03New package: py-npx (#29324)Vivian Hafener1-0/+19
* New package py-npx * Fixed linked issue
2022-03-03Add checksum for py-setuptools-scm 5.0.2 (#29213)iarspider1-0/+2
2022-03-03Add checksum for gmp 6.2.0 (#29212)iarspider1-0/+1
* Add checksum for gmp 6.2.0 * Update package.py
2022-03-03New version: py-testpath 0.6.0; update py-flit-core dependency (#29200)iarspider1-1/+3
2022-03-03nss: add 3.75 (#29197)Carlos Bederián1-0/+1
2022-03-03py-mako-1.1.6 (#29207)Manuela Kuhn1-1/+4
* py-mako-1.1.6 * fix python dependency
2022-03-03py-mistune: add 2.0.2 and change source to pypi (#29215)Manuela Kuhn1-18/+18
2022-03-03py-multidict: add 6.0.2 and get sources fom pypi (#29219)Manuela Kuhn1-7/+11
2022-03-03py-matplotlib-inline: add v0.1.3 (#29208)Manuela Kuhn1-1/+2
2022-03-03kokkos: make Spack accept CUDA compute capability 8.6 (#27257)TZ1-0/+1
The Kokkos sources already know AMPERE86 since some time; make Spack accept and pass it, too.
2022-03-03lbann, dihydrogen: removing nice to have Python packages (#29302)Brian Van Essen2-34/+5
Recipes that are not actually required for LBANN or DiHydrogen to build. These should be concretized within the same environment or installed via PIP using the same Python that installed LBANN. Removing these will help eliminate build time failures that are actually associated with Python tools, not LBANN.