Age | Commit message (Expand) | Author | Files | Lines |
2016-03-02 | made spack more conservative in compiler strategies attempted | Gregory Becker | 1 | -1/+10 |
2016-03-02 | Changed os subclasses CNL to change attribute to MODULES | Mario Melara | 3 | -28/+2 |
2016-03-02 | Default PATH arg | Mario Melara | 1 | -11/+1 |
2016-03-02 | fixed floating 'target' | Gregory Becker | 1 | -1/+1 |
2016-03-02 | fixed type/bug | Gregory Becker | 1 | -1/+1 |
2016-03-02 | fixed type/bug | Gregory Becker | 1 | -1/+1 |
2016-03-02 | Made module handling much saner and safer | Gregory Becker | 6 | -28/+43 |
2016-03-02 | Merge branch 'features/newarch' of https://github.com/NERSC/spack into featur... | Mario Melara | 2 | -6/+19 |
2016-03-02 | fixed a bug and a test bug | Gregory Becker | 2 | -6/+19 |
2016-03-02 | Added 'better' tests | Mario Melara | 1 | -36/+24 |
2016-03-02 | Changed architecture to dict | Mario Melara | 1 | -1/+1 |
2016-03-02 | Got rid of the compiler strategy from target | Mario Melara | 4 | -7/+7 |
2016-03-02 | Changed to_dictionary and from_dictionary methods | Mario Melara | 1 | -46/+68 |
2016-03-02 | bug hunting | Gregory Becker | 4 | -14/+14 |
2016-03-02 | Merge branch 'features/newarch' of https://github.com/NERSC/spack into featur... | Mario Melara | 2 | -83/+7 |
2016-03-02 | another partial, narrowing in on proper arch | Gregory Becker | 2 | -83/+7 |
2016-03-02 | Changed Arch to class instead of namedtuple. Now platform is automatically se... | Mario Melara | 1 | -5/+7 |
2016-03-02 | partial work on bug hunting | Gregory Becker | 3 | -38/+37 |
2016-03-02 | Fixed some indentation errors | Mario Melara | 1 | -4/+4 |
2016-03-02 | Changed add_architecture_from_string and split the work done into two methods... | Mario Melara | 1 | -63/+75 |
2016-03-02 | Changed _cmp_key | Mario Melara | 1 | -1/+1 |
2016-03-02 | made arch instantiate as a tuple | Gregory Becker | 1 | -1/+7 |
2016-03-02 | cleaned up concretize architecture | Gregory Becker | 1 | -28/+65 |
2016-02-25 | Changed operating_system path | Mario Melara | 1 | -1/+1 |
2016-02-25 | changed architecture.target to architecture.platform_os, so that compiler_for... | Mario Melara | 1 | -1/+1 |
2016-02-25 | Got rid of debug comment | Mario Melara | 1 | -1/+0 |
2016-02-25 | Added doc strings to functions in architecture.py | Mario Melara | 1 | -0/+21 |
2016-02-25 | Changed compiler finding strategy to come from operating system instead of ta... | Mario Melara | 1 | -2/+2 |
2016-02-25 | Changed from_dict to arch_from_dict method | Mario Melara | 1 | -1/+1 |
2016-02-25 | Changed naming convention of operating_system, makes it easier to create inst... | Mario Melara | 2 | -7/+7 |
2016-02-25 | Some cleaning up. Finally got arch_from_dict working successfully. | Mario Melara | 1 | -66/+15 |
2016-02-25 | Deleted old operating_system (without the s) file | Mario Melara | 4 | -85/+0 |
2016-02-25 | Changed import path to operating_systems | Mario Melara | 4 | -5/+4 |
2016-02-25 | Renamed operating_system to operating_systems | Mario Melara | 1 | -0/+0 |
2016-02-25 | Deleted files | Mario Melara | 3 | -0/+83 |
2016-02-25 | Fix for 'Parent module spack.operating_systems not found while handling absol... | Mario Melara | 1 | -21/+21 |
2016-02-24 | Changed to dict method. Didn't realize this was being assigned to a dictionar... | Mario Melara | 1 | -5/+4 |
2016-02-24 | Added more comments | Mario Melara | 1 | -7/+8 |
2016-02-24 | Got rid of print statements | Mario Melara | 1 | -1/+0 |
2016-02-24 | Changed to appropriate class names for operating system | Mario Melara | 2 | -5/+4 |
2016-02-24 | Changed name to appropriate camelcase | Mario Melara | 3 | -34/+22 |
2016-02-24 | Added comments. Need to figure out how to make arch_tuple from_dict | Mario Melara | 1 | -3/+6 |
2016-02-24 | arch_from_dict worked on | Mario Melara | 1 | -5/+17 |
2016-02-24 | Added unit testing for to_dict method | Mario Melara | 1 | -2/+41 |
2016-02-24 | Added to dictionary method | Mario Melara | 1 | -21/+74 |
2016-02-22 | Added CNL10 as back_os and default_os | Mario Melara | 1 | -2/+4 |
2016-02-22 | Added more tests | Mario Melara | 1 | -1/+19 |
2016-02-22 | Added compiler strategy entry and also added new operating system subclass ca... | Mario Melara | 3 | -6/+33 |
2016-02-22 | Added compiler strategy field to Operating System class | Mario Melara | 1 | -8/+10 |
2016-02-22 | Unit tests to test operating system subclass creation and whether compiler st... | Mario Melara | 1 | -0/+41 |