Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-19 | Make frontend OS on Cray machines a proper linux distro. | Todd Gamblin | 1 | -7/+8 | |
2016-07-19 | deptypes: support special deptypes by string | Ben Boeckel | 3 | -5/+10 | |
2016-07-19 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 9 | -175/+229 | |
features/module_refresh Conflicts: lib/spack/spack/test/__init__.py | |||||
2016-07-18 | Merge pull request #1229 from suraia/fix-preferred-providers | becker33 | 2 | -48/+60 | |
Fix preferred providers. | |||||
2016-07-18 | Let packages call use_cray_compilers() in install to get , etc set to cray names | Gregory Becker | 5 | -2/+12 | |
2016-07-18 | Merge pull request #1245 from LLNL/features/cray-detection-improvement | Todd Gamblin | 1 | -1/+8 | |
The /cray_home directory is more consistent than the /cray/craype dir… | |||||
2016-07-18 | Merge pull request #851 from mathstuf/safer-bootstrap | Todd Gamblin | 1 | -12/+37 | |
bootstrap: fall back to the default upstream URL | |||||
2016-07-18 | Using cc -craype-verbose to get cray platform type | Gregory Becker | 1 | -1/+8 | |
2016-07-18 | Merge pull request #1171 from adamjstewart/features/octave | Todd Gamblin | 4 | -100/+111 | |
Allow spack create to automatically detect octave build system | |||||
2016-07-18 | flake8 fix | Michael Kuhn | 1 | -1/+0 | |
2016-07-18 | More flake8 fixes for package-list | Paul Hopkins | 1 | -2/+0 | |
2016-07-18 | Flake8 | Adam J. Stewart | 2 | -17/+10 | |
2016-07-18 | Update build_system_guess test with new class name | Adam J. Stewart | 2 | -11/+17 | |
2016-07-18 | Flake8 | Adam J. Stewart | 2 | -9/+12 | |
2016-07-18 | Allow spack create to automatically detect octave build system | Adam J. Stewart | 2 | -69/+78 | |
2016-07-18 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 10 | -236/+335 | |
features/module_refresh Conflicts: share/spack/setup-env.sh | |||||
2016-07-18 | Flake8 fixes in cmd/package-list.py file | Paul Hopkins | 1 | -3/+3 | |
2016-07-18 | Fix spack package-list to correctly handle deptypes | Paul Hopkins | 1 | -7/+9 | |
2016-07-18 | Merge pull request #1269 from davydden/pkg/hypre_trilinos_blas | Todd Gamblin | 1 | -3/+9 | |
Pkg/hypre trilinos blas | |||||
2016-07-18 | flake8 fixes. | Todd Gamblin | 5 | -171/+215 | |
- package.py - spec.py - test/architecture.py | |||||
2016-07-18 | Fix #1265: Errors in spack reindex | Todd Gamblin | 2 | -43/+74 | |
- Consolidated code to read spec.yaml and database index.yaml into one method (`read_yaml_dep_specs()`) in spec.py. - Code understands old hash format, tuple format, and dicts for dep specs, for backward compatibility. - Spec YAML now uses a dict with keys to represent dep specs (this is more future-proof). - Dep specs no longer contain !!py-tuple entries in YAML (only lists properly YAML-ize) - bump database version. | |||||
2016-07-18 | Fix broken `spack info` command after build dep merge. | Todd Gamblin | 2 | -1/+8 | |
- Added a method to get dependencies of particular types from Package - Fixed info command. | |||||
2016-07-18 | Better error messages for `spack reindex`. | Todd Gamblin | 2 | -7/+17 | |
2016-07-17 | Merge pull request #1252 from hartzell/patch-5 | Todd Gamblin | 1 | -3/+4 | |
Fix format of explanation of an example & question | |||||
2016-07-17 | Merge pull request #1240 from epfl-scitas/truncated_documentation | Todd Gamblin | 1 | -8/+8 | |
doc : fixes #1239 | |||||
2016-07-17 | docs : substituted None with empty cell | alalazo | 1 | -3/+3 | |
2016-07-16 | flake8 fixes | Denis Davydov | 1 | -0/+2 | |
2016-07-16 | add to_lib_name() to get library name from a path | Denis Davydov | 1 | -3/+7 | |
2016-07-16 | Explicitly request zmpi in module blacklist test. | Michael Kuhn | 1 | -1/+1 | |
2016-07-15 | Merge pull request #1261 from adamjstewart/features/create-deptype | becker33 | 1 | -3/+3 | |
Automatically add deptype to newly created packages | |||||
2016-07-15 | Automatically add deptype to newly created packages | Adam J. Stewart | 1 | -3/+3 | |
2016-07-15 | Merge pull request #1251 from hartzell/patch-4 | becker33 | 1 | -1/+1 | |
Minor typo fix | |||||
2016-07-15 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 24 | -195/+537 | |
features/module_refresh Conflicts: lib/spack/spack/cmd/module.py | |||||
2016-07-14 | spec: assign namespaces to the full dependency DAG | Ben Boeckel | 1 | -1/+1 | |
2016-07-14 | package: mention the package that is no concrete | Ben Boeckel | 1 | -1/+1 | |
2016-07-14 | spack: introduce dependency types | Ben Boeckel | 20 | -181/+506 | |
deptypes: allow for different queries For things like Python modules, they are required for the build and runtime, but rather than adding a new parameter for what to query across the dependency DAG, just expose the recursive query parameter. | |||||
2016-07-14 | test: use file:// url for git repos | Ben Boeckel | 1 | -2/+2 | |
2016-07-14 | test/stage: use os.path.realpath on the test paths | Ben Boeckel | 1 | -2/+2 | |
When var/spack/stage is a symlink, the tests fail since realpath is used on the resulting path, but not the original path, so the string compare fails. Smarter path testing might be a better option. | |||||
2016-07-14 | directory_layout: fix error path when specs conflict | Ben Boeckel | 1 | -2/+2 | |
2016-07-14 | typos: fix some typos | Ben Boeckel | 2 | -4/+4 | |
2016-07-14 | Remove extraneous letter 'p' | George Hartzell | 1 | -1/+1 | |
It got in there by mistake, now it's gone. | |||||
2016-07-14 | Fix format of explanation of an example & question | George Hartzell | 1 | -3/+4 | |
This list was not formatted correctly on [the ReadTheDocs site](http://software.llnl.gov/spack/basic_usage.html#specs-dependencies). I'm not a .rst expert, but I think that it was improperly indented. The example includes an `arch=...` string but *arch* is not listed in the valid compiler flag specifiers or architecture specifiers. Should it be, or is it considered an "optional variant specifier? | |||||
2016-07-14 | Minor typo fix | George Hartzell | 1 | -2/+2 | |
the packages that depends on => the packages that depend on | |||||
2016-07-13 | flake8 fixes | Michael Kuhn | 1 | -43/+56 | |
2016-07-13 | doc : fixes #1239 | alalazo | 1 | -8/+8 | |
2016-07-12 | Merge pull request #1211 from hartzell/patch-3 | Todd Gamblin | 1 | -1/+1 | |
Typo: verison -> version | |||||
2016-07-12 | Fix preferred providers. | Michael Kuhn | 1 | -3/+3 | |
2016-07-11 | Add documentation for fetching submodules. | Todd Gamblin | 1 | -0/+12 | |
2016-07-11 | Add `submodules` option for git fetching. | Todd Gamblin | 1 | -2/+7 | |
2016-07-11 | Merged develop into branch | alalazo | 16 | -182/+891 | |