summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-14Create, install and relocate tarballs of installed packagesPatrick Gartung6-0/+1426
2017-08-14Added a custom action for --clean and --dirty. (#5081)Massimiliano Culpo3-9/+52
2017-08-14Decode process stream only for python3scheibelp1-2/+17
2017-08-11patch: get correct package directory for a given packageMassimiliano Culpo1-3/+15
2017-08-09bugfix for module_cmd (#5038)becker332-2/+2
2017-08-09Merged 'purge' command with 'clean' and deleted 'purge' (#4970)Massimiliano Culpo6-89/+129
2017-08-09Bugfixes for compiler detection on the Cray platform. (#3075)Sergey Kosukhin6-8/+81
2017-08-07Variant satisfaction for indirect dependenciesscheibelp3-1/+17
2017-08-05Various fixes to package name URL parsing (#4978)Adam J. Stewart3-0/+5
2017-08-05Massive conversion from Package to CMakePackage (#4975)Adam J. Stewart1-0/+1
2017-08-04Add a SConsPackage base class (#4936)Adam J. Stewart5-7/+104
2017-08-04Make CMake the default build system (#4862)Adam J. Stewart1-1/+3
2017-08-04Add a QMakePackage base class (#4925)Adam J. Stewart7-13/+122
2017-08-03Fix trailing whitespace at the end of headers.cpp_flags (#4957)Adam J. Stewart1-16/+77
2017-08-03Fix crashes when running spack install under nohup (#4926)George Hartzell1-2/+10
2017-08-03Account for hyphens in package names when searching for libraries. (#4948)Sergey Kosukhin1-1/+12
2017-08-01Fix color bug in Spec.format() introduced by #3013Todd Gamblin1-6/+3
2017-08-01Add `spack dependencies` command and tests for it and dependents.Todd Gamblin7-15/+261
2017-08-01document and make `display_specs` more versatileTodd Gamblin2-14/+48
2017-08-01Fix issue with case check and `spack -m`Todd Gamblin1-1/+5
2017-08-01Refactor installed_dependents -> installed_relativesTodd Gamblin4-15/+34
2017-08-01Package.possible_dependencies() descends into virtuals.Todd Gamblin1-1/+10
2017-08-01Add --transitive option to `spack dependents`Todd Gamblin2-8/+18
2017-08-01spack dependents lists possible dependencies by default.Todd Gamblin1-25/+37
2017-08-01Remove last vestiges of "special" deptypes.Todd Gamblin4-36/+64
2017-08-01Remove unused code.Todd Gamblin1-4/+0
2017-08-01Add --all argument to `spack dependents`Todd Gamblin1-6/+56
2017-07-31Clarify docs on using a hash in a spec (#4908)Adam J. Stewart1-7/+36
2017-07-31Fix preference for X.Y version when mixed with X.Y.Z versions (#4922)scheibelp2-1/+14
2017-07-31Add --color=[always|never|auto] argument; fix color when piping (#3013)paulhopkins13-44/+103
2017-07-26Improve version detection for URLs with dynamic after version (#4902)Adam J. Stewart2-1/+4
2017-07-25Add universal build_type variant to CMakePackage (#4797)Adam J. Stewart1-15/+8
2017-07-25fix config.guess patch for ppc64le (#4858)Gregory Lee1-15/+3
2017-07-24Change Version formatting properties and functions to return Version objects ...Adam J. Stewart3-21/+132
2017-07-22Make testing spack commands simpler (#4868)Todd Gamblin10-388/+296
2017-07-19Allow packages to control handling of compiler flags (#4421)becker336-0/+169
2017-07-18Improve version detection of release versions (#4816)Adam J. Stewart2-0/+3
2017-07-18Open ended variants (#4746)becker331-1/+7
2017-07-18Change path to CMakeLists.txt to be relative to root, not pwd (#4420)Adam J. Stewart1-4/+9
2017-07-18package: removed default no-op patch (#4103)Massimiliano Culpo1-4/+5
2017-07-12Typo: submdoules -> submodules (#4716)George Hartzell1-1/+1
2017-07-06patch config.guess after autoreconf step (#4604)Gregory Lee1-18/+9
2017-07-04Parametrized lock test and make it work with MPITodd Gamblin2-46/+255
2017-07-04Make filesytem more resilient to concurrent updates.Todd Gamblin1-2/+12
2017-07-04Ported lock test to pytest.Todd Gamblin1-519/+630
2017-06-29Update hdfgroup packages to new URL structure (#4643)Adam J. Stewart1-14/+16
2017-06-28add mpi to providers to remove virtual package error (#4608)EmreAtes1-2/+7
2017-06-27Added install option to read spec from file (#4611)becker331-1/+10
2017-06-25Don't immediately raise an error when an editor is not found (#4587)Adam J. Stewart1-5/+6
2017-06-24Allow arbitrary Prefix attributes (#4591)Adam J. Stewart4-103/+134