summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-11albert: added v4.0a (#20306)Levi Baber1-0/+1
2020-12-11root: added v6.22.06 (#20309)Dr. Christian Tacke1-0/+1
2020-12-11prmon: added v2.1.1 (#20318)vvolkl1-0/+1
2020-12-11Add amazonlinux (x86/arm) dockerfile (#20320)Christian Kniep1-0/+70
Co-authored-by: Christian Kniep <kniec@amazon.com>
2020-12-11py-dadi: added new package at v2020-12-02 (#20314)Desmond Orton1-0/+27
2020-12-11openjdk: bump version 1.8 and 11 (#20315)Ryan Marcellino1-0/+4
2020-12-11caliper: add a variant to enable Fortran support (#20332)QuellynSnead1-1/+4
2020-12-11py-angel: new package at v3.0 (#20331)manifest1-0/+23
2020-12-11py-torchvision: add v0.8.2 (#20328)Adam J. Stewart1-1/+3
2020-12-11py-torch: add v1.7.1 (#20327)Adam J. Stewart1-0/+1
2020-12-11py-pyarrow: fix build for aarch64 (#20335)Tomoyasu Nojiri2-0/+16
2020-12-11flux: added v0.20.0 and v0.21.0 (#20322)Robert Pavel2-1/+6
Fixed hard tab in flux-sched edit and unbound hwloc in flux-core after testing to better support modern MPIs in spack environments Verified that flux-core@0.17 is when hwloc@2: became viable
2020-12-11curl: added v7.64.0, v7.74.0 (#20321)Dr. Christian Tacke1-2/+4
2020-12-10Tests: enable re-use of post-install tests in smoke tests (#20298)Tamara Dahlgren2-3/+8
2020-12-10hepmc: Add 2.06.11, switch to https (#20286)Dr. Christian Tacke1-3/+4
2020-12-10Add a new NEST version, 2.20.0. (#20316)Itaru Kitayama2-1/+2
* Add a new NEST version, 2.20.0. * Scalasca requires Score-P as a 'run' dependency. Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp>
2020-12-10AMD ROCm Release: Bump up versions(3.9.0 and 3.10.0) for miopen-hip (#20296)arjun-raj-kuppala2-2/+32
2020-12-09votca-*: add v1.6.3 (#20308)Christoph Junghans5-5/+10
2020-12-09Adding NVIDIA HPC SDK 20.11 (#20287)Filippo Spiga1-0/+4
2020-12-09Adding CUDA 11.1.1 (#20289)Filippo Spiga1-0/+4
2020-12-09AMD ROCm Release: Bump up migraphx recipe with 3.9.0 and 3.10.0 (#20299)arjun-raj-kuppala2-8/+33
2020-12-09Below changes were added to lammps recipe: (#20288)AMD Toolchain Support1-2/+7
1) amdfftw library support 2) opt added in supported packages
2020-12-09New patch release SLEPc 3.14.1 (#20291)Jose E. Roman1-0/+1
2020-12-09openssl: add 1.1.1i (#20294)Michael Kuhn1-0/+1
2020-12-08Command Reference: add link to spack test docs (#20054)Adam J. Stewart1-0/+2
2020-12-08Make sure py-protobuf package can link to libprotobuf when building (#20280)Tim Moon1-0/+5
2020-12-08arpack-ng: added v3.8.0 (#20270)lorddavidiii1-0/+1
2020-12-08concretizer: try hard to obtain all needed variant_possible_value()'s (#20102)Andrew W Elble7-10/+87
Track all the variant values mentioned when emitting constraints, validate them and emit a fact that allows them as possible values. This modification ensures that open-ended variants (variants accepting any string or any integer) are projected to the finite set of values that are relevant for this concretization.
2020-12-08r-vctrs: added v0.3.5 (#20267)Alexander Baumgarten1-2/+3
2020-12-08py-pandas: add v1.1.5 (#20268)Adam J. Stewart1-1/+2
2020-12-08r-fansi: added v0.4.1 (#20269)Alexander Baumgarten1-1/+2
2020-12-08UPC++: added v2020.11.0 and v2020.10.0 (#20279)Dan Bonachea1-0/+4
2020.10.0 is the latest stable release, and the preferred version for general use (when the user does not specify otherwise). 2020.11.0 is a prototype for the memory kinds feature that is also available when requested.
2020-12-08ghostscript: limited fujitsu compiler's version to apply patch. (#20281)Tomoki, Karatsu1-1/+1
2020-12-07Compiler wrapper linting (#20249)Harmen Stoppels1-4/+4
* Fix duplicate entries in case * make sure the arg is not interpreted as two items in a list * use -n over ! -z
2020-12-07bugfix: work around issue handling packages not in any repoMassimiliano Culpo2-0/+7
2020-12-07concretizer: refactor handling of special variants dev_build and patchesTodd Gamblin2-50/+55
Other parts of the concretizer code build up lists of things we can't know without traversing all specs and packages, and they output these list at the very end. The code for this for variant values from spec literals was intertwined with the code for traversing the input specs. This only covers the input specs and misses variant values that might come from directives in packages. - [x] move ad-hoc value handling code into spec_clauses so we do it in one place for CLI and packages - [x] move handling of `variant_possible_value`, etc. into `concretize.lp`, where we can automatically infer variant existence more concisely. - [x] simplify/clarify some of the code for variants in `spec_clauses()`
2020-12-07edm4hep: added package at v0.3, updated podio at v0.13 (#20241)vvolkl2-20/+108
2020-12-07Add "spack versions --new" flag to only show new versions (#20030)vvolkl4-17/+79
* [cmd versions] add spack versions --new flag to only fetch new versions format [cmd versions] rename --latest to --newest and add --remote-only [cmd versions] add tests for --remote-only and --new format [cmd versions] update shell tab completion [cmd versions] remove test for --remote-only --new which gives empty output [cmd versions] final rename format * add brillig mock package * add test for spack versions --new * [brillig] format * [versions] increase test coverage * Update lib/spack/spack/cmd/versions.py Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> * Update lib/spack/spack/cmd/versions.py Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2020-12-07povray: model mkl dependency correctly (#20265)ketsubouchi1-0/+9
Added the correct depends_on directive if the mkl variant is active. Added conflicts for archs that don't support mkl
2020-12-07py-xopen: added v1.0.1 and v0.8.4 (#20245)Owen Solberg1-0/+2
2020-12-07VTK-m: update to specify correct requirements to kokkos (#20097)Robert Maynard1-5/+13
2020-12-07krb5: added 'shared' variant and support to build static library (#20017)Martin Oberzalek2-1/+30
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2020-12-07OpenCV: disable variants by default (#20162)Adam J. Stewart1-32/+34
2020-12-07ccls: new package at v0.20201025 (#20251)Jacob Merson1-0/+25
2020-12-07spdlog: added versions up to v1.8.1 (#20252)Jacob Merson1-0/+5
2020-12-07curl: added v7.73.0 (#20246)Paul R. C. Kent1-0/+1
2020-12-07tempestremap: added new package at v2.0.5, updated moab to v5.2.1 (#20014)iulian7871-0/+45
2020-12-07apr: add depends_on ('libuuid', type='link') (#20261)h-denpo1-0/+2
2020-12-07atmi, rccl: added v3.10.0 (rocm-3.10.0) (#20264)Sreenivasa Murthy Kolam2-5/+7
2020-12-06concretizer: each external version is allowed by definition (#20247)Massimiliano Culpo5-0/+42
Registering external versions among the lists of allowed ones generates the correct rules for `version_satisfies`