summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12Fix typos in fixture use. Mention fixtures in pytest.ini (#25381)Massimiliano Culpo2-2/+7
2021-08-12update version for rocm-4.3.0 release for hip recipe (#25342)Sreenivasa Murthy Kolam3-4/+133
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2021-08-12update version for rocm-4.3.0 release (#25374)Sreenivasa Murthy Kolam4-12/+19
2021-08-12parsec: add missing build deps on flex/bison (#25373)Aurelien Bouteiller1-0/+2
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
2021-08-12ReFrame: add v3.7.x (#25372)Vasileios Karakasis1-0/+5
2021-08-11raja: develop version requires camp at master (#25346)Tamara Dahlgren1-0/+1
2021-08-11umpire: develop version requires camp at develop (#25347)Tamara Dahlgren1-0/+1
2021-08-11binutils: add v2.37 (#25356)Massimiliano Culpo1-0/+3
2021-08-11 pango: add versions up to v1.48 (#25355)Sinan1-0/+8
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2021-08-11libtree: add "master" version, variants and dependencies (#25337)Harmen Stoppels1-1/+32
2021-08-11update the version for rocm-4.3.0 release (#25343)Sreenivasa Murthy Kolam7-16/+24
2021-08-11update version for rocm-4.3.0 release (#25349)Sreenivasa Murthy Kolam12-30/+46
2021-08-11Switch to settings option used in latest *and* oldest listed version (#25340)Tamara Dahlgren1-1/+1
2021-08-11fenics: updates to allow newer versions of Boost (#25329)Alexander Jaust1-5/+2
2021-08-11py-particle: add v0.15.1 (#25333)Valentin Volkl1-0/+1
2021-08-11mpibind: add new package (#25322)Edgar Leon1-0/+47
2021-08-11moab: add 5.3.0 and use https (#25345)Seth R. Johnson1-1/+2
2021-08-11libaec: add v1.0.3, v1.0.4, v1.0.5 (#25348)Sinan1-0/+3
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2021-08-11doc: def llnl.util.filesystem.find fix rst (#25350)Axel Huebl1-8/+8
The star was not rendered in the docs.
2021-08-11Changed the LBANN software stack to not explicitly set the Host (#25351)Brian Van Essen3-6/+6
Transfer protocol in the Aluminum library. If required the Host Transfer variant +ht should be explicity set.
2021-08-11Add __skip_rocmclang to more rocm packages for cmake 3.21 (#25328)Harmen Stoppels13-12/+75
2021-08-11AMD ROCm 4.3.0 - bump up version for llvmamdgpu, hsakmt-roct, rocm-cmake, ↵arjun-raj-kuppala4-8/+26
rocm-smi-lib (#25228) Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2021-08-10Rework rules for provider weights (#25331)Massimiliano Culpo7-44/+75
Preferred providers had a non-zero weight because in an earlier formulation of the logic program that was needed to prefer external providers over default providers. With the current formulation for externals this is not needed anymore, so we can give a weight of zero to both default choices and providers that are externals. _Using zero ensures that we don't introduce any drift towards having less providers, which was happening when minimizing positive weights_. Modifications: - [x] Default weight for providers starts at 0 (instead of 10, needed before to prefer externals) - [x] Rules to compute the `provider_weight` have been refactored. There are multiple possible weights for a given `Virtual`. Only one gets selected by the solver (the one that minimizes the objective function). - [x] `provider_weight` are now accounting for each different `Virtual`. Before there was a single weight per provider, even if the package was providing multiple virtuals. * Give preferred providers a weight of zero Preferred providers had a non-zero weight because in an earlier formulation of the logic program that was needed to prefer external providers over default providers. With the current formulation for externals this is not needed anymore, so we can give a weight of zero to default choices. Using zero ensures that we don't introduce any drift towards having less providers, which was happening when minimizing positive weights. * Simplify how we compute weights for providers Rewrite rules so that specific events (i.e. being an external) unlock the possibility to use certain weights. The weight being considered is then selected by the minimization process to be the one that gives the best score. * Allow providers to have different weights for different virtuals Before this change we didn't differentiate providers based on the virtual they provide, which meant that packages providing more than one virtual had nonetheless a single weight. With this change there will be a weight per virtual.
2021-08-10cxxopts: add v2.2.1 and clean package.py (#25334)Harmen Stoppels1-10/+8
2021-08-10elfio: new package (#25335)Harmen Stoppels1-0/+30
2021-08-10cpp-termcolor: new package (#25336)Harmen Stoppels1-0/+27
2021-08-10Elk update (#24432)permeakra1-46/+107
* elk package updated to handle 3 latest versions support for older versions is dropped * fixed typos * openmp dependency handling added * and for blis too * Retain support for elk 3, deprecate Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-10openmpi:add pandoc dependency when building master (#25319)Howard Pritchard1-5/+6
related to #25304 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2021-08-10uqtk: add pyqutk variant to uqtk (#25298)Paul Adamson1-4/+25
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-08-09Add a badge for the Boostrapping workflow (#25318)Massimiliano Culpo1-0/+1
This workflow is run daily on `develop`.
2021-08-09Make spack env activate x idempotent (#25222)Harmen Stoppels1-1/+2
* Make spack env activate x idempotent * Update lib/spack/spack/cmd/env.py
2021-08-09sos: shr-atomics is a disable/enable (#25315)Robert Cohn1-1/+1
2021-08-09giflib: define prefix and libversion also when building (#25263)iarspider1-6/+16
2021-08-09sos: add xpmem variant (#25260)Robert Cohn1-2/+10
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-08-09intel-oneapi-vtune: new package + remove danvev from maintainers (#25311)Vasily Danilin12-11/+40
2021-08-09xwidgets: add new package (#25237)Tom Stitt1-0/+24
2021-08-09libxc: add std flag for Intel (#25281)downloadico1-2/+4
2021-08-09dd4hep: fixes to run tests (#25204)Valentin Volkl1-0/+13
2021-08-09ispc: add v1.16 and v1.16.1 (#25206)Martin Aumüller1-3/+6
Aso adapt dependencies for older versions
2021-08-09cp2k: update elpa and sirius dependencies, fix build with mpich and gcc@10 ↵Tiziano Müller2-28/+52
(#24376) * cp2k: fix build with GCC-10+ and MPICH * cp2k: update SIRIUS and ELPA dependencies * elpa: add version 2021.05.001, add ROCm support, include SVE flags
2021-08-09xeus: add v1.0.4, improved package recipe (#24984)Tom Stitt1-9/+30
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-08-09py-pydeprecate: add v0.3.1 (#25231)Adam J. Stewart1-0/+1
2021-08-09py-pytorch-lightning: add v1.4.1 (#25232)Adam J. Stewart1-6/+13
2021-08-09xproperty: add new package (#25236)Tom Stitt1-0/+25
2021-08-09py-pytest: add v6.2.4 (#25240)Adam J. Stewart1-22/+26
2021-08-09py-requests-unixsocket: add missing py-pbr dependency (#25241)Adam J. Stewart1-0/+1
2021-08-09ssht: add v1.5.0 (#25247)Erik Schnetter1-0/+1
2021-08-09py-setuptools: add v57.4.0 (#25239)Adam J. Stewart2-12/+15
2021-08-09dcm2niix: new package (at version 1.0.20210317) (#25250)Ben Darwin1-0/+16
2021-08-09apex: add v2.4.1 (#25248)Severin Strobl1-3/+4
Also updated the URLs for APEX according to the recent move.