Age | Commit message (Expand) | Author | Files | Lines |
2019-12-23 | performance: reduce system calls required for remove_dead_links | Todd Gamblin | 1 | -4/+2 |
2019-12-23 | performance: only regenerate env views once in `spack install` | Todd Gamblin | 2 | -9/+29 |
2019-12-23 | performance: add read transactions for `install_all()` and `install()` | Todd Gamblin | 1 | -31/+35 |
2019-12-23 | lock transactions: avoid redundant reading in write transactions | Todd Gamblin | 2 | -1/+62 |
2019-12-23 | lock transactions: ensure that nested write transactions write | Todd Gamblin | 2 | -1/+64 |
2019-12-23 | lock transactions: fix non-transactional writes | Todd Gamblin | 4 | -172/+285 |
2019-12-23 | performance: avoid repeated DB locking on view generation | Todd Gamblin | 1 | -10/+13 |
2019-12-23 | added master branch version to mpip (#14284) | Gregory Lee | 1 | -0/+2 |
2019-12-23 | gromacs: add v2019.5 (#14285) | Christoph Junghans | 1 | -0/+1 |
2019-12-23 | Added conflict with %pgi in libpciaccess package.py with relevant links in co... | Nicholas Sly | 1 | -0/+9 |
2019-12-23 | netlib-scalapack: Add int overflow patch (#14276) | Piotr Luszczek | 2 | -0/+315 |
2019-12-22 | Add py-boto3 1.10.44 (#14271) | Adam J. Stewart | 1 | -1/+3 |
2019-12-22 | add new package : libdap4 (#14267) | Timo Heister | 1 | -0/+40 |
2019-12-22 | Add py-numpy 1.18.0 (#14269) | Adam J. Stewart | 1 | -2/+6 |
2019-12-22 | Add awscli 1.16.308 (#14270) | Adam J. Stewart | 1 | -10/+10 |
2019-12-22 | Add py-botocore 1.13.44 (#14272) | Adam J. Stewart | 1 | -2/+3 |
2019-12-22 | Add new release and remove extraneous patches (#14273) | Piotr Luszczek | 1 | -2/+3 |
2019-12-22 | Set full xiar path when building cp2k with intel compiler (#14268) | Glenn Johnson | 1 | -1/+2 |
2019-12-22 | Updating preferred OpenMPI version to 3.1.5 (#14266) | justbennet | 1 | -2/+2 |
2019-12-22 | openPMD-api: 0.10.3 (#14265) | Axel Huebl | 1 | -0/+1 |
2019-12-21 | new module beagle (#14257) | xfzhao | 2 | -0/+47 |
2019-12-21 | Bump py-slepc4py version, update url (#14264) | Sajid Ali | 2 | -4/+12 |
2019-12-21 | use `sys.executable` instead of `python` in `_source_single_file` (#14252) | Sajid Ali | 1 | -1/+1 |
2019-12-20 | build bazel with jdk (#14258) | Sajid Ali | 1 | -1/+4 |
2019-12-20 | microarchitectures: fix ppc flags for clang (#14196) | Massimiliano Culpo | 2 | -18/+10 |
2019-12-20 | npm: add Python 3 support (#14255) | Adam J. Stewart | 1 | -2/+33 |
2019-12-20 | Fetching from URLs falls back to mirrors if they exist (#13881) | Massimiliano Culpo | 66 | -218/+321 |
2019-12-20 | PGMATH library symbols patch (#14254) | Nichols A. Romero | 2 | -0/+97 |
2019-12-20 | Add py-pyinstrument package (#14241) | Adam J. Stewart | 1 | -0/+21 |
2019-12-20 | node-js: add Python 3 support (#14242) | Adam J. Stewart | 1 | -28/+52 |
2019-12-20 | Latest versions of CMake need a hand for Python detection (#14247) | Hadrien G | 1 | -0/+1 |
2019-12-20 | root: Record that old versions of ROOT don't support modern GCC (#14250) | Hadrien G | 1 | -0/+3 |
2019-12-20 | QE Update Dec 2019 (#14238) | Nichols A. Romero | 1 | -9/+23 |
2019-12-20 | Do not apply the unuran patch to ROOT 6.06/xy, it is not compatible (#14245) | Hadrien G | 1 | -1/+1 |
2019-12-20 | Add py-pyinstrument-cext package (#14240) | Adam J. Stewart | 1 | -0/+18 |
2019-12-20 | Adding myself as a ROOT maintainer (#14251) | Hadrien G | 1 | -1/+1 |
2019-12-20 | Added hwloc dependency to gromacs (#14244) | Andras Wacha | 1 | -0/+7 |
2019-12-20 | R: added v3.6.2 (#14248) | Patrick Schratz | 1 | -0/+1 |
2019-12-20 | ACTS: added v0.13.0 and v0.12.1 (#14246) | Hadrien G | 1 | -0/+2 |
2019-12-19 | New package: cinema_lib (#14231) | Ethan Stam | 1 | -0/+41 |
2019-12-19 | Add missing __init__.py under test, and correct bad file name from #13889. (#... | Chris Green | 2 | -0/+4 |
2019-12-19 | root: Add chissg as maintainer. (#14235) | Chris Green | 1 | -0/+2 |
2019-12-19 | Add py-scipy 1.4.1 (#14230) | Adam J. Stewart | 1 | -2/+4 |
2019-12-19 | dmd: setup dependent build environment (#14198) | Adam J. Stewart | 1 | -0/+3 |
2019-12-19 | Remove python2-ism in root package (#14223) | Hadrien G | 1 | -2/+1 |
2019-12-18 | package_sanity: add a test to enforce no nonexisting dependencies in builtin | Todd Gamblin | 1 | -0/+16 |
2019-12-18 | possible_dependencies() now reports missing dependencies | Todd Gamblin | 3 | -15/+69 |
2019-12-18 | package: add spack.package.possible_dependencies method | Todd Gamblin | 2 | -4/+53 |
2019-12-18 | performance: speed up `spack find` in environments | Todd Gamblin | 1 | -7/+11 |
2019-12-18 | performance: `spack spec` should use a read transacction with -I | Todd Gamblin | 1 | -9/+26 |