Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-23 | Only use list if list_url set | Glenn Johnson | 1 | -8/+9 | |
This commit will make urls from list_url only checked if `list_url` is set in the package file. This makes more sense as there is no need to check for those if the attribute is not present. If `url` is present and `list_url` is not then it would result in the same url. If `url_for_version` is used then that will not work anyway. | |||||
2016-07-23 | Fix flake8 errors related to lines | Glenn Johnson | 1 | -8/+5 | |
Fixed the flake 8 errors that involved too many blank lines or not enough blank lines. Basically, all of the flake8 errors except line length errors. | |||||
2016-07-23 | Have fetch use list_url | Glenn Johnson | 1 | -0/+13 | |
This PR allows archive file retrieval from urls derived from the `list_url` setting in a package file. This allows for continued retrieval of checksummed archive files even when they are moved to a new remote location when a package is updated upstream. | |||||
2016-07-22 | Use example deptypes in newly created packages | Adam J. Stewart | 1 | -9/+34 | |
2016-07-21 | Added cray wrapper names directory to spack_env_paths so the spack compiler ↵ | Gregory Becker | 1 | -5/+6 | |
wrapper will remove them from the environment (prevents hang) | |||||
2016-07-21 | fixed flake8 errors | Gregory Becker | 1 | -2/+3 | |
2016-07-21 | fixed | Gregory Becker | 1 | -4/+5 | |
2016-07-21 | Bug fix for cray_xc platform | Gregory Becker | 4 | -1/+4 | |
2016-07-21 | Merge pull request #1208 from ↵ | Todd Gamblin | 4 | -77/+128 | |
paulhopkins/bugfix/github1196-specify-preferred-variants Bugfix/github1196 specify preferred variants | |||||
2016-07-21 | Flake8 fixes to ensure qa tests pass | Paul Hopkins | 1 | -71/+103 | |
2016-07-21 | Re-add documentation for variant preferences | Paul Hopkins | 1 | -5/+6 | |
2016-07-21 | Allow users to supply preferred variants via packages.yaml | Paul Hopkins | 3 | -3/+21 | |
2016-07-21 | Update documentation for recursive module loading. | Michael Kuhn | 1 | -30/+31 | |
2016-07-20 | Setup environment for Intel Parallel Studio | Glenn Johnson | 1 | -0/+1 | |
Set up the environment for the Intel compilers and tools. This commit does the following: - Unset variables that were incorrect from the auto guess prefix inspections. - Add a RemovePath environment_modifications_formats for dotkit. - Set the module environment variables appropriate for the different variants. - Change the component logic so that the '+all' variant works. It was getting split by letter and leaving COMPONENTS empty. - Added a variant checking function. - Added NONRPM_DB_DIR to the silent.cfg so that the product database goes to the installation directory. - With the product database in prefix the code to remove the product database file from the home directory is no longer needed and was removed. - Reformat the 'tools' variant description. There are probably more variables needed for the '+tools' for the 'professional' product version but I do not have access to that. | |||||
2016-07-20 | Merge pull request #1277 from mathstuf/special-deptypes | Todd Gamblin | 3 | -5/+10 | |
deptypes: support special deptypes by string | |||||
2016-07-20 | added package as argument to setup_platform_environment | Gregory Becker | 3 | -3/+6 | |
2016-07-20 | Documented linker default | Gregory Becker | 1 | -0/+4 | |
2016-07-20 | fixed flake errors | Gregory Becker | 2 | -10/+5 | |
2016-07-20 | removed commented-out code | Gregory Becker | 1 | -5/+0 | |
2016-07-20 | Set default link type to dynamic on cray. Includes hooks for platform-based ↵ | Gregory Becker | 3 | -0/+19 | |
environment changes | |||||
2016-07-20 | fixed flake errors | Gregory Becker | 1 | -2/+2 | |
2016-07-20 | fixed flake errors | Gregory Becker | 1 | -2/+5 | |
2016-07-20 | Improved cray_xc detection bug fix | Gregory Becker | 1 | -1/+3 | |
2016-07-20 | Improved cray_xc detection | Gregory Becker | 1 | -5/+5 | |
2016-07-20 | Merge pull request #1288 from LLNL/features/cray_compiler_names | Todd Gamblin | 5 | -2/+12 | |
Let packages call use_cray_compilers() in install to get , etc set to… | |||||
2016-07-19 | Merge pull request #1309 from LLNL/features/spack-defaults | Todd Gamblin | 1 | -1/+8 | |
Add "default" configuration scope. | |||||
2016-07-19 | Add "default" configuration scope. | Todd Gamblin | 1 | -1/+8 | |
- Default scope is versioned with spack and can be overridden by site or user config. - Default scope provides sensible default concretization preferences for all of Spack. - per-platform concretization scope can be added later (to force a particular MPI on, e.g., Cray systems) | |||||
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 | |