Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-05 | Merge pull request #802 from gartung/std-cpp14 | Todd Gamblin | 2 | -2/+12 | |
Handle c++11 and c++14 correctly | |||||
2016-05-04 | Reworked compiler finding/storing/format to allow for multiple compilers ↵ | Gregory Becker | 12 | -322/+456 | |
with the same spec for different operating systems. TODO: fix config tests. All others up to date | |||||
2016-05-04 | Make quiet mode default for spack spconfig | Elizabeth F | 1 | -3/+3 | |
2016-05-04 | mpi: add self.spec.[mpicc|mpicxx|mpifc|mpif77] to avoid hardcoding MPI ↵ | Denis Davydov | 1 | -0/+17 | |
wrappers names | |||||
2016-05-01 | Bug fixes, tty tweaks. | Brett Viren | 1 | -9/+10 | |
2016-05-01 | Change the action from parameter to subcommand to fit Spack convention. | Brett Viren | 1 | -17/+41 | |
2016-04-29 | Add add removal and status actions in addition to link and add various ways ↵ | Brett Viren | 1 | -23/+107 | |
to filter what is done. | |||||
2016-04-28 | Unit tests for cflags PR | Gregory Becker | 5 | -20/+105 | |
2016-04-28 | Make arch command print out the platform. | Todd Gamblin | 1 | -5/+1 | |
2016-04-28 | First try to make file system views of specs. | Brett Viren | 1 | -0/+108 | |
2016-04-28 | Changed yaml format for node_dicts to mitigate future incompatibilities | Gregory Becker | 1 | -8/+18 | |
2016-04-28 | Merge pull request #850 from mathstuf/partial-downloads | Todd Gamblin | 2 | -2/+34 | |
fetch_strategy: download to temporary files | |||||
2016-04-27 | Merged in current develop to cflags 042716 | Gregory Becker | 257 | -2911/+26047 | |
2016-04-27 | spack setup: Fix broken module convenience settings. | Elizabeth F | 1 | -0/+15 | |
2016-04-27 | Merge pull request #847 from epfl-scitas/features/test_install_with_time | Todd Gamblin | 4 | -271/+349 | |
test-install command : added elapsed time + xml is prettyprinted | |||||
2016-04-27 | fetch_strategy: download to temporary files | Ben Boeckel | 2 | -2/+34 | |
This supports graceful recovery if spack is killed via a signal (e.g., SIGINT) while downloading a file. Fixes #287. | |||||
2016-04-27 | Add to sub dirs checked for pkg-config files. | Brett Viren | 1 | -2/+2 | |
This lets me build against the pure-include package Eigen. | |||||
2016-04-27 | test-install : fixed error in logic exposed by tests | Massimiliano Culpo | 1 | -1/+1 | |
2016-04-27 | test-install : python 2.6 compatibility | Massimiliano Culpo | 1 | -2/+1 | |
2016-04-27 | test-install : unit tests (hopefully) fixed for real | Massimiliano Culpo | 1 | -1/+0 | |
2016-04-27 | test-install : fixed unit tests | alalazo | 4 | -128/+195 | |
2016-04-27 | test-install : first draft that works | alalazo | 1 | -124/+125 | |
2016-04-27 | preserve lookup order in PATH when invoking 'spack compiler add' | Benedikt Hegner | 1 | -0/+4 | |
2016-04-26 | Compiler find docs (#831) | Ben Boeckel | 1 | -5/+12 | |
* docs: mention `spack compiler find` * docs: fix some weird wording. | |||||
2016-04-26 | test-install : wip to add other information | alalazo | 1 | -51/+63 | |
2016-04-25 | executable: quote arguments | Ben Boeckel | 1 | -1/+1 | |
This allows command line arguments with spaces to be shown. The quoting madness is because a single quote cannot appear within a single quoted argument on the command line. To do so, you have to stop the single quote argument, double quote the single quote, then open the single quote again: $ echo 'before'"'"'after' before'after Fixes #174 | |||||
2016-04-23 | compiler: add "find" subcommand (#818) | Ben Boeckel | 1 | -6/+7 | |
And make "add" an alias to it. Fixes #713. | |||||
2016-04-22 | tcl : extended conflict to be an array of strings | alalazo | 3 | -13/+37 | |
2016-04-21 | Regression test for not adding RPATHs with `ld -r` (#809, #821) | Todd Gamblin | 1 | -0/+24 | |
- ld -r is only broken with rpaths on OSX; this tests that specific case. - test should still work cross-platform. | |||||
2016-04-21 | minor cleanup of environment-modules documentation (#814) | Denis Davydov | 1 | -6/+11 | |
* minor cleanup of environment-modules documentation * environment modules: update usage instructions | |||||
2016-04-21 | remove use of unknown environment variable in lib/spack/env/cc (#821) | Patrick Gartung | 1 | -1/+1 | |
2016-04-19 | Handle c++11 and c++14 correctly | Adam Lyon | 2 | -2/+12 | |
2016-04-19 | modules : added a few unit tests | alalazo | 3 | -4/+129 | |
2016-04-18 | fix : missing autoload, failing validation | alalazo | 2 | -2/+2 | |
2016-04-18 | modules : tcl modules handle 'conflict' directive. This should completely ↵ | alalazo | 1 | -0/+16 | |
cover the functionality in #498 | |||||
2016-04-18 | modules : added hook for module specific extensions | alalazo | 2 | -58/+49 | |
2016-04-18 | naming work correctly | alalazo | 1 | -4/+7 | |
2016-04-18 | modules : started working on naming schemes and conflict | alalazo | 2 | -23/+42 | |
2016-04-13 | modules : category is a single word (as I am not sure how dotkit will react ↵ | alalazo | 1 | -3/+3 | |
to spaces) | |||||
2016-04-13 | modules : added doc strings, fixed minor style issues, filtered from ↵ | alalazo | 2 | -19/+68 | |
dependencies blacklisted modules | |||||
2016-04-13 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 1 | -3/+1 | |
features/custom_modulefile_from_config | |||||
2016-04-12 | fix : added regression tests | alalazo | 1 | -12/+21 | |
2016-04-12 | fix : proper update of config file (before it was discarding architectures ↵ | alalazo | 2 | -11/+12 | |
that were not the current one) fixes #774 | |||||
2016-04-12 | modules : added provenance comment in tcl header | alalazo | 1 | -1/+8 | |
2016-04-11 | modules : added possibility to blacklist or whitelist module files | alalazo | 3 | -10/+40 | |
2016-04-11 | modules : fixed bug preventing the creation of modulefiles autoloading only ↵ | alalazo | 2 | -12/+10 | |
direct dependencies | |||||
2016-04-10 | tcl module file : added new-lines in autoload (per @glennpj bug report) | Massimiliano Culpo | 1 | -4/+4 | |
2016-04-08 | Commented out the add_x_from_string methods since we don't need to worry ↵ | Mario Melara | 1 | -23/+12 | |
about it. Also, changed the way architecture is set. Todd wanted to have users be able to input just frontend and/or backend in the architecture spec. This will be able to parse those inputs. | |||||
2016-04-08 | Changed the logic of concretize. We don't have to worry about whether the ↵ | Mario Melara | 1 | -21/+11 | |
part of the spec is a string since any string parsed is made into an object via the Arch constructor. Any dependencies will take the root arch spec as well | |||||
2016-04-08 | If we already have the name and the platform, then we should probably go ↵ | Mario Melara | 1 | -1/+6 | |
ahead and concretize it in the constructor. Else leave it as None and concretize it later. |