summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Rename packages.py to repository.py, PackageFinder to RepoPath.Todd Gamblin9-128/+25
2015-11-24Use the xunit nose plugin to generate JUnit XML test results from Spack's unitPeter Scheibel2-4/+21
2015-11-24Update log_output to handle cases where sys.stdout/stderr streams do not havePeter Scheibel1-9/+25
2015-11-24It appears the same test object was returned multiple times for differentPeter Scheibel1-18/+6
2015-11-24Activation of Tally plugin to count tests. It doesn't appear to be actuallyPeter Scheibel2-5/+3
2015-11-23Use nose to run unit tests.Peter Scheibel4-20/+93
2015-11-23Merge branch 'scheibelp-features/externaldeps' into developTodd Gamblin42-44/+44
2015-11-23Merge pull request #160 from SteVwonder/stevwonder/developTodd Gamblin1-2/+2
2015-11-22Working PackageFinder / RepoTodd Gamblin9-160/+329
2015-11-20modified warning to reference spack cleanTom Scogland1-1/+1
2015-11-13Adding new files to compilersMario Melara1-50/+0
2015-11-13Changed name of file and class to craype to avoid spack freaking out about ve...Mario Melara1-0/+57
2015-11-13Added craype supportMario Melara1-1/+2
2015-11-13Got rid of my old method of finding in LOADEDMODULESMario Melara1-7/+3
2015-11-13Added a _cmp_key for the architecture classMario Melara1-2/+4
2015-11-12Fix and move NamespaceTrie to spack.util.namingTodd Gamblin4-42/+154
2015-11-12Small fix to prevent this test from interfering with others.Todd Gamblin1-17/+22
2015-11-12Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin37-172/+2076
2015-11-12Added the basic ouline of a cray compiler class in lib/spack/spack/compilers/...Gregory Becker1-0/+50
2015-11-12used key_comparator decorator from util.lang to compare targets. Fixes find bugGregory Becker1-2/+6
2015-11-12Fixed -l flag for 'spack extensions'Stephen Herbein1-2/+2
2015-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel42-44/+44
2015-11-11Fixed the to_dict from_dict for targets on cray. First version to build/find ...Gregory Becker1-6/+8
2015-11-11fixed my git problemsGregory Becker4-4/+4
2015-11-11made a to_dict for targets. Also a from_dict for sanityGregory Becker2-2/+21
2015-11-11bug fix in spec.pyGregory Becker1-1/+1
2015-11-11First possibly working version of the crayport. Not sufficiently tested at all.Gregory Becker7-61/+46
2015-11-11Add modules to compilers. Changed compiler to take paths as a list. Changed c...Gregory Becker3-49/+27
2015-11-11Merge branch 'features/spackathon' of github.com:NERSC/spack into crayportGregory Becker14-55/+324
2015-11-11adding module find to find commandGregory Becker1-3/+9
2015-11-05Added bgq architecture subclass: may require additional functionality to supportGregory Becker1-0/+19
2015-11-04Fix SPACK-93, SPACK-94, GitHub #150Todd Gamblin4-21/+18
2015-11-04Fixed architecture.py file so it doesn't have the weird merge changes i.e <<<...Mario Melara1-7/+1
2015-11-04Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea...Mario Melara1-4/+4
2015-11-04Fixed the previous commitGregory Becker1-4/+4
2015-11-04generic linux architecture subclassMario Melara1-0/+17
2015-11-04Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea...Mario Melara2-0/+16
2015-11-04Changed cray architecture subclass to add proper targets for front at back en...Gregory Becker1-0/+5
2015-11-04changed some potential syntax errors and added a way for target to recognize ...Mario Melara1-6/+15
2015-11-04Enforced that the architecture subclass cannot add a target that shares a nam...Gregory Becker1-3/+8
2015-11-04Make architecture reflect OS *and* machine. Use Python's platform module.Todd Gamblin1-11/+8
2015-11-02Added default target and also front end and back end targetsMario Melara1-3/+3
2015-11-02Fixed some issues with namingMario Melara1-15/+8
2015-10-30Added arch_path to list of modules pathMario Melara1-0/+1
2015-10-30Reverted back all architecture way of finding modulesMario Melara1-24/+16
2015-10-30Changed front-end and back-end to front_end and back_end to avoid errorMario Melara1-2/+2
2015-10-30architectures folder where the Architecture subclasses resideMario Melara2-0/+17
2015-10-30improved aliasing in target method in architecture.pyGregory Becker1-2/+2
2015-10-30added target method to architecture.py and minor cleanupGregory Becker1-6/+18
2015-10-30Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea...Mario Melara3-12/+73