summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-09-23Add new package: mcpp (#18787)darmac1-0/+20
2020-09-23Add new package: mlocate (#18788)darmac1-0/+20
2020-09-23Add new package: mokutil (#18789)darmac1-0/+32
2020-09-23Add new package: openslp (#18791)darmac1-0/+28
2020-09-23Add new package: sblim-sfcc (#18792)darmac1-0/+23
2020-09-23Add new package: p11-kit (#18793)darmac1-0/+30
2020-09-23Add new package: patchutils (#18794)darmac1-0/+18
* Add new package: patchutils * patchutils: refine url
2020-09-23Add new package: pciutils (#18795)darmac1-0/+23
2020-09-23Add new package: oci-systemd-hook (#18805)darmac1-0/+36
2020-09-23Add new package: py-asyncio (#18809)darmac1-0/+23
2020-09-23Add new package: py-robotframework (#18814)darmac1-0/+22
2020-09-23Add new package: py-chronyk (#18815)darmac1-0/+20
2020-09-23Add new package: sysfsutils (#18819)darmac1-0/+27
* Add new package: sysfsutils * fix flake8 error
2020-09-23Add new package: tcpdump (#18820)darmac1-0/+23
2020-09-23Add new package: tdengine (#18821)darmac1-0/+25
2020-09-23Add new package: systemtap (#18822)darmac1-0/+30
2020-09-23Add new package: timedatex (#18823)darmac1-0/+27
* Add new package: timedatex * timedatex: fix flake8 error
2020-09-23Add new package: xmlrpc-c (#18828)darmac1-0/+21
2020-09-23Add new package: authselect (#18832)darmac1-0/+23
2020-09-23Add new package: bird (#18833)darmac1-0/+27
2020-09-23Add new package: libmetalink (#18834)darmac1-0/+27
2020-09-23Add new package: libnfnetlink (#18835)darmac1-0/+25
2020-09-23Add new package: mesa-demos (#18839)darmac1-0/+28
2020-09-23Add new package: zabbix (#18840)darmac1-0/+42
2020-09-23Add new package: libevdev (#18886)darmac1-0/+26
2020-09-23Add new package: fakechroot (#18887)darmac1-0/+21
2020-09-23Add new package: f2c (#18889)darmac1-0/+27
2020-09-23fasttext: new package at v0.9.2 (#18890)darmac1-0/+19
2020-09-23py-uproot4: added new package at v0.0.27 (#18891)vvolkl1-0/+39
2020-09-23py-awkward1: added new package at v0.3.1 (#18892)vvolkl2-0/+42
2020-09-23nlohmann-json-schema-validator: new package at v2.1.0 (#18837)Matthieu Dorier1-0/+26
2020-09-23trilinos: patch for cray cce fortran compiler (#18164)Howard Pritchard3-0/+44
two patchfiles needed since this file changed between 12.12.1 and 12.14.1 Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
2020-09-23Add new package: addrwatch (#18728)darmac1-0/+20
* Add new package: addrwatch * addrwatch: refine url
2020-09-23LCIO: added v2.15.[0123] (#18841)Andre Sailer1-0/+7
2020-09-22setting old GO default values for older trilinos versioins to (hopefully) ↵Mathias Anselmann2-5/+24
not break the installation. Adjusting dealii package to just explicitly set GO if trilinos >= 12.18.1 is installed (#15439)
2020-09-22treelite: new package at v0.93 (#18861)Jen Herting1-0/+16
2020-09-22gromacs: remove 'rdtscp' variant, deduce the flag from the target (#18868)Massimiliano Culpo1-6/+5
refers #18858
2020-09-22Heffte: add magma variant (#18849)Miroslav Stoyanov1-10/+11
2020-09-22casacore: added v3.3.0 (#18870)Martin Pokorny1-31/+20
2020-09-22Rust: added v1.46.0 (#18863)Andrew Gaspar1-0/+7
2020-09-22charliecloud: added v0.19 (#18866)Jordan Ogas1-0/+1
2020-09-22Set conflicts parameter for cuda-11 (#18847)Glenn Johnson1-3/+5
Magma is not currently compatible with CUDA-11. While this is reflected in the package, it is done with a comment in a `depends_on` directive, which has the effect of trying to install a version of CUDA that may be different from the one in the current environment, without any message to the end user. A `conflicts` is a better way to handle this.
2020-09-22Bash: fix build with Xcode 12 (#18843)Adam J. Stewart2-1/+21
2020-09-22ROCm 3.8 Stage1 Components (#18830)Ganesh Kumar12-38/+52
* ROCm 3.8 Stage1 Components * version review comments * 3.5 dependency restrictions Co-authored-by: root <root@mlseqa-hyd-virt-srv-07.amd.com>
2020-09-22sirius: use -DCUDA_ARCH for develop, version >7.0.0 (#18852)Simon Pintarelli1-10/+8
Also remove master branch
2020-09-22ReFrame: added v3.1 (#18860)victorusu1-0/+4
2020-09-22Added RAJA v0.12.1`and Umpire v4.0.1 (#18756)Chris White2-2/+10
Also renamed 'master' to 'main'
2020-09-22acts: added v1.0 (#18859)Hadrien G1-0/+1
2020-09-21miniqmc: fix install (#18857)Christoph Junghans1-2/+2
2020-09-21util-linux: fix bash completion install errors. (#18696)Robert Blake2-2/+17
* Disable bash completion by default. * flake8 * Adding explicit dependence on libuuid * Adding explicit dependence on cryptsetup This way we don't pick up host crypto packages by mistake. * Fixing the completion directory. * Update var/spack/repos/builtin/packages/util-linux/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * flake8 * Removing libuuid linkage according to @michaelkuhn on #18696 Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>