summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03Test bootstrapping in a workflow (#25138)Massimiliano Culpo1-2/+6
Add a workflow to test bootstrapping clingo on different platforms so that we can detect changes that break it. Compute `site_packages_dir` in `bootstrap.py` as it was before #24095, until we figure a better way to override that attribute.
2021-08-03py-s3tranfer: add v0.5.0, v0.4.2 (#25208)Harmen Stoppels1-0/+6
2021-08-03py-datalad: add new package (#25181)Manuela Kuhn1-0/+108
2021-08-03Bump Arbor package to v0.5.2 (#24519)Brent Huisman1-10/+15
2021-08-03fmt: add v8.0.1 (#25201)Sebastian Schmitt1-0/+1
2021-08-03h5bench: new package (#25190)Michael Kuhn1-0/+29
2021-08-03scrot: use tarball with configure script (#25176)Harmen Stoppels1-5/+4
2021-08-03midnight-commander: add v4.8.26 (#25178)Rémi Lacroix1-0/+1
2021-08-03AOCC support for CloverLeaf (#25106)AMD Toolchain Support1-0/+19
* AOCC support for CloverLeaf * removing patch as it is upstreamed to source Co-authored-by: mohan002 <mohbabul@amd.com>
2021-08-03py-scipy: add v1.7.1 (#25187)Adam J. Stewart1-0/+1
2021-08-03openPMD-api: make v0.13.4 preferred (#25188)Axel Huebl1-1/+2
Keep the previous patch release as preferred as we investigate a few regressions.
2021-08-03intel-tbb: allow compilation with nvhpc (#25044)Tom Payerle7-0/+242
These are the versions tested (and successfully patched) against intel-tbb.nvhpc-remove-flags.2017.patch: @2017, @2017.8, @2018, @2018.6 intel-tbb.nvhpc-remove-flags.2019.patch: @2019 intel-tbb.nvhpc-remove-flags.2019.1.patch: @2019.[1-6] intel-tbb.nvhpc-remove-flags.2019.7.patch: @2019.[7-8] intel-tbb.nvhpc-remove-flags.2019.9.patch: @2019.9, 2020.[0-3] The intel-tbb.nvhpc-version-script-fix.2017.patch was tested and applied successfully against all of the versions above.
2021-08-03sbp: add new package (#25194)John Vandenberg1-0/+27
2021-08-03aocc: add v3.1.0 (#25193)Carlos Bederián1-0/+2
2021-08-03PAPI: add version 'master' (#25192)Tim Haines1-0/+3
This is needed for testing with the ECP Dev Tools SDK. Co-authored-by: Tim Haines <thaines@cs.wisc.edu>
2021-08-03py-fiona: add v1.8.20 (#25196)Adam J. Stewart1-3/+4
2021-08-03DIAMOND: add v2.0.11 (#25198)Rémi Lacroix1-0/+1
2021-08-02rnpletal: New package (#25154)Erik Schnetter2-0/+946
* rnpletal: New package RNPL is an old package that is still used today by my collaborators, but doesn't see any development any more. I'm creating a Spack package merely to make it easier to install it on various systems. The code is not modern (C without prototypes – yes, that used to be a thing), and a large diff modernizes the code to make it palatable to modern C and Fortran compilers. RNPL contains several sub-package. The current Spack package builds only the main one. * rnpletal: Remove unused import * Convert into AutotoolsPackage * Don't check for "shared" variant * rnpletal: Change "version" to `develop` * rnpletal: Use existing `configure` function
2021-08-02[curl] Fix brotli option flag (#25166)Ali Ahmed1-3/+8
Co-authored-by: Ali Ahmed <alia@splunk.com>
2021-08-02petsc: add variants strumpack, scalapack (#25058)Satish Balay2-1/+10
strumpack: switch defaut to +shared
2021-08-02modfiy hip-rocclr references for 4.1.0 and 4.2.0 releases (#24868)Sreenivasa Murthy Kolam14-87/+1
2021-08-02adjust for erroneous detection of nvc as gcc (#24915)Frank Willmore1-2/+3
* adjust for erroneous detection of nvc as gcc adjust for erroneous detection of nvc as gcc when it is built with gcc * add missing parenthesis :/ * fix trailing whitespace * re-work hdf5 patch for nvc to make it more general * flake8 fixes * Render as comment Render intended note as a comment rather than logical constraint Co-authored-by: Frank Willmore <willmore@anl.gov>
2021-08-02Bump version 9.0 (#25039)Fabian Brandt3-1/+22
2021-08-02Bump cmake (#25183)Harmen Stoppels1-0/+2
2021-08-02Add maintainers for gperftools (#25156)Mikael Simberg1-0/+1
2021-08-02[imlib2] depends_on pkg-config, type = build; and new versions (#25030)Wouter Deconinck1-0/+3
2021-08-02Optimised Cloverleaf3D (#24920)s19133881-41/+57
2021-08-02add MIOPEN_AMDGCN_ASSEMBLER to cmake args (#25159)Sreenivasa Murthy Kolam3-0/+12
2021-08-01amrex: 21.08 (#25175)Weiqun Zhang1-0/+1
2021-08-01kadath: New package (#25162)Erik Schnetter1-0/+88
* kadath: New package * Update var/spack/repos/builtin/packages/kadath/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/kadath/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/kadath/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/kadath/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * kadath: Add description to MPI variant * kadath: Add empty line * kadath: Add variant "codes=none" to avoid empty default Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-01laghos: add variant with compiler optimization (#24910)Iman Hosseini1-1/+3
* add variant with compiler optimization Update package.py to include variant with compiler optimization, benchmarked at A-HUG hackaton to improve major kernel time by roughly 3%. * fix style * Update var/spack/repos/builtin/packages/laghos/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-01[py-asteval] added version 0.9.25 (#25107)Jen Herting1-0/+3
* [py-asteval] added version 0.9.25 * [py-asteval] 0.9.25 requires py-setuptools-scm
2021-08-01[giflib] Set LIBVER and LIBMAJOR when installing (#25173)iarspider1-0/+2
* Set LIBVER and LIBMAJOR * Typo fix * Fix 2 * Fix #3
2021-07-31lorene: Install only executables, not unrelated files (#25148)Erik Schnetter1-3/+5
* lorene: Install only executables, not unrelated files in the same directory * lorene: Don't determine compile dependencies The current way doesn't work (cpp misses C++ include paths), and we don't need dependencies anyway. * lorene: Correct BLAS library names * lorene: Remove comment
2021-07-31Add missing xtl dependency for fenics-basix and py-fenics-basix (#25151)Garth N. Wells2-0/+2
2021-07-31libjpeg-turbo: New version 2.1.0 (#25153)Erik Schnetter1-0/+1
2021-07-30[py-pyarrow] added version 3.0.0 and 4.0.1 (#25161)Jen Herting1-2/+6
* [py-pyarrow] added version 4.0.1 * [py-pyarrow] added version 3.0.0 * [py-pyarrow] updated dependencies for newer versions
2021-07-30[arrow] added versions 3.0.0 and 4.0.1 (#25160)Jen Herting1-0/+2
* [arrow] added version 4.0.1 * [arrow] added version 3.0.0
2021-07-30add new version of py-dvc (#25152)Ryan Marcellino1-3/+11
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-07-30dftd4: add v3.2.0, v3.1.0 and v3.0.0 (#25145)Sebastian Ehlert1-2/+4
2021-07-30py-fsspec: add v0.9.0 (#25133)Ryan Marcellino1-0/+1
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-07-30py-dulwich: add v0.20.21 (#25132)Ryan Marcellino1-0/+1
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-07-30py-diskcache: add v5.2.1 (#25131)Ryan Marcellino1-0/+3
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-07-30fides: add new package (#25128)Cyrus Harrison1-0/+40
2021-07-30Add C-Reduce and dependencies. (#25109)Olli Lupton3-0/+63
2021-07-30py-rich: add v10.0.0 (#25134)Ryan Marcellino1-0/+1
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-07-30py-psutil: add v5.8.0 (#25135)Ryan Marcellino1-0/+1
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-07-30py-pygit2: add v1.6.0 (#25136)Ryan Marcellino1-2/+4
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-07-30octopus: add cuda variant (#25126)downloadico1-5/+10
2021-07-30FEniCSx: updated dependencies (#25110)Garth N. Wells6-31/+28
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>