Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-12 | Add Python 3.5 support, latest version of PySide | Adam J. Stewart | 1 | -2/+9 | |
2016-08-11 | Use GitHub URL for ImageMagick | Adam J. Stewart | 1 | -2/+6 | |
2016-08-11 | Rebase messed up flake8 | Adam J. Stewart | 1 | -1/+0 | |
2016-08-11 | Skip webengine until webkit support is added | Adam J. Stewart | 1 | -0/+1 | |
2016-08-11 | Latest version of pyside still has problems, add deps | Adam J. Stewart | 1 | -2/+8 | |
2016-08-11 | Combine patch for all versions | Adam J. Stewart | 1 | -27/+25 | |
Patch doesn't work with @when unless you specify a patch for every version. When running `spack patch` for a version without a patch, spack thinks that a patch exists, tries to apply it, but it doesn't exist. Spack gets very confused. | |||||
2016-08-11 | Add test dependencies | Adam J. Stewart | 1 | -0/+4 | |
2016-08-11 | Fix patch for py-pyside 1.2.4 | Adam J. Stewart | 1 | -4/+6 | |
2016-08-11 | Add patch to build qt 4 with GCC 6 | Adam J. Stewart | 2 | -14/+27 | |
2016-08-11 | Remove glib dependency, causes problems with PCRE and JavaScript | Adam J. Stewart | 1 | -1/+0 | |
2016-08-11 | Fix qt patch | Adam J. Stewart | 1 | -4/+4 | |
2016-08-11 | Add latest version of pcre | Adam J. Stewart | 1 | -2/+2 | |
2016-08-11 | Add patch for qt gamepad compilation problems | Adam J. Stewart | 2 | -0/+20 | |
2016-08-11 | Flake8 and url_for_version changes | Adam J. Stewart | 1 | -31/+30 | |
2016-08-11 | Add latest version of qt | Adam J. Stewart | 1 | -13/+19 | |
2016-08-11 | Update matplotlibrc filtering for GUI backends | Adam J. Stewart | 2 | -10/+10 | |
2016-08-11 | Update ImageMagick to latest version | Adam J. Stewart | 2 | -27/+18 | |
2016-08-11 | Re-add ipython support | Adam J. Stewart | 1 | -3/+4 | |
2016-08-11 | Fix cycler dependencies, update qhull version names | Adam J. Stewart | 4 | -53/+9 | |
2016-08-11 | Flake8 | Adam J. Stewart | 1 | -2/+3 | |
2016-08-11 | Undo changes to GUI framework | Adam J. Stewart | 5 | -209/+37 | |
2016-08-11 | Flake8 | Adam J. Stewart | 1 | -1/+0 | |
2016-08-11 | Matplotlib overhaul | Adam J. Stewart | 7 | -41/+267 | |
2016-08-11 | Merge pull request #1491 from eschnett/eschnett/curl | Todd Gamblin | 1 | -0/+1 | |
Update curl to 7.50.1 | |||||
2016-08-10 | Merge pull request #1496 from LLNL/features/pep8-compliance | becker33 | 550 | -3086/+4489 | |
PEP8 compliance | |||||
2016-08-10 | Remove unneeded noqa comments. | Todd Gamblin | 20 | -60/+109 | |
2016-08-10 | Update README.md for PEP8 | Todd Gamblin | 1 | -7/+14 | |
2016-08-10 | Spack packages now PEP8 compliant. | Todd Gamblin | 381 | -1644/+2484 | |
2016-08-10 | Move jsonschema files out of `config.py` to their own package. | Todd Gamblin | 8 | -276/+507 | |
2016-08-10 | Make Spack core PEP8 compliant. | Todd Gamblin | 150 | -1163/+1439 | |
2016-08-10 | Merge pull request #1495 from LLNL/bugfix/module-init-deprecation-gh1494 | Todd Gamblin | 1 | -1/+1 | |
Fix superclass constructor args. | |||||
2016-08-10 | Fix superclass constructor for SpackNamespace objects. | Todd Gamblin | 1 | -1/+1 | |
2016-08-10 | Update curl to 7.50.1 | Erik Schnetter | 1 | -0/+1 | |
2016-08-09 | Merge pull request #1485 from hartzell/patch-6 | becker33 | 1 | -1/+1 | |
Fix typo 'flexbile' -> 'flexible' | |||||
2016-08-09 | Fix typo 'flexbile' -> 'flexible' | George Hartzell | 1 | -1/+1 | |
2016-08-09 | Merge pull request #1482 from ↵ | Todd Gamblin | 1 | -1/+1 | |
mpbelhorn/olcf/do_not_use_ssl_to_fetch_upstream_openssl Openssl package should not require openssl (https) to obtain source. | |||||
2016-08-09 | Openssl package should not require openssl (https) to obtain source. | Matt Belhorn | 1 | -1/+1 | |
2016-08-09 | Merge pull request #1015 from LLNL/features/faster-virtuals | Todd Gamblin | 25 | -469/+1348 | |
Faster virtuals and concretization | |||||
2016-08-09 | Merge pull request #1473 from epfl-scitas/packages/plumed_dependents | becker33 | 3 | -29/+83 | |
plumed : added dependents (gromacs, cp2k) | |||||
2016-08-09 | Properly re-raise exceptions from lock context handler. | Todd Gamblin | 1 | -4/+6 | |
2016-08-09 | Flake8 fixes | Todd Gamblin | 16 | -330/+294 | |
2016-08-09 | qa : flake8 issues | alalazo | 1 | -12/+13 | |
2016-08-09 | Move provider cache to home directory and refactor Transactions | Todd Gamblin | 18 | -113/+600 | |
Major stuff: - Created a FileCache for managing user cache files in Spack. Currently just handles virtuals. - Moved virtual cache from the repository to the home directory so that users do not need write access to Spack repositories to use them. - Refactored `Transaction` class in `database.py` -- moved it to `LockTransaction` in `lock.py` and made it reusable by other classes. Other additions: - Added tests for file cache and transactions. - Added a few more tests for database - Fixed bug in DB where writes could happen even if exceptions were raised during a transaction. - `spack uninstall` now attempts to repair the database when it discovers that a prefix doesn't exist but a DB record does. | |||||
2016-08-09 | plumed : fixed name clash on attribute | alalazo | 1 | -2/+2 | |
2016-08-09 | plumed : adding dependents | Massimiliano Culpo | 3 | -18/+71 | |
* cp2k : added plumed * gromacs : patched pme load balancing * gromacs : added plumed | |||||
2016-08-08 | Fix bugs with sparse spec printing. | Todd Gamblin | 3 | -10/+34 | |
- Make namespace, arch, and dependnecies show up in spec yaml only if they're set. - Lost some of this functionality with deptypes | |||||
2016-08-08 | Restore text output in verbose mode. | Todd Gamblin | 1 | -0/+4 | |
2016-08-08 | Make compiler command test last until caching is fixed. | Todd Gamblin | 1 | -2/+3 | |
- global compiler cache breaks tests that come after this one. | |||||
2016-08-08 | Fix issues with import order in tests. | Todd Gamblin | 1 | -15/+30 | |
- modules weren't set properly as attributes in parent modules | |||||
2016-08-08 | WIP | Todd Gamblin | 3 | -27/+117 | |