summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Added more compilers to mock packages testsGregory Becker1-0/+22
2016-05-13Changed _proper_compiler_spec to return filtered list. Apparently filter retu...Mario Melara1-2/+3
2016-05-13fixed pkgconfig issueGregory Becker1-1/+1
2016-05-12Fixed error causing hang in env/ccGregory Becker1-23/+23
2016-05-04Reworked compiler finding/storing/format to allow for multiple compilers with...Gregory Becker12-322/+456
2016-04-28Make arch command print out the platform.Todd Gamblin1-5/+1
2016-04-08Commented out the add_x_from_string methods since we don't need to worry abou...Mario Melara1-23/+12
2016-04-08Changed the logic of concretize. We don't have to worry about whether the par...Mario Melara1-21/+11
2016-04-08If we already have the name and the platform, then we should probably go ahea...Mario Melara1-1/+6
2016-04-08Changed default to default_target so the tests can passMario Melara1-8/+8
2016-04-08Added test that works on every type of combination the user could possibly en...Mario Melara1-5/+20
2016-04-08Changed _set_architecture so if user inputs only the target, then os is None....Mario Melara1-1/+6
2016-04-08Assigned self.front_os, and back_os to self.default. Helps with testing. If w...Mario Melara2-0/+6
2016-04-07Added new concretization of architecture tests, test each combination of user...Mario Melara1-2/+43
2016-04-07Changed architecture parser so that if user just enters in frontend or backen...Mario Melara1-3/+2
2016-04-07Cleaned up the concretize_architecture method by removing commented out codeMario Melara1-57/+5
2016-04-07Changed default to default_target, also added frontend and backend to operati...Mario Melara1-7/+7
2016-04-06pulled from current repo the build_environment.py. Added module loading metho...Mario Melara1-0/+71
2016-04-06Changed all target values to architecture. Also added a sort_key method so th...Mario Melara2-92/+16
2016-04-06Found loops calling all_compilers that were always reading in the config file...Mario Melara1-6/+11
2016-04-06Cleaned up architecture. Changed operating_system from dictionary methodMario Melara1-54/+14
2016-04-04Changed so that py_platform.dist() grabs the major version number.Mario Melara1-1/+1
2016-04-04Gives error on cori that [PrgEnv-xx, gcc/x.x.x] is not part of the schema. Ch...Mario Melara1-6/+8
2016-04-04Changed modulecmd parameters. return_oe is not one of the parameters in the m...Mario Melara1-3/+2
2016-03-29Made architecture test robust for more architecturesGregory Becker1-17/+11
2016-03-25Fixed a bug in the testingGregory Becker1-0/+4
2016-03-25Fixed bug in platform names that I introduced yesterdayGregory Becker1-9/+9
2016-03-24Fixed things from merge.Gregory Becker8-27/+45
2016-03-23cleanupGregory Becker1-4/+4
2016-03-22Merged newarch into mergeGregory Becker37-165/+1190
2016-03-10Merge branch 'mplegendre-features/external-packages' into developTodd Gamblin15-180/+975
2016-03-10cc : handle spaces in folders?alalazo1-1/+1
2016-03-10cc : converted indents to spacesalalazo1-1/+1
2016-03-10Fixed shell quoting errorMassimiliano Culpo1-1/+1
2016-03-10Merge branch 'develop' of https://github.com/LLNL/spack into fixes/intel_openmpiMassimiliano Culpo72-779/+1250
2016-03-10Add 'provders' back into packages.yaml schemaTodd Gamblin1-2/+11
2016-03-10Merge branch 'mplegendre-features/external-packages' into developTodd Gamblin15-180/+966
2016-03-10Refactored external packages slightly.Todd Gamblin4-84/+158
2016-03-10whitespace and formattingTodd Gamblin2-23/+23
2016-03-10Remove vestigial variants in directory name.Todd Gamblin1-5/+1
2016-03-10Minor tweaks to abi code.Todd Gamblin1-18/+18
2016-03-10remove unnecessary importTodd Gamblin1-1/+0
2016-03-10update mirror config documentation.Todd Gamblin1-5/+5
2016-03-09Fix #525: sbang handles symlinks & directories properly.Todd Gamblin1-11/+32
2016-03-09Add unit test for sbang patching.Todd Gamblin2-6/+100
2016-03-09Merge branch 'features/external-packages' of github.com:mplegendre/spack into...Matthew LeGendre1-2/+2
2016-03-09Update documentation for new packages.yaml config format.Matthew LeGendre2-53/+49
2016-03-09Fix problem with pure integer arguments in preferred versions list (e.g, 2 in...Matthew LeGendre2-5/+6
2016-03-09Fixes #524Todd Gamblin3-17/+49
2016-03-09Merge branch 'develop' into features/external-packagesMatthew LeGendre77-1047/+1681