summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09(py-)fenics-dolfinx: fix dependencies (#18586)Garth N. Wells2-4/+11
* Fix (py-)fenics-dolfinx dependencies * flake8 updates
2020-09-09Rocm 3.7 rccl (#18587)Ganesh Kumar1-2/+3
* ROCm 3.5 miopen recipe * fixing flake8 issues * cmake variant fix * min support fix * variant possible values * ROCm 3.7 RCCL changes
2020-09-09Rocm 3.7 rocm smi (#18522)Ganesh Kumar2-17/+18
* ROCm 3.5 miopen recipe * fixing flake8 issues * cmake variant fix * min support fix * variant possible values * ROCm 3.7 support for rocm-smi * review comments change * miopen merge conflict resolve * reverting back from copy_tree to install_tree
2020-09-09spla: Add version 1.1.0 and ROCm support (#18561)Simon Frasch1-2/+17
2020-09-09audacious: added gettext and iconv dependency. (#18584)Toyohisa Kameyama1-1/+3
2020-09-09nn-c: fix pic flags (#18478)Adam J. Stewart1-3/+3
2020-09-09py-torchvision: add variant to set image backend (#18500)Adam J. Stewart1-16/+22
2020-09-09readline: fix build with ncurses~termlib (#18524)Adam J. Stewart1-1/+4
2020-09-09pcre2: fix libs property (#18525)Adam J. Stewart1-4/+6
2020-09-09acts: added v0.32 and adapt to latest master changes (#18563)Hadrien G1-11/+26
2020-09-09Pandas: added v1.1.2 (#18580)Adam J. Stewart1-1/+2
2020-09-09r-ff: support for aarch64 (#18585)t-nojiri2-0/+13
2020-09-08Add new package: quartz (#18539)darmac1-0/+21
2020-09-08openscenegraph: remove dependency on Qt for newer versions (#18531)Martin Aumüller1-1/+2
Starting with OpenSceneGraph 3.5.5, support for windows managed by Qt has been moved to the seperate project osgQt. Hence, a dependency on Qt is not needed any longer for version 3.5.5 or newer. In order to still satisfy the dependency on OpenGL, a depends_on('gl') has been added.
2020-09-08Add new package: kylin (#18537)darmac1-0/+24
Co-authored-by: root <root@localhost.localdomain>
2020-09-08Add new package: sqlite-jdbc (#18540)darmac1-0/+18
2020-09-08Add new package: orientdb (#18542)darmac1-0/+19
2020-09-08Add new package: nacos (#18543)darmac1-0/+17
2020-09-08Add new package: fastjson (#18545)darmac1-0/+19
2020-09-08Add new package: guacamole-client (#18546)darmac1-0/+18
2020-09-08Add new package: jansi-native (#18547)darmac1-0/+19
2020-09-08Add new package: jline3 (#18548)darmac1-0/+19
2020-09-08refine efivar install flow (#18557)darmac1-6/+3
2020-09-08Update package.py (#18552)Jaroslav Hron1-0/+3
without setting the build enviroment, the installation fails with ``` 1 error found in build log: 35946 fmtutil [INFO]: /usr/local/pkg/Installs/linux-ubuntu18.04-skylake_avx512/gcc7.4.0/texlive/20190410/rgs2nakycorkgzno/t exmf-var/web2c/pdftex/pdfcslatex.fmt installed. 35947 fmtutil [INFO]: Disabled formats: 6 35948 fmtutil [INFO]: Successfully rebuilt formats: 45 35949 fmtutil [INFO]: Total formats: 51 35950 fmtutil [INFO]: exiting with status 0 35951 ==> [2020-09-07-21:23:21.482745] '/usr/local/pkg/Installs/linux-ubuntu18.04-skylake_avx512/gcc7.4.0/texlive/20190410/ rgs2nakycorkgzno/bin/x86_64-linux/mtxrun' '--generate' >> 35952 /usr/bin/env: 'texlua': No such file or directory ``` May be there is a better way...
2020-09-08Fix linking problem on macos (#18564)Garth N. Wells1-0/+6
2020-09-08astra: update checksum, add other executables (#18567)Andrew W Elble1-1/+51
2020-09-08libxmms: add python build dependency (#18566) (#18568)Tom Payerle1-0/+1
Build of libxmms requires python, but not in spack dependency list. See #18566
2020-09-08go: Add 1.15.1 and 1.14.8 (#18575)Michael Kuhn1-0/+2
2020-09-08node-js: Add 14.10.0 and 12.18.3 (#18576)Michael Kuhn1-1/+3
2020-09-08npm: Add 6.14.8 (#18577)Michael Kuhn1-1/+2
2020-09-08Cython: add setuptools run-dependency (#18572)Adam J. Stewart1-1/+1
Cython requires a library that is available in Python 3.8, or before Python 3.8 with setuptools. This specifies that setuptools is a run dependency to allow running with Python < 3.8
2020-09-08Clarify manual download required if unable to fetch package (#18242)Tamara Dahlgren4-11/+87
Clarify manual download required if unable to fetch (from mirror(s)); support (and tests) for package-specific download instructions
2020-09-08Update cray-libsci homepage and install error (#18581)Tamara Dahlgren1-4/+5
2020-09-08commands: update help for `spack install --yes-to-all` (#18367)Richarda Butler2-2/+9
`spack install --yes-to-all` doesn't actually make the build non-interactive, but that is why people typically use it. This documents that you must also specify `--no-checksum` for a fully non-interactive build.
2020-09-08print out debug information about which specs are applying which constraintsPeter Josef Scheibel1-0/+2
2020-09-08spack docs: http -> https (#18573)Adam J. Stewart1-1/+1
2020-09-08Added nvptx variant to rust (#18209)Michal Sudwoj1-4/+18
Co-authored-by: Andrew Gaspar <andrew.gaspar@outlook.com> Co-authored-by: Andrew Gaspar <andrew.gaspar@outlook.com>
2020-09-08Modules: Deduplicate suffixes but don't sort them. (#18351)Rémi Lacroix4-5/+11
* Modules: Deduplicate suffixes but don't sort them. The suffixes' order is defined by the order in which they appear in the configuration file. * Modules: Modify tests to use spack_yaml.load_config. spack_yaml.load_config ensures that the configuration is stored in an ordered manner. Without this change, the behavior of the tests did not match Spack's. * Modules: Tweak the suffixes test to better catch ordering issues.
2020-09-08gromacs: add zen2 target SIMD optimizations (#18551)Gvozden Neskovic1-4/+7
Co-authored-by: Gvozden Nešković <neskovic@dev06.compeng.uni-frankfurt.de>
2020-09-08hpcc: add explicit C99 flag for older GCC versions (#18556)Piotr Luszczek1-0/+6
2020-09-08hpctoolkit: adjust some dependencies (#18558)Mark W. Krentel1-2/+4
Hpctoolkit master and upcoming releases now want the +pic variant for two dependencies, libunwind and xz.
2020-09-08openPMD-api: added v0.12.0 (#18560)Axel Huebl1-1/+3
2020-09-07SpecList: remove mutable types from __init__ arguments (#18515)Massimiliano Culpo1-1/+5
fixes #18439
2020-09-07phist: added v1.9.1 (#18529)jthies1-0/+1
2020-09-07kim-api: add support for Fujitsu compilers (#18533)ketsubouchi2-0/+24
2020-09-07[LCIO]: changes to install/CPATH for python bindings (#18512)Andre Sailer1-0/+11
2020-09-07Add new package: kbd (#18436)darmac1-0/+25
* Add new package: kbd * fix description error
2020-09-07capstone: added v4.0.2 (#18534)Tim Haines1-0/+4
This also adds the git branches "master" and "next".
2020-09-07jansi: added new package at v1.18 (#18549)darmac1-0/+23
2020-09-06gconf: add dependencies (#18406)ketsubouchi1-8/+5
* gconf: add dependencies * gconf: add run type to perl-xml-parser