summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23re2c: add versions up to v2.2 (#25500)Harmen Stoppels2-2/+18
2021-08-23curl: add tls multi-valued variant, fix macOS build (#25553)Adam J. Stewart1-8/+71
2021-08-23py-numpy: add v1.21.2 (#25436)Adam J. Stewart1-5/+8
2021-08-23py-ipykernel: add v6.2.0 and v5.5.5 (#25520)Adam J. Stewart1-4/+14
2021-08-22py-pythran: add OpenMP dependency (#25137)Adam J. Stewart1-0/+32
2021-08-21Document how to handle changing build systems (#25174)Adam J. Stewart3-0/+352
2021-08-21ascent: a few small changes to the package (#25551)Cyrus Harrison1-11/+13
- provides the site packages fix - excludes the hdf5 linking changes (which are fixed in conduit@develop's build system) - relaxes constraints to allows building static ascent against shared python
2021-08-21py-ipython: add v7.26.0 (#25521)Adam J. Stewart1-4/+7
2021-08-21claw: add v2.0.3 (#25459)Sergey Kosukhin1-12/+12
2021-08-21ccache: add v4.4. (#25540)Olli Lupton1-0/+2
2021-08-21hiop: add v0.4.6, v0.4.5, added maintainers (#25548)Asher Mancinelli1-0/+3
2021-08-20py-libensemble: add maintainer (#25543)Satish Balay1-1/+2
2021-08-20mono: add v6.12.0.122, add maintainer (#25538)Gilles Grospellier1-0/+3
2021-08-20rsbench: Version bump and added compiler support (#25464)Oliver Perks1-4/+14
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-08-20pkgconf: add v1.8.0 (#25480)Harmen Stoppels1-0/+1
2021-08-20Fix spelling mistake in the word "monitor" (#25486)Paul Spencer1-1/+1
2021-08-20Pipelines: use shared pr mirror for pipeline generation and builds (#25529)Scott Wittenburg2-2/+19
Once PR binary graduation is deployed, the shared PR mirror will contain binaries just built by a merged PR, before the subsequent develop pipeline has had time to finish. Using the shared PR mirror as a source of binaries will reduce the number of times we have to rebuild the same full hash.
2021-08-20py-protobuf: fix checksums (#25469)Adam J. Stewart1-7/+8
2021-08-20hdf5: support for Cray Fortran Compiler (#25466)Sergey Kosukhin1-0/+6
2021-08-20py-torch: add v1.8.2 (#25471)Adam J. Stewart1-0/+1
2021-08-20file: make package discoverable (#25479)Christoph Conrads1-0/+11
2021-08-20cupla: add new package (#25505)Valentin Volkl1-0/+42
2021-08-20sed: make package discoverable (#25481)Christoph Conrads1-0/+11
2021-08-20WarpX: Actually skip tests when cannot be run (#25494)Tamara Dahlgren1-2/+2
2021-08-20metall: add v0.16 and v0.14 (#25493)Keita Iwabuchi1-1/+3
2021-08-20podio:add v0.13.1 (#25492)Wouter Deconinck1-0/+1
This allows for fixed width integers in the fields, and other changes as in changelog https://github.com/AIDASoft/podio/releases/tag/v00-13-01.
2021-08-20gtkplus: needs libepoxy+glx (#25488)Dylan Simon1-1/+1
build fails with ~glx
2021-08-20curl: add v7.78 (#25496)Harmen Stoppels1-2/+9
2021-08-20libxml2: add v2.9.12 (#25497)Harmen Stoppels1-0/+2
2021-08-20mbedtls: add v3.0.0 (#25498)Harmen Stoppels1-1/+3
2021-08-20openssh: add v8.6p1 (#25499)Harmen Stoppels1-0/+1
2021-08-20rsync: add v3.2.3 (#25501)Harmen Stoppels1-0/+1
2021-08-20util-linux: add v2.37.2, v2.37.1 and v2.37 (#25503)Harmen Stoppels1-0/+3
2021-08-20mercurial: complete spec of Python dependency (#25506)Christoph Conrads1-2/+2
The list of required Python standard library components can be found in the Mercurial wiki, "Supported Python Versions": https://www.mercurial-scm.org/wiki/SupportedPythonVersions
2021-08-20melissa: new package (#25511)Christoph Conrads1-0/+41
2021-08-20Add MPI variant and fix python3 variant for cinema (#25513)kwryankrattiger2-3/+7
2021-08-20py-nbsphinx: add v0.8.7 (#25515)Adam J. Stewart1-0/+3
2021-08-20mpitrampoline: new package (#25516)Erik Schnetter1-0/+48
2021-08-20ginkgo: update smoke test location (#25517)Tobias Ribizel1-1/+1
The `test_install` folder was moved to `test` with https://github.com/ginkgo-project/ginkgo/pull/733.
2021-08-20py-nbmake: add new package (#25525)Adam J. Stewart1-0/+25
2021-08-20pybind11: add v2.7.1 (#25519)Garth N. Wells1-0/+1
2021-08-20p7zip build fails with gcc10+ (#25450)miheer vaidya1-0/+2
2021-08-20py-nbformat: add v5.1.3 (#25522)Adam J. Stewart1-0/+3
2021-08-20py-debugpy: add new package (#25523)Adam J. Stewart1-0/+24
2021-08-20py-matplotlib-inline: add new package (#25524)Adam J. Stewart1-0/+19
2021-08-20py-pydantic: add new package (#25526)Adam J. Stewart1-0/+20
2021-08-20neuron: add v8.0.0 (#25533)Pramod Kumbhar1-0/+2
2021-08-20Fix broken develop as CI didn't run on latest merge commit (#25531)Harmen Stoppels1-1/+1
* CI for #25439 was not run on the latest merge commit, and fails after #25470 * Make it consistent
2021-08-20trilinos: restore develop branch for exawind (#25487)Seth R. Johnson2-13/+8
Exawind needs to build against trilinos@develop to sniff out errors before they are merged to master.
2021-08-19New `spack.environment.active_environment` api, and make spack.environment ↵Harmen Stoppels51-215/+176
not depend on spack.cmd. (#25439) * Refactor active environment getters - Make `spack.environment.active_environment` a trivial getter for the active environment, replacing `spack.environment.get_env` when the arguments are not needed - New method `spack.cmd.require_active_environment(cmd_name)` for commands that require an environment (rather than abusing get_env/active_environment) - Clean up calling code to call spack.environment.active_environment or spack.cmd.require_active_environment as appropriate - Remove the `-e` parsing from `active_environment`, because `main.py` is responsible for processing `-e` and already activates the environment. - Move `spack.environment.find_environment` to `spack.cmd.find_environment`, to avoid having spack.environment aware of argparse. - Refactor `spack install` command so argument parsing is all handled in the command, no argparse in spack.environment or spack.installer - Update documentation * Python 2: toplevel import errors only with 'as ev' In two files, `import spack.environment as ev` leads to errors These errors are not well understood ("'module' object has no attribute 'environment'"). All other files standardize on the above syntax.