Adam J. Stewart
633e540a17
Use GitHub URL for ImageMagick
2016-08-11 14:13:33 -05:00
Adam J. Stewart
f147d64527
Rebase messed up flake8
2016-08-11 11:01:57 -05:00
Adam J. Stewart
04cee45ac9
Skip webengine until webkit support is added
2016-08-11 10:33:43 -05:00
Adam J. Stewart
2b0444b6f4
Latest version of pyside still has problems, add deps
2016-08-11 10:33:43 -05:00
Adam J. Stewart
b6fad65f52
Combine patch for all versions
...
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 10:33:43 -05:00
Adam J. Stewart
1363b05e93
Add test dependencies
2016-08-11 10:33:43 -05:00
Adam J. Stewart
5cc76f7d84
Fix patch for py-pyside 1.2.4
2016-08-11 10:33:43 -05:00
Adam J. Stewart
59ce0c7514
Add patch to build qt 4 with GCC 6
2016-08-11 10:33:42 -05:00
Adam J. Stewart
ddf1879bed
Remove glib dependency, causes problems with PCRE and JavaScript
2016-08-11 10:33:02 -05:00
Adam J. Stewart
90dd26397c
Fix qt patch
2016-08-11 10:33:02 -05:00
Adam J. Stewart
7135299a66
Add latest version of pcre
2016-08-11 10:33:02 -05:00
Adam J. Stewart
ac15d5d619
Add patch for qt gamepad compilation problems
2016-08-11 10:33:01 -05:00
Adam J. Stewart
eac9a5905f
Flake8 and url_for_version changes
2016-08-11 10:33:01 -05:00
Adam J. Stewart
80742b2647
Add latest version of qt
2016-08-11 10:30:31 -05:00
Adam J. Stewart
8a0824df09
Update matplotlibrc filtering for GUI backends
2016-08-11 10:28:35 -05:00
Adam J. Stewart
a388871083
Update ImageMagick to latest version
2016-08-11 10:28:35 -05:00
Adam J. Stewart
2b83ea30e7
Re-add ipython support
2016-08-11 10:28:35 -05:00
Adam J. Stewart
f56de63972
Fix cycler dependencies, update qhull version names
2016-08-11 10:28:35 -05:00
Adam J. Stewart
0b8a3ad8ad
Flake8
2016-08-11 10:28:34 -05:00
Adam J. Stewart
aa6a6df640
Undo changes to GUI framework
2016-08-11 10:28:34 -05:00
Adam J. Stewart
e905ce16c9
Flake8
2016-08-11 10:28:34 -05:00
Adam J. Stewart
11e595089d
Matplotlib overhaul
2016-08-11 10:28:33 -05:00
Todd Gamblin
e6a122417a
Merge pull request #1491 from eschnett/eschnett/curl
...
Update curl to 7.50.1
2016-08-11 03:04:07 -07:00
becker33
f59653ac2c
Merge pull request #1496 from LLNL/features/pep8-compliance
...
PEP8 compliance
2016-08-10 17:36:31 -07:00
Todd Gamblin
84e331c586
Remove unneeded noqa comments.
2016-08-10 16:33:39 -07:00
Todd Gamblin
db59f87e32
Update README.md for PEP8
2016-08-10 16:33:39 -07:00
Todd Gamblin
240f1fd223
Spack packages now PEP8 compliant.
2016-08-10 16:33:39 -07:00
Todd Gamblin
867121ca68
Move jsonschema files out of config.py
to their own package.
2016-08-10 16:33:38 -07:00
Todd Gamblin
bf1072c902
Make Spack core PEP8 compliant.
2016-08-10 16:33:37 -07:00
Todd Gamblin
8061deb883
Merge pull request #1495 from LLNL/bugfix/module-init-deprecation-gh1494
...
Fix superclass constructor args.
2016-08-10 16:12:23 -07:00
Todd Gamblin
e7f4fd404d
Fix superclass constructor for SpackNamespace objects.
2016-08-10 15:54:13 -07:00
Erik Schnetter
158deae625
Update curl to 7.50.1
2016-08-10 13:51:57 -04:00
becker33
cfde03e694
Merge pull request #1485 from hartzell/patch-6
...
Fix typo 'flexbile' -> 'flexible'
2016-08-09 15:34:51 -07:00
George Hartzell
4bca1c5440
Fix typo 'flexbile' -> 'flexible'
2016-08-09 15:13:08 -07:00
Todd Gamblin
d380d16427
Merge pull request #1482 from mpbelhorn/olcf/do_not_use_ssl_to_fetch_upstream_openssl
...
Openssl package should not require openssl (https) to obtain source.
2016-08-09 13:22:31 -07:00
Matt Belhorn
2be065418b
Openssl package should not require openssl (https) to obtain source.
2016-08-09 15:57:07 -04:00
Todd Gamblin
a095fd517f
Merge pull request #1015 from LLNL/features/faster-virtuals
...
Faster virtuals and concretization
2016-08-09 10:33:40 -07:00
becker33
fb9f6fe9b5
Merge pull request #1473 from epfl-scitas/packages/plumed_dependents
...
plumed : added dependents (gromacs, cp2k)
2016-08-09 09:14:33 -07:00
Todd Gamblin
9d4a36a62f
Properly re-raise exceptions from lock context handler.
2016-08-09 02:25:09 -07:00
Todd Gamblin
0c75c13cc0
Flake8 fixes
2016-08-09 02:25:07 -07:00
alalazo
38dcd6bce9
qa : flake8 issues
2016-08-09 09:54:24 +02:00
Todd Gamblin
102ac7bcf1
Move provider cache to home directory and refactor Transactions
...
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 00:24:54 -07:00
alalazo
5362864cc9
plumed : fixed name clash on attribute
2016-08-09 09:24:36 +02:00
Massimiliano Culpo
15d9fb1879
plumed : adding dependents
...
* cp2k : added plumed
* gromacs : patched pme load balancing
* gromacs : added plumed
2016-08-09 09:23:53 +02:00
Todd Gamblin
2042e9a6d8
Fix bugs with sparse spec printing.
...
- 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 21:04:23 -07:00
Todd Gamblin
1339714eec
Restore text output in verbose mode.
2016-08-08 21:04:23 -07:00
Todd Gamblin
5d690c9270
Make compiler command test last until caching is fixed.
...
- global compiler cache breaks tests that come after this one.
2016-08-08 21:04:23 -07:00
Todd Gamblin
e5743db9b9
Fix issues with import order in tests.
...
- modules weren't set properly as attributes in parent modules
2016-08-08 21:04:23 -07:00
Todd Gamblin
d195576fba
WIP
2016-08-08 21:04:23 -07:00
Todd Gamblin
5e5024342f
Fix iterator invalidation issues.
2016-08-08 21:04:23 -07:00