summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-01Fix bug in install permission setting.Todd Gamblin1-3/+8
2016-03-01Typo fixAdam J. Stewart1-1/+1
2016-02-29Bug Fix: When Spack create roots around for other versions, it sometimes find...Elizabeth F1-4/+9
2016-02-28Updated links to use new llnl.gov addressIan Lee6-9/+9
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-25Merge pull request #299 from epfl-scitas/enhancement/os_detectionbecker332-4/+11
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-24stage : on-going refactoringalalazo3-185/+180
2016-02-24intel : polished codealalazo1-3/+0
2016-02-23Modified wrapper to have a different behavior when modeis vcheckMassimiliano Culpo1-3/+18
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-18Merge pull request #298 from epfl-scitas/refactoring/resource_directiveTodd Gamblin10-215/+441
2016-02-18Changed spec.target to spec.architectureMario Melara1-1/+1
2016-02-18Fixes #434Todd Gamblin1-12/+20
2016-02-17Merge pull request #443 from trws/dicts-like-string-keysTodd Gamblin1-1/+1
2016-02-17remove the unprotected key name from create.pyTom Scogland1-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
2016-02-17Changed target to architecture.targetMario Melara1-1/+3
2016-02-17Changed so that modules use correct file path with spec.architecture instead ...Mario Melara1-2/+2