summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-31Update externals to work with Python 3Todd Gamblin42-131/+7062
2017-03-31PythonPackage: Let There Be Tests! (#2869)Adam J. Stewart2-7/+75
2017-03-31Fix mxml (#3639)Michael Kuhn1-0/+1
2017-03-30Extendable Perl (#3614)Milton Woods8-7/+179
2017-03-28Fix bug in `spack find` for installations with unknown namespaces. (#3573)Todd Gamblin1-1/+7
2017-03-28Bugfix: allow deactivating installs that don't have packages anymore. (#3572)Todd Gamblin1-5/+4
2017-03-24make git fetching quite (#3180)Denis Davydov1-12/+31
2017-03-23Add Expect package (#3517)Adam J. Stewart1-1/+2
2017-03-21Fix for `find --explicit` #3374 (#3492)George Hartzell1-1/+1
2017-03-20Improve output for compiler commands (#3480)scheibelp2-1/+14
2017-03-20Fix issue with config.guess patching when the overwritten config.guess did no...Matthew LeGendre1-9/+5
2017-03-18Use byte-encoded UTF-8 for sourced environment in Python 2 (#3489)Todd Gamblin3-9/+52
2017-03-17Don't use @system in packages.yaml (#3472)Adam J. Stewart3-73/+19
2017-03-16Detect when OS updates affect compiler selection (#3410)scheibelp3-21/+77
2017-03-16Dont propagate flags between different compilers (#3379)scheibelp2-41/+28
2017-03-16Dont auto-init compiler conf for 'compiler find' (#3439)scheibelp2-8/+9
2017-03-14Consistent docs and usage of env mod methods (#3351)Adam J. Stewart2-81/+61
2017-03-14fix automatic mixing of clang with gfortran 6.3.0 on macOS (#3427)Denis Davydov2-14/+5
2017-03-14test/file_cache.py: ported to pytest (#3429)Massimiliano Culpo1-44/+36