summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-01specs: remove parse_anonymous_spec(); use Spec() insteadTodd Gamblin6-144/+168
2019-07-01cray: use the cle-release file to determine CNL versionTodd Gamblin2-6/+72
2019-07-01buildcache: add replace_prefix_bin function to deal with hard coded paths in ...Patrick Gartung1-8/+27
2019-06-30style: remove unnecessary NOQA exceptionsTodd Gamblin1-9/+9
2019-06-29Allow uninstalling missing packages (#11874)Peter Scheibel2-6/+19
2019-06-28docs: add example for an external module in packages.yamlMark W. Krentel1-2/+12
2019-06-26Add --frontend and --backend option to spack arch command (#11746)Toyohisa Kameyama2-2/+26
2019-06-24Fix for #10063 : install from source if buildcache with different DAG exist (...Patrick Gartung1-1/+6
2019-06-21Use Stage.archive_file to access non-expanded download (#11817)Peter Scheibel2-4/+25
2019-06-20Ignore pgcc-llvm and friends, default to pgcc (#11703)Adam J. Stewart1-4/+0
2019-06-20Resources: use expanded archive name by default (#11688)Peter Scheibel4-45/+135
2019-06-19fixed spec dependence attribute writing. Fixes #11686 (#11776)Gregory Lee1-1/+1
2019-06-18Remove test dependency on /usr/bin/gcc (#11769)Greg Becker1-3/+10
2019-06-18Rename build.out to build.txt (#11749)Elizabeth Fischer3-5/+5
2019-06-17bugfix: use config fixture for stage tests (#11701)Tamara Dahlgren2-6/+23
2019-06-17docs: updates for `stage.source_path` (#11702)Tamara Dahlgren3-13/+37
2019-06-16docs: update tutorial page for ISC19 tutorial (#11742)Todd Gamblin1-10/+13
2019-06-15docs: fix config tutorial (#11715)Michael Kuhn1-30/+35
2019-06-13Ensure mock configuration directory is cleaned up on session exit. (#11700)Tamara Dahlgren1-1/+4
2019-06-13Add tests for "spack location" command (#11661)Tamara Dahlgren2-0/+135
2019-06-13Always treat DIYStage as expanded (#11663)Tamara Dahlgren2-2/+73
2019-06-12Update remaining packages to use Stage.source_path (#11662)Tamara Dahlgren2-3/+3
2019-06-12Make "spack compiler find" check PATH by default (#11683)Massimiliano Culpo5-21/+60
2019-06-11Add additional common C++ and Fortran header file extensions (#11600)Adam J. Stewart1-1/+8
2019-06-11Add extra logic for C std flags on PGI, XL, and Cray (#11635)Chuck Atkins3-7/+57
2019-06-10Fix recursive module find for upstream dependencies (#11304)Peter Scheibel4-64/+223
2019-06-08concretization: don't apply build-dep constraints for installed packages (#11...Peter Scheibel3-5/+85
2019-06-07spack list: latest version (JSON) (#11652)Axel Huebl4-1/+81
2019-06-07Compiler search uses a pool of workers (#10190)Massimiliano Culpo17-302/+503
2019-06-06commands: remove unused `spack list --format=rst` (#11651)Todd Gamblin2-79/+0
2019-06-06bugfix: StageComposite must include the `expanded` property` (#11647)Todd Gamblin1-0/+4
2019-06-06tests: package_sanity now checks packages in 3rd-party repos (#11637)Jennifer Herting1-2/+1
2019-06-05tests: add extra coverage for fetch strategy testsTamara Dahlgren4-8/+142
2019-06-05stage: make `source_path` available before stage is builtTamara Dahlgren6-207/+535
2019-06-05refactor: remove unused spack.stage._get_mirrors() functionTamara Dahlgren1-37/+24
2019-06-05tty: make tty.* print exception typesTamara Dahlgren15-26/+55
2019-06-05clang: fix error messages in c11_flag, cxx17_flag (#11632)Justin S1-2/+2
2019-06-05graph: refactor static graphsTodd Gamblin4-100/+73
2019-06-05spack dependencies: support --deptype argumentTodd Gamblin4-10/+47
2019-06-05package: make possible_dependencies consider deptypesTodd Gamblin3-16/+93
2019-06-05refactor: remove vestigial ALLOWED_URL_SCHEMES from package.pyTodd Gamblin1-4/+0
2019-06-05refactor: make Package.name consistent with other class attributesTodd Gamblin2-11/+18
2019-06-05refactor: make PackageBase.possible_dependencies() a class method.Todd Gamblin1-4/+5
2019-06-05add C standard flags to compiler classes (#11618)Justin S7-0/+90
2019-06-04modules: set permissions based on package configuration (#11337)Greg Becker5-52/+99
2019-06-04Buildcache relocate.py error fix (#11616)Patrick Gartung1-0/+2
2019-05-31Build cache: relocate path to spack/bin/sbang in text files. (#11592)Patrick Gartung3-13/+35
2019-05-28Cap the maximum number of build jobs (#11373)Massimiliano Culpo5-16/+49
2019-05-27docs: set gettext_uuid to False to reduce churn (#11567)Todd Gamblin2-1/+2
2019-05-27mirror create: non-zero return code (#8585)Axel Huebl1-0/+2