summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06lapackpp: set BLA_VENDOR for cray (#28125)luker1-1/+12
2022-01-06r-genomeinfodbdata: add version 1.2.7 (#28266)Glenn Johnson1-7/+12
Also adjust formatting.
2022-01-06r package: add version 4.1.2 (#28244)Glenn Johnson1-1/+2
Set +libidn2 for the curl dependency. This is necessary after #25166.
2022-01-06r-illuminahumanmethylationepicanno-ilm10b4-hg19: remove invalid homepage ↵Glenn Johnson1-3/+2
(#28267)
2022-01-05WarpX: 22.01 (#28225)Axel Huebl2-19/+33
* WarpX: 22.01 Update `warpx` & `py-warpx` to the latest release, `22.01`. * Python in 22.01+: Relax even further See: https://github.com/ECP-WarpX/WarpX/pull/2664
2022-01-05GCC package: allow building gcc-5 on newer Linux (#27386)Glenn Johnson2-0/+85
Remove cyclades support so gcc-5 can build against newer glibc versions (e.g. 2.31).
2022-01-05llvm: make targets a multivalued variant (#27735)Harmen Stoppels3-35/+67
* llvm: make targets a multivalued variant * Fix the targets variant values 1. Make them lowercase and add a mapping to cmake equivalent 2. auto -> all 2. Restore composability by using a multivalued variant, so that `targets=all` and `targets=x86` is combined to `targets=all,x86` which is then transformed into LLVM_TARGETS_TO_BUILD=all. * use targets=x86 in iwyu * Default to nvptx/amdgpu/host arch targets * default to none * Update var/spack/repos/builtin/packages/zig/package.py
2022-01-05Add function to determine Linux kernel version (#27855)Andrew W Elble1-1/+2
This reports the kernel version (vs. the distro version) on Linux and returns a valid Version (stripping characters like '+' which may be present for custom-built kernels).
2022-01-05Address legion package build issue on macOS with apple-clang-12 (#28241)Pat McCormick1-1/+11
* Added C++ standard variant as a primary work-around for issues with apple-clang 12.x but could also be helpful for broader uses.
2022-01-05py-pyzmq: fix deptype of libzmq (#28254)Dylan Simon1-2/+2
2022-01-05py-appdirs: patch for encoding issue (#28253)Severin Strobl2-0/+22
Reading appdirs.py without explicitly requesting UTF-8 decoding results in the build process to fail for Python 3.6. See https://github.com/ActiveState/appdirs/pull/152 for the upstream fix.
2022-01-05Snakemake: New Version 6.12.3 (#28252)Marcus Boden2-3/+52
* snakemake: New version The newer versions of snakemake have a lot of new dependencies. The optional dependencies still have to be added. * removed comment * some changes * added reports variant * deprecate older version and add me as maintainer * Added dependency py-ratelimiter
2022-01-05py-zipfile-deflate64: add new package (#27971)Adam J. Stewart1-0/+19
2022-01-05VTK: Patch ADIOS2 module to fix cyclic dependency (#27784)kwryankrattiger4-1/+59
2022-01-05ccache: add v4.5 and v4.5.1 (#28249)Harmen Stoppels1-0/+2
2022-01-05subversion: add v1.14.1, build in parallel (#28250)Harmen Stoppels1-4/+2
2022-01-05sirius, spfft: make rocm arch variants conditional (#28251)Harmen Stoppels2-2/+2
2022-01-05GnuPG: add v2.3.4 and update dependencies (#28248)Massimiliano Culpo5-2/+9
2022-01-04new package: py-lmdb (#28239)Andrew W Elble1-0/+20
2022-01-04snap-korf: version update + fix for compilers newer than gcc5 (#28243)snehring1-5/+18
2022-01-04py-smart-open: Adding new version and dependencies (#28220)Marcus Boden1-6/+40
* py-smart-open: Adding new version and dependencies * fix python version and variant description/default
2022-01-04New package: py-fastdownload (#28150)Jen Herting1-0/+23
* [py-fastdownload] created template * [py-fastdownload] - added homepage - added description - added dependencies - removed fixmes
2022-01-04Fix: py-adios Cython run (#28223)Axel Huebl1-21/+23
* Fix: py-adios Cython run Always run Cython before `py-adios` installs. This makes sure the `.cpp` files from `.pyx` files are freshly created and work with newer CPython versions than the one checked in. * Cleanup: `rm` -> `os.remove`
2022-01-04new package: r-cca and dependencies (#28229)Andrew W Elble6-0/+109
Co-authored-by: Andrew W Elble <aweits@skl-a-00.rc.rit.edu>
2022-01-04new package: r-rpsychi (#28231)Andrew W Elble1-0/+26
Co-authored-by: Andrew W Elble <aweits@skl-a-00.rc.rit.edu>
2022-01-04new package: r-ccp (#28230)Andrew W Elble1-0/+13
Co-authored-by: Andrew W Elble <aweits@skl-a-00.rc.rit.edu>
2022-01-04[py-gpustat] Added new version (#28135)Matthieu Dorier1-3/+9
* [py-gpustat] Added new version * [py-gpustat] marking 0.6.0 as preferred * [py-gpustat] updated dependencies * [py-gpustat] added dependency on python 3.4+ * [py-gpustat] corrected dependency to py-pytest-runner
2022-01-04New version of neovim (#28222)Teodor Nikolov1-0/+1
2022-01-04Drop preferred hdf5 version (#28091)Harmen Stoppels3-4/+6
* Drop preferred hdf5 version * Fix conduit * Add compat bound for silo on hdf5 * Update var/spack/repos/builtin/packages/conduit/package.py Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> * hdf5 <= 1.10 for conduit <= 0.7 Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
2022-01-04charmpp: add conflict with +shared on macOS with GCC (#28211)Nils Leif Fischer1-0/+4
2022-01-04cudnn: add v8.3.1 (#28071)Stephen McDowell1-4/+28
2022-01-04doxygen: fix build issue with external Py3 (#28216)Nils Leif Fischer1-0/+9
Doxygen's build system uses CMake's deprecated `FindPythonInterp`, which can get confused by other `python` executables in the PATH. See issue: https://github.com/spack/spack/issues/28215
2022-01-04doxygen: add v1.9.3 (#28217)Nils Leif Fischer1-0/+1
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