summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-04-30file_list: ported to pytest (#4054)Massimiliano Culpo1-180/+158
2017-04-29fetch: do full clone of git submodules (fix #3956) (#3958)Christoph Junghans1-13/+4
2017-04-29Python command, libraries, and headers (#3367)Adam J. Stewart6-189/+614
2017-04-28Add tests to MakefilePackage (#4039)Adam J. Stewart1-0/+13
2017-04-28No compiler found: fixed error message (#4034)Massimiliano Culpo1-3/+4
2017-04-27Reindex checks install for non-external packages (#4027)scheibelp1-7/+12
2017-04-27Prevent spack test flake8 from making changes (#4023)Adam J. Stewart1-2/+2
2017-04-27Remove 'release' suffix from package name (#4014)Adam J. Stewart2-0/+5
2017-04-27Don't print successfully uninstalled twice (#4019)Adam J. Stewart1-1/+0
2017-04-27Fix Python3 issue with sbang checking; add tests. (#4017)Todd Gamblin2-49/+76
2017-04-27Convert rest docstrings to Google docstrings. (#3994)Todd Gamblin18-284/+360
2017-04-27pattern: ported to pytest (#4015)Massimiliano Culpo1-57/+60
2017-04-26Fix alignment of versions and urls in spack checksum (#4003)Adam J. Stewart1-1/+1
2017-04-26link_tree: ported to pytest (#4008)Massimiliano Culpo1-89/+98
2017-04-26Add __format__ support to version for fancy formatting. (#3996)Todd Gamblin1-0/+3
2017-04-25Add API Docs for lib/spack/llnl (#3982)Adam J. Stewart10-101/+130
2017-04-25Fix bug with '# noqa' filtering (#3993)Adam J. Stewart1-9/+4
2017-04-25spack flake8 should exempt line-wrapped directives (#3990)Todd Gamblin1-8/+8
2017-04-25hooks take spec as an argument (instead of pkg) (#3967)Massimiliano Culpo6-23/+27
2017-04-25Properly ignore flake8 F811 redefinition errors (#3932)Adam J. Stewart2-33/+153
2017-04-24Rename tutorial_sc16.rst to tutorial.rst (#3974)Todd Gamblin5-4/+4
2017-04-23Use six.moves.input instead of raw_input (#3961)Adam J. Stewart2-3/+4
2017-04-22External packages are now registered in the DB (#1167)Massimiliano Culpo15-57/+230
2017-04-22Find more versions from GitHub (#3952)Adam J. Stewart1-1/+1
2017-04-22add Intel mpi package and add MPI wrappers to Intel parallel studio (#3905)Denis Davydov1-0/+1
2017-04-21PythonPackage builds flat installs instead of egg directories.Todd Gamblin1-1/+18
2017-04-21fetch git submodules recursively (#3779)Christoph Junghans2-5/+16
2017-04-21spack uninstall no longer requires a known package. (#3915)Todd Gamblin6-82/+102
2017-04-21Fix ABI detection issues with macOS gcc. (#3854)Todd Gamblin4-7/+23
2017-04-21Fix checksumming in Python3; add more fetch tests (#3941)Todd Gamblin7-59/+151
2017-04-21Fix HPL build, convert to MakefilePackage (#3777)Adam J. Stewart1-0/+49
2017-04-20Add Napoleon extension to support Google docstrings (#3920)Adam J. Stewart1-0/+1
2017-04-20Revert "Override partial installs by default" (#3918)Todd Gamblin4-203/+7
2017-04-20test/python_version.py: ported to pytest (#3438)Massimiliano Culpo1-79/+85
2017-04-19Override partial installs by default (#3530)scheibelp4-7/+203
2017-04-19Set proper deptypes for certain build systems (#3866)Adam J. Stewart3-4/+10
2017-04-19Rework Spack's Mercurial support (#3834)Adam J. Stewart4-8/+59
2017-04-15Fix flake8 changed files detection (#3855)Adam J. Stewart1-1/+1
2017-04-15Allow users to set parallel jobs in config.yaml (#3812)Adam J. Stewart5-6/+30
2017-04-14stage: remove a rogue period (#3846)Ben Boeckel1-1/+1
2017-04-14Add documentation on explicit param for do_install (#3823)Adam J. Stewart1-13/+15
2017-04-14Quick fix for #3153 (#3822)Mario Melara1-0/+3
2017-04-12Document commands that no longer work (#3781)Adam J. Stewart1-4/+37
2017-04-10doc: start with known issues section (#3722)Denis Davydov2-0/+38
2017-04-10Make it more clear that version ranges are inclusive (#3759)Adam J. Stewart1-43/+84
2017-04-07Abinit: a few modernizations for the package and its dependencies (#3699)Massimiliano Culpo1-5/+1
2017-04-06set_executable can set S_IX{GRP,OTH} (#3742)George Hartzell1-2/+8
2017-04-06Correct uninstall -d to uninstall -R in tutorial (#3740)Max Katz1-2/+2
2017-04-05Update copyright on the docs. (#3718)Todd Gamblin1-2/+2
2017-04-05spack create MakefilePackage (#3710)Adam J. Stewart2-26/+38