summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Add extensions for Python/R and more configurable installAdam J. Stewart1-46/+56
2016-06-20More Flake8Adam J. Stewart1-1/+1
2016-06-20Flake8Adam J. Stewart1-12/+18
2016-06-20Add scons support, .zip support, and Cantera packageAdam J. Stewart2-56/+113
2016-06-20Merge branch 'develop' into features/cache-archivesPeter Scheibel61-745/+2867
2016-06-20Merge branch 'bugfix/compiler_find' into developTodd Gamblin4-29/+112
2016-06-20Test no longer assumes compilers exist in /usr.Todd Gamblin1-10/+57
2016-06-18Adding test to list of test_namesMario Melara1-1/+1
2016-06-18Adding new tests for compiler command for spack's test suiteMario Melara1-0/+34
2016-06-18More clean up of init_config, also no need for a different find_compilers fun...Mario Melara1-7/+2
2016-06-18Getting rid of no longer used init_config argMario Melara1-5/+2
2016-06-18Merge pull request #1032 from eschnett/eschnett/cc-quotesTodd Gamblin1-2/+2
2016-06-18environment : filter the current environmentalalazo1-6/+8
2016-06-18Merge branch 'develop' of https://github.com/LLNL/spack into features/source_...alalazo53-635/+2079
2016-06-18qa : fixed flake8 issuesalalazo1-5/+1
2016-06-18unit tests : fixed test_alter_environmentalalazo1-7/+2
2016-06-18Merge branch 'develop' of https://github.com/LLNL/spack into features/module_...alalazo60-728/+2770
2016-06-18Merge remote-tracking branch 'upstream/develop' into developMario Melara4-7/+22
2016-06-18Got rid of init_config flag since we don't need it. Instead we update the cac...Mario Melara1-18/+22
2016-06-17Merge pull request #1060 from mathstuf/no-break-long-wordsTodd Gamblin1-1/+3
2016-06-17Merge pull request #1061 from mathstuf/reindex-preserve-explicitTodd Gamblin1-1/+5
2016-06-17Merge pull request #946 from LLNL/features/intel2Todd Gamblin2-5/+14
2016-06-17fixing last flake8 issueTom Scogland1-7/+5
2016-06-17fixing flake8 issuesTom Scogland1-4/+6
2016-06-17cmd/list: adding description search and glob by defaultTom Scogland1-8/+29
2016-06-17'find and 'add' are options for adding compilers via command lineMario Melara1-7/+7
2016-06-16Added init_config parameter so we don't initialize the config when user runs ...Mario Melara2-22/+28
2016-06-16Replace 2.6-incompatible skipIf with a conditional.Todd Gamblin1-4/+8
2016-06-16remove dead code, cleanup.Todd Gamblin2-42/+26
2016-06-16simplify instance check.Todd Gamblin1-2/+1
2016-06-16rename Mac OS X to macosTodd Gamblin3-21/+19
2016-06-16Added str method to mac_osx so that whenever we try to access darwins differe...Mario Melara2-9/+8
2016-06-16Merge branch 'features/newarch' into developTodd Gamblin49-482/+2002
2016-06-16Fixes #460: Do not show variants by default in spack find.Todd Gamblin3-11/+30
2016-06-16Just call old os "unknown"Todd Gamblin1-1/+1
2016-06-16be more tolerant when parsing new specs.Todd Gamblin1-6/+13
2016-06-16Add `__contains__` to arch to satsify old packages.Todd Gamblin1-2/+9
2016-06-15removed unused import per flake8 reportGregory L. Lee1-1/+0
2016-06-15do not create shebang.bak fileGregory L. Lee1-6/+1
2016-06-15two minor fixesGregory Becker2-9/+9
2016-06-15Two minor fixesGregory Becker2-8/+8
2016-06-15reindex: preserve 'explicit' flagsBen Boeckel1-1/+5
2016-06-15flake8 fixes for filesystem.pyDenis Davydov1-29/+36
2016-06-15tty: do not break long wordsBen Boeckel1-1/+3
2016-06-15superlu-dist: avoid harcoding blas/lapack/mpi; remove preferred versionDenis Davydov1-1/+14
2016-06-12environment : added more logic to treat append and prepend pathMassimiliano Culpo3-27/+68
2016-06-12qa : fixed flak8 checksalalazo2-16/+46
2016-06-12environment modules : added function to construct them from source filesalalazo4-2/+119
2016-06-11qa : fixed style and a bug reported by flake8alalazo1-45/+3
2016-06-11versions : added unit tests for the new propertiesalalazo1-0/+8