summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04amrex: add v22.01 (#28214)Weiqun Zhang1-1/+2
2022-01-04namd: Fix issue when building with interface=python ^python@3.8 (#28218)Tom Payerle2-0/+19
Patch to add --embed flag to config-python when interface=python and using python@3.8: This is because python@3.8 changed behavior of python-config --ldflags (and --libs) such that it no longer includes -lpython unless --embed flag is used. See e.g. https://github.com/mesonbuild/meson/issues/5629
2022-01-03qt: depends_on assimp@5.0 when @5.14: +opengl (#28191)Wouter Deconinck2-0/+22
* qt: depends_on assimp@5.0 when @5.14: +opengl * [qt] patch for assimp@5.14:5 * [qt] depends_on assimp@5.0.0:5.0 * [qt] remove depends_on gmake again
2022-01-03[py-aiohttp] added new version (#28210)Matthieu Dorier1-5/+13
* [py-aiohttp] added new version * [py-aiohttp] changed dependency on setuptools * [py-aiohttp] fixed some of the dependencies * [py-aiohttp] updated dependency to py-typing-extensions Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-01-03New package: py-azure-storage-blob (#28209)Marcus Boden1-0/+27
* New package: py-azure-storage-blob * fixed typo * Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-01-03[py-asynctest] Added py-asynctest package (#28194)Matthieu Dorier1-0/+19
* [py-asynctest] Added py-asynctest package * [py-asynctest] added dependency to py-setuptools
2022-01-03py-azure-core: Added v1.21.1 (#28208)Marcus Boden1-1/+3
2022-01-03py-msrest: new version 0.6.21 (#28207)Marcus Boden1-0/+1
2022-01-03cp2k: fix dependency libraries (#28128)AMD Toolchain Support2-4/+15
* fixing build issues in cp2k dependencies * fixing style issues * reverting elpa.prefix.lib and grammer correction * addressing the suggestions
2022-01-03apcomp add v0.4.0 and new variant (#27820)Cyrus Harrison1-4/+8
2022-01-03VTKm: add v1.7.0 (#27864)Vicente Bolea2-12/+12
Co-authored-by: Cyrus Harrison <cyrush@llnl.gov>
2022-01-03ROOT: unset MACOSX_DEPLOYMENT_TARGET for macOS (#28163)Seth R. Johnson1-0/+5
2022-01-03py-torchgeo: add v0.2.0 (#28200)Adam J. Stewart1-1/+8
2022-01-02elpa: add version 2021.11.001, add +autotune variant (#28134)Tiziano Müller1-0/+9
2022-01-02openmpi: extend version range for cray flags (#28107)AMD Toolchain Support1-1/+1
Co-authored-by: mohan babu <mohbabul@amd.com>
2022-01-02gromacs-swaxs: add new versions (#28157)Maciej Wójcik1-4/+16
* Deprecate invalid versions * Add new gromacs-swaxs releases
2022-01-02direnv: new version 2.30.2 (#28179)Eric Berquist1-0/+1
2022-01-02libtiff: fix build on macOS Monterey (#28185)Adam J. Stewart2-0/+63
* libtiff: fix build on macOS Monterey * patch configure, not configure.ac * Revert "patch configure, not configure.ac" This reverts commit 8bf315cb22f17bece5b4fa671120dbd05ff96f27. * Force Spack to run autoreconf using new patch
2022-01-02Revert "[py-aiohttp] added new version (#28132)" (#28192)Adam J. Stewart1-7/+1
This reverts commit fee855030d7294c4c0120b14633a9b75ff049958.
2022-01-02libsharp: add pic option (#28197)Nils Leif Fischer1-0/+3
2022-01-02py-nbsphinx: add v0.8.8 (#28198)Adam J. Stewart1-0/+1
2022-01-02py-numpy: add v1.22.0 (#28199)Adam J. Stewart1-1/+3
2022-01-02[py-aiosignal] Added new py-aiosignal package (#28138)Matthieu Dorier1-0/+20
2021-12-31[py-async-timeout] new versions (#28195)Matthieu Dorier1-2/+8
* [py-async-timeout] new versions * [py-async-timeout] corrected dependency * [py-async-timeout] more fixes to dependencies
2021-12-30[qt] depends_on zstd@1.3 when @5.13: (#28193)Wouter Deconinck1-0/+1
2021-12-30[py-aiohttp] added new version (#28132)Matthieu Dorier1-1/+7
* [py-aiohttp] added new version * [py-aiohttp] updated py-setuptools version dependency Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-30Fix pyyaml dependency conflicts (#28177)Enrico Usai1-5/+5
For versions of aws-parallelcluster >= 2.9, the pyyaml dependency had to be >= 5.3.1 and == 5.1.2 at the same time making impossible to install ParallelCluster >= 2.9 from spack repository. See issue: https://github.com/spack/spack/issues/28172 Fixed by limiting pyyaml 5.1.2 version to aws-parallelcluster < 2.8, according to this commit: https://github.com/aws/aws-parallelcluster/commit/7255d314b7dfc186fc44afdb42aa6e9b1fae39e7 Tested with a manual installation of aws-parallelcluster@2.11.4
2021-12-29Ensure some version known to Spack can satisfy constraints in `depends_on` ↵Massimiliano Culpo75-245/+219
(#28131) Add a new check to `spack audit` to scan and verify that version constraints may be satisfied Modifications: - [x] Add a new check to `spack audit` to scan and verify that version constraints may be satisfied by some version declared in the built-in repository - [x] Fix issues found by CI Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-29py-datrie: New package, initial commit (#28126)Marcus Boden1-0/+20
* py-datrie: New package, initial commit * removed boilerplate * Update var/spack/repos/builtin/packages/py-datrie/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-datrie/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-29new package: py-pulp (#28174)Marcus Boden1-0/+22
2021-12-29new package: py-connectionpool (#28173)Marcus Boden1-0/+19
2021-12-29new package: py-toposort (#28171)Marcus Boden1-0/+19
* new package: py-toposort * style fix
2021-12-29trilinos: fix x11 noheaderserror (#27966)Tom Payerle1-14/+24
* trilinos: fix define_tpl to handle depspecs w/out headers This should address #27758 (i.e. errors due to netlib-scalapack not having headers) * trilinos: This fixes a mismatch in variant name and spec name for x11/libx11
2021-12-29ruby: add v3.1.0 (#28159)Brian Spilner1-0/+1
2021-12-29py-scikit-learn: add v1.0.2 (#28160)Adam J. Stewart1-0/+1
2021-12-29eve: new package (#28169)Joel Falcou1-0/+18
2021-12-28geant4: sha256sum has changed (#28158)Joseph Wang1-1/+1
2021-12-28[py-frozenlist] Added py-frozenlist package (#28137)Matthieu Dorier1-0/+19
2021-12-28[py-minio] Added py-minio package (#28139)Matthieu Dorier1-0/+21
* [py-minio] Added py-minio package * [py-minio] added missing dependencies for py-minio * [py-minio] added type=('build', 'run') in dependencies Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-12-28[py-dh-scikit-optimize] Added new versions (#28133)Matthieu Dorier1-0/+6
* [py-dh-scikit-optimize] Added new versions * [py-dh-scikit-optimize] fixing dependencies * making py-configspace a required dependency of py-dh-scikit-learn
2021-12-28[py-blessed] added new versions (#28167)Matthieu Dorier1-0/+16
2021-12-28Fixed typos: 'wtih' instead of 'with' (#28166)Martin Diehl3-4/+4
2021-12-27py-vermin: add latest version 1.3.3 (#28162)Morten Kristensen1-1/+2
2021-12-24New package: py-kaggle (#28152)Jen Herting1-0/+26
* new package * changed py-six dependency Co-authored-by: Sid Pendelberry <sid@rit.edu>
2021-12-24satsuma2: add v2021-03-04 and build error fix (#28120)snehring1-0/+7
2021-12-24root: depends_on fcgi and re-enabled +http support (#28115)Wouter Deconinck3-13/+11
2021-12-24py-blessings: fix setuptools version (#28141)Adam J. Stewart1-1/+2
2021-12-24New package: py-pyts (#28142)Jen Herting1-0/+27
* [py-pyts] new package * [py-pyts] removed upperbound for python Co-authored-by: Sid Pendelberry <sid@rit.edu>
2021-12-24banner: new package (#26743)Olivier Cessenat1-0/+23
2021-12-24Add HPXLocal package file (#28106)Mikael Simberg1-0/+116
Co-authored-by: Mikael Simberg <mikael.simberg@iki.if>