summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-04Enforced that the architecture subclass cannot add a target that shares a nam...Gregory Becker1-3/+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
2015-10-30Changed architecture class and added class TargetMario Melara1-54/+83
2015-10-30prototype of new architecture concretization saved as new_concretize_architec...Gregory Becker1-0/+28
2015-10-30updated the executible to return stderr when specified. Added load_module to ...Gregory Becker2-12/+45
2015-10-22Created a control flow logic that will loop through the strategies and find c...Mario Melara1-20/+31
2015-10-21Changed structure of class, add compiler strategy is a method and can create ...Mario Melara1-17/+18
2015-10-21Added strategy method in initMario Melara1-12/+8
2015-10-21initial fetch on crayportGregory Becker2-2/+2
2015-10-20Made sure architecture works with yaml fileMario Melara1-19/+27
2015-10-20Refactored architecture class. Now it will automagically create a dict upon i...Mario Melara1-5/+4
2015-10-20Got Architecture class working the way i wanted to. Next to write testsMario Melara1-33/+37
2015-10-15Fixed the output of sys_type(), might need to add back the error handling partMario Melara1-24/+23
2015-10-15Commented out a long list of tests to just include my arch testMario Melara1-2/+4
2015-10-15Test suite for architecture class and functionsMario Melara1-0/+19
2015-10-15Added __eq__ testing method. Created tests for it in test/ folderMario Melara1-16/+40
2015-10-14Started created the Architecture class for Spack to useMario Melara1-16/+57
2015-10-07Started changing the find in modules method written by ToddMario Melara1-3/+5
2015-10-07Merge branch 'features/crayproto' of https://github.com/scalability-llnl/spac...Mario Melara9-5/+116
2015-10-05added dependencies for py-h5pykarenyyng1-0/+0
2015-10-05Protptype cray compiler detection and supportTodd Gamblin9-5/+116
2015-10-03make sure submodule is added in the correct locationkarenyyng1-0/+0
2015-09-27Remove enabled variants from install prefix.Todd Gamblin1-6/+1
2015-09-27Remove special characters (@, %, +, ~, etc) from stage nameTodd Gamblin1-2/+9
2015-08-27Fix for GitHub #95Todd Gamblin1-3/+21
2015-08-12Merge pull request #88 from trws/git_depth_attemptTodd Gamblin1-3/+12
2015-08-04Use absolute paths to spack compiler wrappers in CC/CXX/F77/FCTodd Gamblin1-4/+4
2015-07-27adding a fallback on failure with git --depthTom Scogland1-3/+12
2015-07-24Add Python version test to detect {} in version strings.Todd Gamblin2-8/+21
2015-07-23Fix Python 2.6 compatibility issue.Todd Gamblin2-9/+20