Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-11 | root: added v6.22.06 (#20309) | Dr. Christian Tacke | 1 | -0/+1 | |
2020-12-11 | prmon: added v2.1.1 (#20318) | vvolkl | 1 | -0/+1 | |
2020-12-11 | Add amazonlinux (x86/arm) dockerfile (#20320) | Christian Kniep | 1 | -0/+70 | |
Co-authored-by: Christian Kniep <kniec@amazon.com> | |||||
2020-12-11 | py-dadi: added new package at v2020-12-02 (#20314) | Desmond Orton | 1 | -0/+27 | |
2020-12-11 | openjdk: bump version 1.8 and 11 (#20315) | Ryan Marcellino | 1 | -0/+4 | |
2020-12-11 | caliper: add a variant to enable Fortran support (#20332) | QuellynSnead | 1 | -1/+4 | |
2020-12-11 | py-angel: new package at v3.0 (#20331) | manifest | 1 | -0/+23 | |
2020-12-11 | py-torchvision: add v0.8.2 (#20328) | Adam J. Stewart | 1 | -1/+3 | |
2020-12-11 | py-torch: add v1.7.1 (#20327) | Adam J. Stewart | 1 | -0/+1 | |
2020-12-11 | py-pyarrow: fix build for aarch64 (#20335) | Tomoyasu Nojiri | 2 | -0/+16 | |
2020-12-11 | flux: added v0.20.0 and v0.21.0 (#20322) | Robert Pavel | 2 | -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-11 | curl: added v7.64.0, v7.74.0 (#20321) | Dr. Christian Tacke | 1 | -2/+4 | |
2020-12-10 | Tests: enable re-use of post-install tests in smoke tests (#20298) | Tamara Dahlgren | 2 | -3/+8 | |
2020-12-10 | hepmc: Add 2.06.11, switch to https (#20286) | Dr. Christian Tacke | 1 | -3/+4 | |
2020-12-10 | Add a new NEST version, 2.20.0. (#20316) | Itaru Kitayama | 2 | -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-10 | AMD ROCm Release: Bump up versions(3.9.0 and 3.10.0) for miopen-hip (#20296) | arjun-raj-kuppala | 2 | -2/+32 | |
2020-12-09 | votca-*: add v1.6.3 (#20308) | Christoph Junghans | 5 | -5/+10 | |
2020-12-09 | Adding NVIDIA HPC SDK 20.11 (#20287) | Filippo Spiga | 1 | -0/+4 | |
2020-12-09 | Adding CUDA 11.1.1 (#20289) | Filippo Spiga | 1 | -0/+4 | |
2020-12-09 | AMD ROCm Release: Bump up migraphx recipe with 3.9.0 and 3.10.0 (#20299) | arjun-raj-kuppala | 2 | -8/+33 | |
2020-12-09 | Below changes were added to lammps recipe: (#20288) | AMD Toolchain Support | 1 | -2/+7 | |
1) amdfftw library support 2) opt added in supported packages | |||||
2020-12-09 | New patch release SLEPc 3.14.1 (#20291) | Jose E. Roman | 1 | -0/+1 | |
2020-12-09 | openssl: add 1.1.1i (#20294) | Michael Kuhn | 1 | -0/+1 | |
2020-12-08 | Command Reference: add link to spack test docs (#20054) | Adam J. Stewart | 1 | -0/+2 | |
2020-12-08 | Make sure py-protobuf package can link to libprotobuf when building (#20280) | Tim Moon | 1 | -0/+5 | |
2020-12-08 | arpack-ng: added v3.8.0 (#20270) | lorddavidiii | 1 | -0/+1 | |
2020-12-08 | concretizer: try hard to obtain all needed variant_possible_value()'s (#20102) | Andrew W Elble | 7 | -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-08 | r-vctrs: added v0.3.5 (#20267) | Alexander Baumgarten | 1 | -2/+3 | |
2020-12-08 | py-pandas: add v1.1.5 (#20268) | Adam J. Stewart | 1 | -1/+2 | |
2020-12-08 | r-fansi: added v0.4.1 (#20269) | Alexander Baumgarten | 1 | -1/+2 | |
2020-12-08 | UPC++: added v2020.11.0 and v2020.10.0 (#20279) | Dan Bonachea | 1 | -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-08 | ghostscript: limited fujitsu compiler's version to apply patch. (#20281) | Tomoki, Karatsu | 1 | -1/+1 | |
2020-12-07 | Compiler wrapper linting (#20249) | Harmen Stoppels | 1 | -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-07 | bugfix: work around issue handling packages not in any repo | Massimiliano Culpo | 2 | -0/+7 | |
2020-12-07 | concretizer: refactor handling of special variants dev_build and patches | Todd Gamblin | 2 | -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-07 | edm4hep: added package at v0.3, updated podio at v0.13 (#20241) | vvolkl | 2 | -20/+108 | |
2020-12-07 | Add "spack versions --new" flag to only show new versions (#20030) | vvolkl | 4 | -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-07 | povray: model mkl dependency correctly (#20265) | ketsubouchi | 1 | -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-07 | py-xopen: added v1.0.1 and v0.8.4 (#20245) | Owen Solberg | 1 | -0/+2 | |
2020-12-07 | VTK-m: update to specify correct requirements to kokkos (#20097) | Robert Maynard | 1 | -5/+13 | |
2020-12-07 | krb5: added 'shared' variant and support to build static library (#20017) | Martin Oberzalek | 2 | -1/+30 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-12-07 | OpenCV: disable variants by default (#20162) | Adam J. Stewart | 1 | -32/+34 | |
2020-12-07 | ccls: new package at v0.20201025 (#20251) | Jacob Merson | 1 | -0/+25 | |
2020-12-07 | spdlog: added versions up to v1.8.1 (#20252) | Jacob Merson | 1 | -0/+5 | |
2020-12-07 | curl: added v7.73.0 (#20246) | Paul R. C. Kent | 1 | -0/+1 | |
2020-12-07 | tempestremap: added new package at v2.0.5, updated moab to v5.2.1 (#20014) | iulian787 | 1 | -0/+45 | |
2020-12-07 | apr: add depends_on ('libuuid', type='link') (#20261) | h-denpo | 1 | -0/+2 | |
2020-12-07 | atmi, rccl: added v3.10.0 (rocm-3.10.0) (#20264) | Sreenivasa Murthy Kolam | 2 | -5/+7 | |
2020-12-06 | concretizer: each external version is allowed by definition (#20247) | Massimiliano Culpo | 5 | -0/+42 | |
Registering external versions among the lists of allowed ones generates the correct rules for `version_satisfies` | |||||
2020-12-04 | raxml-ng: new package at v1.0.1 (#20223) | perrymil | 1 | -0/+34 | |