summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-05Documentation for external packages.Matthew LeGendre1-0/+73
2015-10-05Add tests for spack external dependencies, plus fixes for issues found by tho...Matthew LeGendre3-5/+34
2015-10-05Fix failure in spack.test.config.ConfigTest from incorrect compiler config me...Matthew LeGendre1-2/+6
2015-10-05Allow spack to build against external non-spack-installed packages.Matthew LeGendre8-41/+371
2015-10-05Fix type error with YAML config when merging lists from different configs.Matthew LeGendre1-17/+16
2015-10-05Update Spack mirror command to match docsMatthew LeGendre2-9/+8
2015-10-05Update docs for YAML configuration files and preferred concretizationMatthew LeGendre4-104/+91
2015-10-05Bug fixes from testing spack preferred packagesMatthew LeGendre1-4/+3
2015-10-05Use preferred package rules when concretize'ing specsMatthew LeGendre2-32/+38
2015-10-05Allow specs to be sorted based on preferred packages, versions, compilers, va...Matthew LeGendre4-4/+222
2015-10-05Allow long names in format string variablesMatthew LeGendre1-8/+63
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