summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-05Merge pull request #2789 from paulhopkins/features/allow_package_installation...scheibelp6-22/+112
2017-04-05Allow installation directory layout to be configured using either hashPaul Hopkins6-22/+112
2017-04-04Avoid null reference in arch concretization (#2596)scheibelp1-3/+18
2017-04-04Fixes #3675: Abinit: invalid spec on concretization #(3686)Massimiliano Culpo1-1/+1
2017-04-04Update getting_started.rst (#3685)Justin Cook1-1/+1
2017-04-03Overhaul Spack's URL parsing (#2972)Adam J. Stewart14-565/+1166
2017-04-02new directive: conflicts() (#3125)Massimiliano Culpo4-1/+99
2017-04-01Add epigraph in docs.Todd Gamblin1-1/+5
2017-04-01Add better tests for web.py; fix some bugs found with spidering.Todd Gamblin8-35/+283
2017-04-01Fix Python 3 support in spack versionsAdam J. Stewart2-4/+5
2017-04-01fix annoying 'fatal: Not a git repository' error message (#3657)Kenneth Hoste2-4/+8
2017-03-31fix flake8 ignore syntax (use E instead of ignore) (#3651)Gregory Lee1-1/+1
2017-03-31test/package_sanity.py: ported to pytest (#3474)Massimiliano Culpo1-34/+33
2017-03-31test/versions.py: ported to pytest (#3635)Massimiliano Culpo1-403/+443
2017-03-31Spack works with Python 3Todd Gamblin2-2/+2
2017-03-31Clean up tests and add Python3 to Travis.Todd Gamblin2-89/+155
2017-03-31Fix concretization bugs with virtuals and deptypes.Todd Gamblin2-25/+39
2017-03-31Use key sorting instead of cmp()Todd Gamblin19-396/+318
2017-03-31Resolve Python2/Python3 unicode issues by using str()Todd Gamblin7-13/+15
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin73-321/+392