Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-08 | Changed default to default_target so the tests can pass | Mario Melara | 1 | -8/+8 | |
2016-04-08 | Added test that works on every type of combination the user could possibly ↵ | Mario Melara | 1 | -5/+20 | |
enter for arch spec | |||||
2016-04-08 | Spack was no longer using $TMPDIR for its stage area at LLNL. Spack's ↵ | Matthew LeGendre | 1 | -3/+1 | |
directory search was unnecessarily putting candidates that contained your username at the end of its search list. | |||||
2016-04-08 | Changed _set_architecture so if user inputs only the target, then os is ↵ | Mario Melara | 1 | -1/+6 | |
None. This prevents the os being referenced before assignment error | |||||
2016-04-08 | Assigned self.front_os, and back_os to self.default. Helps with testing. If ↵ | Mario Melara | 2 | -0/+6 | |
we're on a darwin or linux machine, chances are there is no back end or front end operating system, but rather than have those as None, I just assign them the default which is detected via python platform. | |||||
2016-04-07 | Added new concretization of architecture tests, test each combination of ↵ | Mario Melara | 1 | -2/+43 | |
user input to make sure the correct os and target are chosen | |||||
2016-04-07 | Changed architecture parser so that if user just enters in frontend or ↵ | Mario Melara | 1 | -3/+2 | |
backend, then both the os and target will take those names. In the concretize method the frontend target/os and backend target/os will be picked to match each other | |||||
2016-04-07 | Cleaned up the concretize_architecture method by removing commented out code | Mario Melara | 1 | -57/+5 | |
2016-04-07 | Changed default to default_target, also added frontend and backend to ↵ | Mario Melara | 1 | -7/+7 | |
operating system | |||||
2016-04-07 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 4 | -57/+57 | |
features/custom_modulefile_from_config | |||||
2016-04-07 | modules : added stub for dotkit (to be verified) | alalazo | 1 | -2/+4 | |
2016-04-06 | Check for non-numeric bits in the stem. | Glenn Johnson | 1 | -1/+1 | |
2016-04-06 | Make R extensable and add a couple of packages for verification. | Glenn Johnson | 2 | -1/+10 | |
Added R as a build system so that the create template will have the correct configure line. Added a regex for version parsing as the R URLs are a little odd. | |||||
2016-04-06 | pulled from current repo the build_environment.py. Added module loading ↵ | Mario Melara | 1 | -0/+71 | |
methods from our cray port | |||||
2016-04-06 | Changed all target values to architecture. Also added a sort_key method so ↵ | Mario Melara | 2 | -92/+16 | |
that older architecture specs can be sorted with the newer ones | |||||
2016-04-06 | leftover from cherry-pick | Massimiliano Culpo | 1 | -1/+3 | |
2016-04-06 | module files : proper cleanup on uninstall fixes #216 | alalazo | 2 | -9/+7 | |
Conflicts: lib/spack/spack/test/database.py | |||||
2016-04-06 | Found loops calling all_compilers that were always reading in the config ↵ | Mario Melara | 1 | -6/+11 | |
file which lead to a slowdown, the fix is to cache the config file so we don't waste time re-reading the config file in again. | |||||
2016-04-06 | Cleaned up architecture. Changed operating_system from dictionary method | Mario Melara | 1 | -54/+14 | |
2016-04-06 | modules : removed debug leftover | alalazo | 1 | -1/+0 | |
2016-04-06 | modules : all the other strings are lower case | alalazo | 1 | -1/+1 | |
2016-04-06 | modules : customization based on specs | alalazo | 2 | -40/+90 | |
2016-04-06 | modules : added environment modifications from configuration file | alalazo | 1 | -1/+15 | |
2016-04-06 | modules : more sensible name to blacklist environment variables | alalazo | 3 | -50/+62 | |
modules : added skeleton to permit modifications based on specs | |||||
2016-04-05 | Merge pull request #738 from eschnett/eschnett/cleanup-cc | Todd Gamblin | 1 | -47/+47 | |
Clean up cc script | |||||
2016-04-05 | modules : iterating on all the dependencies doesn't reuire try/except KeyError | alalazo | 1 | -12/+7 | |
2016-04-05 | modules : don't pass stream around | alalazo | 1 | -22/+28 | |
2016-04-05 | module file : added autoload and prereq | alalazo | 2 | -12/+61 | |
2016-04-05 | module file : all the dependencies can affect the run_time environment, not ↵ | alalazo | 1 | -4/+18 | |
only extendees | |||||
2016-04-05 | EnvModules : narrowing the type of exceptions being "handled" | alalazo | 1 | -2/+3 | |
2016-04-05 | Correct typo | Erik Schnetter | 1 | -1/+1 | |
2016-04-05 | module file : added filtering based on environment variable name | alalazo | 3 | -4/+66 | |
2016-04-04 | Changed so that py_platform.dist() grabs the major version number. | Mario Melara | 1 | -1/+1 | |
2016-04-04 | Resolves #739. Don't call setup_dependent_* for package itself. | Todd Gamblin | 1 | -1/+2 | |
2016-04-04 | Gives error on cori that [PrgEnv-xx, gcc/x.x.x] is not part of the schema. ↵ | Mario Melara | 1 | -6/+8 | |
Changed it to oneOf : type : array to get rid of the error. | |||||
2016-04-04 | Changed modulecmd parameters. return_oe is not one of the parameters in the ↵ | Mario Melara | 1 | -3/+2 | |
mainline spack repo. Changed the args to the appropriate ones in the new spack | |||||
2016-04-04 | Clean up comments and output messages | Erik Schnetter | 1 | -7/+6 | |
2016-04-04 | Convert `=` to `==` in tests; untabify | Erik Schnetter | 1 | -18/+18 | |
2016-04-04 | Clean up cc script | Erik Schnetter | 1 | -32/+33 | |
2016-04-04 | Merge pull request #715 from citibeth/efischer/160401-EnvironmentModules | Todd Gamblin | 1 | -0/+28 | |
Added Environment Modules | |||||
2016-04-04 | Merge pull request #732 from citibeth/efischer/160403-ConditionalExtendsBugfix | Todd Gamblin | 1 | -3/+8 | |
[Needs Review] Fix conditional extends (BUG #683) | |||||
2016-04-04 | Merge pull request #670 from epfl-scitas/uninstall_improved | Todd Gamblin | 7 | -143/+290 | |
enhancement : recursive uninstallation of dependent packages | |||||
2016-04-04 | Fix #620, Resolve #664. Fix issues with build environment. | Todd Gamblin | 2 | -31/+39 | |
- Also added better regression tests for build environment. | |||||
2016-04-04 | uninstall : updated documentation and error messages | alalazo | 2 | -16/+35 | |
2016-04-04 | uninstall : renamed `--recursive` to `--dependents` | alalazo | 2 | -6/+6 | |
2016-04-03 | Fix conditional extends (BUG #683) | Elizabeth F | 1 | -3/+8 | |
2016-04-01 | Added documentation for recursive modules | citibeth | 1 | -0/+69 | |
2016-04-01 | Added recursive module loading | Elizabeth F | 2 | -22/+67 | |
2016-04-01 | Added documentation for installing Environment Modules with Spack. | citibeth | 1 | -0/+28 | |
2016-03-31 | merge from develop | Peter Scheibel | 25 | -447/+1052 | |