summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-07brought the architecture test up to date with new changesGregory Becker1-3/+3
2016-01-07Improved cray architecture classGregory Becker1-4/+9
2016-01-07Improved target specificationGregory Becker3-5/+37
2016-01-07Cleaned up naming conventions for architecture, split into platform and targetGregory Becker22-185/+186
2016-01-06Improved target cmp_key and to/from yaml functionsGregory Becker1-14/+10
2016-01-06made the compiler strategy more easily controllableGregory Becker6-15/+16
2016-01-05improved concretize efficiency for determining whether compilers come from th...Gregory Becker1-7/+10
2016-01-05minor tweak of compiler priority while waiting for customizable compiler prio...Gregory Becker1-1/+1
2016-01-05fixed compiler finding so as not to identify non-existent versions of the int...Gregory Becker1-1/+1
2016-01-05fixed concretization to only consider compilers found by the proper strategyGregory Becker1-1/+20
2016-01-05minor bug fixGregory Becker1-2/+1
2016-01-05removed debug printingGregory Becker1-1/+0
2016-01-05fixed haswell targeting bugGregory Becker2-5/+13
2016-01-05removed debug printingGregory Becker1-2/+0
2016-01-05fixed errors caused by crayport on linux and added a darwin architectureGregory Becker6-24/+62
2016-01-05bug huntingGregory Becker3-5/+6
2016-01-04pick last compiler instead of first, will be overwritten by more advanced pre...Gregory Becker1-1/+1
2016-01-04Support for cray external dependencies implemented in modulesGregory Becker4-7/+75
2016-01-04Merge branch 'externals' into crayportGregory Becker15-202/+901
2015-12-17fixed yaml errorGregory Becker2-1/+6
2015-12-11 Commented out cxxflag. Not 100% sure it's neededMario Melara1-5/+5
2015-12-11Fixed targets ti be x86_64, important note: have not tested this on linux mac...Mario Melara1-4/+4
2015-12-11Rewrote docstrings for sys_type() and got rid of unused functionsMario Melara1-24/+4
2015-12-02Got rid of the unusued default strategy=NoneMario Melara1-2/+2
2015-12-01Got rid of hard coded strings for adding defaultMario Melara1-1/+1
2015-12-01Changed default to CPU_TARGET env var. Helps deal with target differences bet...Mario Melara1-4/+12
2015-12-01Changed add_target to include variables rather than hard-coded stringsMario Melara1-2/+2
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-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-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-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