summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-02fixed a bug and a test bugGregory Becker1-1/+1
2016-03-02Changed architecture to dictMario Melara1-1/+1
2016-03-02Got rid of the compiler strategy from targetMario Melara4-7/+7
2016-03-02Changed to_dictionary and from_dictionary methodsMario Melara1-46/+68
2016-03-02bug huntingGregory Becker3-11/+10
2016-03-02Merge branch 'features/newarch' of https://github.com/NERSC/spack into featur...Mario Melara2-83/+7
2016-03-02another partial, narrowing in on proper archGregory Becker2-83/+7
2016-03-02Changed Arch to class instead of namedtuple. Now platform is automatically se...Mario Melara1-5/+7
2016-03-02partial work on bug huntingGregory Becker3-38/+37
2016-03-02Fixed some indentation errorsMario Melara1-4/+4
2016-03-02Changed add_architecture_from_string and split the work done into two methods...Mario Melara1-63/+75
2016-03-02Changed _cmp_keyMario Melara1-1/+1
2016-03-02made arch instantiate as a tupleGregory Becker1-1/+7
2016-03-02cleaned up concretize architectureGregory Becker1-28/+65
2016-02-25Changed operating_system pathMario Melara1-1/+1
2016-02-25changed architecture.target to architecture.platform_os, so that compiler_for...Mario Melara1-1/+1
2016-02-25Got rid of debug commentMario Melara1-1/+0
2016-02-25Added doc strings to functions in architecture.pyMario Melara1-0/+21
2016-02-25Changed compiler finding strategy to come from operating system instead of ta...Mario Melara1-2/+2
2016-02-25Changed from_dict to arch_from_dict methodMario Melara1-1/+1
2016-02-25Changed naming convention of operating_system, makes it easier to create inst...Mario Melara2-7/+7
2016-02-25Some cleaning up. Finally got arch_from_dict working successfully.Mario Melara1-66/+15
2016-02-25Deleted old operating_system (without the s) fileMario Melara4-85/+0
2016-02-25Changed import path to operating_systemsMario Melara4-5/+4
2016-02-25Renamed operating_system to operating_systemsMario Melara1-0/+0
2016-02-25Deleted filesMario Melara3-0/+83
2016-02-25Fix for 'Parent module spack.operating_systems not found while handling absol...Mario Melara1-21/+21
2016-02-24Changed to dict method. Didn't realize this was being assigned to a dictionar...Mario Melara1-5/+4
2016-02-24Added more commentsMario Melara1-7/+8
2016-02-24Got rid of print statementsMario Melara1-1/+0
2016-02-24Changed to appropriate class names for operating systemMario Melara2-5/+4
2016-02-24Changed name to appropriate camelcaseMario Melara3-34/+22
2016-02-24Added comments. Need to figure out how to make arch_tuple from_dictMario Melara1-3/+6
2016-02-24arch_from_dict worked onMario Melara1-5/+17
2016-02-24Added unit testing for to_dict methodMario Melara1-2/+41
2016-02-24Added to dictionary methodMario Melara1-21/+74
2016-02-22Added CNL10 as back_os and default_osMario Melara1-2/+4
2016-02-22Added more testsMario Melara1-1/+19
2016-02-22Added compiler strategy entry and also added new operating system subclass ca...Mario Melara3-6/+33
2016-02-22Added compiler strategy field to Operating System classMario Melara1-8/+10
2016-02-22Unit tests to test operating system subclass creation and whether compiler st...Mario Melara1-0/+41
2016-02-22New folder that will hold operating system subclassesMario Melara3-0/+70
2016-02-22import linux distro subclass. Added method to add operating system to platfor...Mario Melara1-1/+4
2016-02-22import MacOSX subclass and added add_operating_system method to use subclassMario Melara1-1/+4
2016-02-22import linux distro operating system subclass, set front-end os to LinuxDistro()Mario Melara1-11/+6
2016-02-22Got rid of methods used to detect mac osx and linux osx. Now those methods ar...Mario Melara1-35/+55
2016-02-22Added new module path to operating system fileMario Melara1-0/+1
2016-02-18Changed spec.target to spec.architectureMario Melara1-1/+1
2016-02-17Changed abstract.target to abstract.architecture.target and abstract.architec...Mario Melara1-1/+1
2016-02-17Added ARCHITECTURE field when showing specsMario Melara1-3/+3