summaryrefslogtreecommitdiff
path: root/lib/spack/external
AgeCommit message (Expand)AuthorFilesLines
2018-11-09externals: bugfix in ruamel for ordereddict in Python 2.6Todd Gamblin1-2/+2
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin2-46/+8
2018-08-20yaml: use ruamel.yaml instead of pyyamlTodd Gamblin56-8113/+5146
2018-06-20pytest: add _pytest/_version.py and LICENSETodd Gamblin4-1/+49
2018-06-20externals: move spack.util.ordereddict to external/ordereddict_backportTodd Gamblin2-4/+41
2018-06-02Less sensitive error detection in build logs (#8278)Adam J. Stewart1-5/+2
2018-05-15Capture source line number in CTest log parserZack Galbreath1-1/+1
2018-05-15Fix typo in commentZack Galbreath1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-02-12Fix issues with `spack [cmd] -h` help outputTodd Gamblin1-2/+0
2018-01-31Improve log parsing performance (#7093)Todd Gamblin1-55/+216
2018-01-16Vendor ordereddict for python2.6 only (#6931)Massimiliano Culpo3-271/+131
2018-01-10Keep track of source and versions for external libraries (#6803)Adam J. Stewart1-16/+98
2018-01-10Update to pytest 3.2.5 (#6801)Adam J. Stewart48-2109/+3303
2018-01-10Update to the latest version of jinja2 (#6790)Adam J. Stewart23-365/+728
2018-01-10Update to py 1.4.34 (#6789)Adam J. Stewart9-79/+25
2018-01-10Update to the latest version of six (#6787)Adam J. Stewart1-3/+8
2017-12-30Update to the latest version of argparse (#6786)Adam J. Stewart1-53/+36
2017-12-30Update to distro 1.0.4 (#6788)Adam J. Stewart1-24/+39
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-30Port CTest's log scraping logic to Spack (#5561)Todd Gamblin1-0/+313
2017-09-19Modulefiles generated with a template engine (#3183)Massimiliano Culpo37-0/+12790
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-03-31Use key sorting instead of cmp()Todd Gamblin1-0/+17
2017-03-31Update externals to work with Python 3Todd Gamblin40-87/+6970
2017-02-10Make distro more robust to unreadable files (#3110)becker331-7/+12
2017-01-07Get Rid of nobuild, nolink, and alldeps (#2765)Elizabeth Fischer1-1/+1
2016-12-29Fix issues related to the switchover to pytest. (#2685)Todd Gamblin37-2/+7809
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo104-13764/+15477
2016-12-27Ensure that every file in Spack has a license (#2659)Adam J. Stewart1-10/+18
2016-11-22Update external distro package to 1.0.1 (#2381)Adam J. Stewart1-60/+92
2016-11-06Add detection for redhat enterprise server to distro.py (#2262)Todd Gamblin1-1/+2
2016-11-04Use code from the `distro` package to improve linux distro detection. (#1629)Jeffrey Salmond1-0/+1048
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-12/+10
2016-01-19Merge branch 'mplegendre-multi_pkgsrc_roots' into developTodd Gamblin22-5/+4019
2016-01-17Merge pull request #202 from scheibelp/features/unittest-xml-output-noseTodd Gamblin49-0/+13764
2016-01-14Add jsonschema validation for config files.Todd Gamblin21-0/+4002
2016-01-03Add Python 3 aliases to our argparse backport.Todd Gamblin1-5/+17
2015-12-19Fix stale code in python version test so that it actually works.Todd Gamblin1-1/+2
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-12-04Added nose 1.3.7 source along with with the lgpl license (renamed from lgpl.txtPeter Scheibel49-0/+13764
2015-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel2-0/+0
2015-07-24Add Python version test to detect {} in version strings.Todd Gamblin1-0/+12
2015-04-29Specs to/from YAML are working.Todd Gamblin1-2/+7
2015-04-28Add YAML to Spack.Todd Gamblin18-0/+5796
2014-11-01Add ability to get subparser by name from argparseTodd Gamblin1-0/+15
2014-09-29Minor argparse improvement.Todd Gamblin1-2/+4
2014-08-10Remove dependency on Python2.7 OrderedDict, revise config parserTodd Gamblin1-0/+262
2014-08-10Add Python 2.7 functools.total_ordering to external modules.Todd Gamblin2-0/+31