summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24Libevent depends on OpenSSLErik Schnetter1-0/+3
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-24llvm : removed duplicate versionalalazo1-19/+0
2016-02-24intel : polished codealalazo1-3/+0
2016-02-24Merge pull request #446 from LLNL/bugfix/python_config_compilerTodd Gamblin1-0/+14
2016-02-24Merge pull request #448 from epfl-scitas/packages/gromacsTodd Gamblin2-0/+58
2016-02-24Merge pull request #450 from trws/llvm-trunkTodd Gamblin1-9/+34
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-20llvm trunk versionTom Scogland1-9/+34
2016-02-19Merge pull request #422 from epfl-scitas/packages/openssl_urlTodd Gamblin1-0/+39
2016-02-19gromacs : added packagealalazo2-0/+58
2016-02-18Merge pull request #298 from epfl-scitas/refactoring/resource_directiveTodd Gamblin11-215/+460
2016-02-18modify compiler commands in python config files, fix for #431Gregory L. Lee1-0/+14
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-17Check difference by using arch tuple rather than .targetMario Melara1-1/+1
2016-02-17Added module compilers so that no CompilerSpecError is thrownMario Melara1-0/+10
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
2016-02-17Changed so that directory layout uses the platform-os-target string version o...Mario Melara1-2/+1
2016-02-17From now on all targets are now architecture. Architecture is a named tuple s...Mario Melara1-10/+10
2016-02-17Changed module loading to use arch tuple instead of regular target.moduleMario Melara1-2/+2
2016-02-17Fixed silly typo that gave errors in testsMario Melara1-2/+2
2016-02-17Merge pull request #442 from xjrc/features/mesh-packagesTodd Gamblin7-1/+167