summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
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-16Changed add_architecture_from_string, it now loops through the string and che...Mario Melara1-21/+43
2016-02-16Cleaned up the file. Got rid of commented out sections of code since they wer...Mario Melara1-15/+13
2016-02-16Beginning attemps to fix concretization method to account for the new tuple a...Mario Melara1-27/+46
2016-02-16Added some _cmp_key methods to OperatingSystem class, and also changed the wa...Mario Melara1-3/+18
2016-02-16Changed target checking to architecture checking for abi compatibleMario Melara1-3/+4
2016-02-14Shell quoting is difficultErik Schnetter1-1/+1
2016-02-14More quoting experimentsErik Schnetter1-4/+4
2016-02-13More games with quotingErik Schnetter1-6/+5
2016-02-13Using regexes instead of globbing to match path namesErik Schnetter1-12/+3
2016-02-13Changed the method in which architecture is converted from string to namedtup...Mario Melara1-63/+105
2016-02-13Changed operating system getter so that linux and darwin autodetected operati...Mario Melara1-0/+2
2016-02-13Add debug outputErik Schnetter1-0/+9
2016-02-13Handle -Wl,-rpath,... syntaxErik Schnetter1-0/+5
2016-02-13Handle multiple -Wl,-rpath,... pathsErik Schnetter1-8/+15
2016-02-13Correct -Xlinker argumentsErik Schnetter1-1/+1
2016-02-13Use "-Wl,-rpath," instead of "-Wl,-rpath="Erik Schnetter3-10/+10
2016-02-12Use hash to make shorter module and dotkit names, fixes #433David Beckingsale1-4/+9
2016-02-11Using pylint, fixed some of the indentation and spacing errorsMario Melara1-61/+33
2016-02-11Changed some variables to account for the fact that target is now a tupleMario Melara1-7/+7
2016-02-11changed some variables to account for the fact that target is now a tupleMario Melara1-6/+5
2016-02-10Added add_os method to platform subclassesMario Melara2-0/+2
2016-02-10Added new add_os methodMario Melara1-1/+8
2016-02-10Added method to concretize target and os pairMario Melara1-16/+63
2016-02-10Changed add_target_from_string to include methods to concretize operating_systemMario Melara1-33/+31
2016-02-10Added operating system class prototype and some autodetect features for opera...Mario Melara1-1/+60
2016-02-10Merge pull request #432 from RemoteConnectionManager/paraview_fixTodd Gamblin1-2/+2
2016-02-10Revert "new branch and also pushing some architecture changes where os is det...Mario Melara1-84/+52
2016-02-10RPATH was collecting all lib from all dependencies, when dep tree is deep lik...Luigi Calori1-2/+2
2016-02-09Fix #430: edit -f fails with UnknownPackageErrorTodd Gamblin1-2/+5
2016-02-06new branch and also pushing some architecture changes where os is detected by...Mario Melara1-52/+84
2016-01-28correcting a bug when url and files are mixedNicolas Richart1-10/+17
2016-01-28Adding the stager to checksum any url that spack can handleNicolas Richart1-6/+18
2016-01-28reverted deletion of the wrong `architecture.py`alalazo2-46/+89
2016-01-28removed outdated code : os detection (will be handled by platforms) and opens...alalazo1-89/+0
2016-01-28Merge branch 'develop' of https://github.com/LLNL/spack into enhancement/os_d...alalazo156-1037/+21112