summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-22bugfix: env.write() should stringify Spec lists.Todd Gamblin2-2/+8
2019-07-22hashes: consolidate and make hashing logic more consistentPeter Josef Scheibel8-84/+254
2019-07-22env: environments index specs by full DAG w/build depsPeter Josef Scheibel3-30/+257
2019-07-20Add OpenMP flag for Apple Clang (#12049)Adam J. Stewart2-5/+3
2019-07-20tests: speed up tests that rely on the database fixture (#12031)Massimiliano Culpo6-61/+95
2019-07-20environment views: refactor stripping build deps (#12069)Greg Becker1-3/+1
2019-07-20compilers: don't raise errors for duplicate compiler definitions (#11910)Greg Becker2-1/+29
2019-07-20environments: add activate/deactivate tests, work wtih `set -u`Todd Gamblin2-6/+54
2019-07-19Package inheritance: Find patch files defined in parent classes using MRO (#1...Greg Becker3-1/+40
2019-07-19Fix #11240 (#11995)albestro2-1/+37
2019-07-18concretization: fix transient hang in python 3.5Gregory Becker1-1/+2
2019-07-18stacks: add option to link only roots or all specs, default to allGregory Becker3-37/+134
2019-07-18stacks: refactor view descriptors into a separate objectGregory Becker2-105/+123
2019-07-18refactor: clean up Environment classGregory Becker2-74/+65
2019-07-18bugfix: spec lists can now include multiple referencesGregory Becker2-3/+3
2019-07-18stacks: use new format string syntax in environments codeGregory Becker4-11/+12
2019-07-18docs: Add documentation for views in environmentsGregory Becker2-3/+145
2019-07-18stacks: update view management for multiple/combinatorial viewsGregory Becker7-81/+404
2019-07-18stacks: environment add/remove respect multiply-defined listsGregory Becker2-7/+53
2019-07-18stacks: allow force-removing from a speclist used in a matrixGregory Becker2-12/+21
2019-07-18stacks: update environment add/remove algorithmsGregory Becker3-59/+74
2019-07-18concretization: regression test for constrain() with depsGregory Becker1-0/+1
2019-07-18docs: initial documentation for environmentsGregory Becker2-0/+636
2019-07-18stacks: initial implementation of stacks on environmentsGregory Becker9-61/+875
2019-07-17Add support for .txz and .tbz2 file extensions (#12048)Adam J. Stewart3-1/+46
2019-07-17tests: uninstall_by_spec error and rpath_args tests (#11971)Tamara Dahlgren2-0/+26
2019-07-17feature: Allow developers to use Spack for partial builds (#12006)Greg Becker1-1/+5
2019-07-16Ignore Modules v4 environment variables in `from_sourcing_file` (#10753)Massimiliano Culpo3-117/+311
2019-07-15Fix build_jobs exceeding number of coresMichael Kuhn1-0/+1
2019-07-15Add auto-dispatch specification to Intel packages (#11697)Glenn Johnson1-1/+33
2019-07-15spack uninstall can uninstall specs with multiple roots (#11977)Massimiliano Culpo2-14/+52
2019-07-12find_libraries searches lib and lib64 before prefix (#11958)Tim Fuller2-15/+23
2019-07-12Copy --{use,no}-cache from install to bootstrap (#11786)Oliver Breitwieser1-1/+10
2019-07-12'spack compiler add' resolves relative path to absolute path (#11792)Carson Woods1-0/+1
2019-07-12Add template creation test, --skip-editor option (#11970)Tamara Dahlgren2-2/+63
2019-07-12Fix pic_flag and test contents about Fujitsu compiler. (#11996)t-karatsu2-6/+6
2019-07-12bugfix: show dot after namespaces in `spack find -N` (#11945)Todd Gamblin2-1/+14
2019-07-11test: Extra possible-dependencies coverage check (#11988)Tamara Dahlgren1-1/+10
2019-07-11Rename build logs and make names consistent (#11806)Tamara Dahlgren9-92/+228
2019-07-10tutorial: correct image link on tutorial pageTodd Gamblin1-1/+1
2019-07-10tutorial: updates slides for DOE/NSF workshop.Todd Gamblin1-9/+8
2019-07-08bugfix: conflicts should print out the spec that has the conflict (#11947)Todd Gamblin1-1/+6
2019-07-05bugfix: always generate a stack trace when spack is run with --debug (#11940)Todd Gamblin1-0/+5
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