Age | Commit message (Expand) | Author | Files | Lines |
2017-04-22 | Find more versions from GitHub (#3952) | Adam J. Stewart | 1 | -1/+1 |
2017-04-22 | add Intel mpi package and add MPI wrappers to Intel parallel studio (#3905) | Denis Davydov | 1 | -0/+1 |
2017-04-21 | PythonPackage builds flat installs instead of egg directories. | Todd Gamblin | 1 | -1/+18 |
2017-04-21 | fetch git submodules recursively (#3779) | Christoph Junghans | 2 | -5/+16 |
2017-04-21 | spack uninstall no longer requires a known package. (#3915) | Todd Gamblin | 6 | -82/+102 |
2017-04-21 | Fix ABI detection issues with macOS gcc. (#3854) | Todd Gamblin | 4 | -7/+23 |
2017-04-21 | Fix checksumming in Python3; add more fetch tests (#3941) | Todd Gamblin | 7 | -59/+151 |
2017-04-21 | Fix HPL build, convert to MakefilePackage (#3777) | Adam J. Stewart | 1 | -0/+49 |
2017-04-20 | Add Napoleon extension to support Google docstrings (#3920) | Adam J. Stewart | 1 | -0/+1 |
2017-04-20 | Revert "Override partial installs by default" (#3918) | Todd Gamblin | 4 | -203/+7 |
2017-04-20 | test/python_version.py: ported to pytest (#3438) | Massimiliano Culpo | 1 | -79/+85 |
2017-04-19 | Override partial installs by default (#3530) | scheibelp | 4 | -7/+203 |
2017-04-19 | Set proper deptypes for certain build systems (#3866) | Adam J. Stewart | 3 | -4/+10 |
2017-04-19 | Rework Spack's Mercurial support (#3834) | Adam J. Stewart | 4 | -8/+59 |
2017-04-15 | Fix flake8 changed files detection (#3855) | Adam J. Stewart | 1 | -1/+1 |
2017-04-15 | Allow users to set parallel jobs in config.yaml (#3812) | Adam J. Stewart | 5 | -6/+30 |
2017-04-14 | stage: remove a rogue period (#3846) | Ben Boeckel | 1 | -1/+1 |
2017-04-14 | Add documentation on explicit param for do_install (#3823) | Adam J. Stewart | 1 | -13/+15 |
2017-04-14 | Quick fix for #3153 (#3822) | Mario Melara | 1 | -0/+3 |
2017-04-12 | Document commands that no longer work (#3781) | Adam J. Stewart | 1 | -4/+37 |
2017-04-10 | doc: start with known issues section (#3722) | Denis Davydov | 2 | -0/+38 |
2017-04-10 | Make it more clear that version ranges are inclusive (#3759) | Adam J. Stewart | 1 | -43/+84 |
2017-04-07 | Abinit: a few modernizations for the package and its dependencies (#3699) | Massimiliano Culpo | 1 | -5/+1 |
2017-04-06 | set_executable can set S_IX{GRP,OTH} (#3742) | George Hartzell | 1 | -2/+8 |
2017-04-06 | Correct uninstall -d to uninstall -R in tutorial (#3740) | Max Katz | 1 | -2/+2 |
2017-04-05 | Update copyright on the docs. (#3718) | Todd Gamblin | 1 | -2/+2 |
2017-04-05 | spack create MakefilePackage (#3710) | Adam J. Stewart | 2 | -26/+38 |
2017-04-05 | Merge pull request #2789 from paulhopkins/features/allow_package_installation... | scheibelp | 6 | -22/+112 |
2017-04-05 | Allow installation directory layout to be configured using either hash | Paul Hopkins | 6 | -22/+112 |
2017-04-04 | Avoid null reference in arch concretization (#2596) | scheibelp | 1 | -3/+18 |
2017-04-04 | Fixes #3675: Abinit: invalid spec on concretization #(3686) | Massimiliano Culpo | 1 | -1/+1 |
2017-04-04 | Update getting_started.rst (#3685) | Justin Cook | 1 | -1/+1 |
2017-04-03 | Overhaul Spack's URL parsing (#2972) | Adam J. Stewart | 14 | -565/+1166 |
2017-04-02 | new directive: conflicts() (#3125) | Massimiliano Culpo | 4 | -1/+99 |
2017-04-01 | Add epigraph in docs. | Todd Gamblin | 1 | -1/+5 |
2017-04-01 | Add better tests for web.py; fix some bugs found with spidering. | Todd Gamblin | 8 | -35/+283 |
2017-04-01 | Fix Python 3 support in spack versions | Adam J. Stewart | 2 | -4/+5 |
2017-04-01 | fix annoying 'fatal: Not a git repository' error message (#3657) | Kenneth Hoste | 2 | -4/+8 |
2017-03-31 | fix flake8 ignore syntax (use E instead of ignore) (#3651) | Gregory Lee | 1 | -1/+1 |
2017-03-31 | test/package_sanity.py: ported to pytest (#3474) | Massimiliano Culpo | 1 | -34/+33 |
2017-03-31 | test/versions.py: ported to pytest (#3635) | Massimiliano Culpo | 1 | -403/+443 |
2017-03-31 | Spack works with Python 3 | Todd Gamblin | 2 | -2/+2 |
2017-03-31 | Clean up tests and add Python3 to Travis. | Todd Gamblin | 2 | -89/+155 |
2017-03-31 | Fix concretization bugs with virtuals and deptypes. | Todd Gamblin | 2 | -25/+39 |
2017-03-31 | Use key sorting instead of cmp() | Todd Gamblin | 19 | -396/+318 |
2017-03-31 | Resolve Python2/Python3 unicode issues by using str() | Todd Gamblin | 7 | -13/+15 |
2017-03-31 | Convert Python 2 idioms to Python 2/3-compatible ones. | Todd Gamblin | 73 | -321/+392 |
2017-03-31 | Update externals to work with Python 3 | Todd Gamblin | 42 | -131/+7062 |
2017-03-31 | PythonPackage: Let There Be Tests! (#2869) | Adam J. Stewart | 2 | -7/+75 |
2017-03-31 | Fix mxml (#3639) | Michael Kuhn | 1 | -0/+1 |