summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11Skip webengine until webkit support is addedAdam J. Stewart1-0/+1
2016-08-11Latest version of pyside still has problems, add depsAdam J. Stewart1-2/+8
2016-08-11Combine patch for all versionsAdam J. Stewart1-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-11Add test dependenciesAdam J. Stewart1-0/+4
2016-08-11Fix patch for py-pyside 1.2.4Adam J. Stewart1-4/+6
2016-08-11Add patch to build qt 4 with GCC 6Adam J. Stewart2-14/+27
2016-08-11Remove glib dependency, causes problems with PCRE and JavaScriptAdam J. Stewart1-1/+0
2016-08-11Fix qt patchAdam J. Stewart1-4/+4
2016-08-11Add latest version of pcreAdam J. Stewart1-2/+2
2016-08-11Add patch for qt gamepad compilation problemsAdam J. Stewart2-0/+20
2016-08-11Flake8 and url_for_version changesAdam J. Stewart1-31/+30
2016-08-11Add latest version of qtAdam J. Stewart1-13/+19
2016-08-11Update matplotlibrc filtering for GUI backendsAdam J. Stewart2-10/+10
2016-08-11Update ImageMagick to latest versionAdam J. Stewart2-27/+18
2016-08-11Re-add ipython supportAdam J. Stewart1-3/+4
2016-08-11Fix cycler dependencies, update qhull version namesAdam J. Stewart4-53/+9
2016-08-11Flake8Adam J. Stewart1-2/+3
2016-08-11Undo changes to GUI frameworkAdam J. Stewart5-209/+37
2016-08-11Flake8Adam J. Stewart1-1/+0
2016-08-11Matplotlib overhaulAdam J. Stewart7-41/+267
2016-08-11Add patch for Intel compilersAdam J. Stewart2-0/+27
2016-08-11Flake8 and formatting changesAdam J. Stewart6-20/+24
2016-08-11Some tests don't pass with Intel compilersAdam J. Stewart2-39/+13
2016-08-11Add dependencies to libarchive and cmakeAdam J. Stewart4-18/+160
2016-08-11Overhaul of compression librariesAdam J. Stewart8-9/+110
2016-08-11Merge pull request #1491 from eschnett/eschnett/curlTodd Gamblin1-0/+1
Update curl to 7.50.1
2016-08-11qa : flake8 issuesalalazo1-10/+10
2016-08-11Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo586-2116/+10253
features/install_with_phases Conflicts: lib/spack/llnl/util/tty/log.py lib/spack/spack/__init__.py lib/spack/spack/cmd/install.py lib/spack/spack/cmd/setup.py lib/spack/spack/package.py var/spack/repos/builtin/packages/blitz/package.py var/spack/repos/builtin/packages/gmp/package.py var/spack/repos/builtin/packages/qhull/package.py var/spack/repos/builtin/packages/szip/package.py
2016-08-10Remove unneeded noqa comments.Todd Gamblin20-60/+109
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin381-1644/+2484
2016-08-10Update curl to 7.50.1Erik Schnetter1-0/+1
2016-08-09Openssl package should not require openssl (https) to obtain source.Matt Belhorn1-1/+1
2016-08-09qa : flake8 issuesalalazo1-12/+13
2016-08-09plumed : fixed name clash on attributealalazo1-2/+2
2016-08-09plumed : adding dependentsMassimiliano Culpo3-18/+71
* cp2k : added plumed * gromacs : patched pme load balancing * gromacs : added plumed
2016-08-08Merge pull request #1345 from hartzell/feature/add-perl-dependency-to-gitbecker331-6/+6
Add depends_on('perl'), depends_on('pcre') to git package
2016-08-07Merge pull request #1449 from hartzell/feature/add-package-for-prankTodd Gamblin7-0/+304
Add package for prank and supporting tools
2016-08-07Merge pull request #1463 from davydden/pkg/opiumTodd Gamblin1-0/+55
opium: add new package
2016-08-07Merge pull request #1464 from hartzell/feature/update-lmodTodd Gamblin1-3/+5
No need to patch Lmod after 6.4.4
2016-08-07Merge pull request #1465 from glennpj/pango_urlTodd Gamblin1-0/+2
Add list_url to pango package
2016-08-07Merge pull request #1466 from pramodk/developTodd Gamblin1-3/+5
PDT should download full installer package
2016-08-07tar: fix 1.28 on macOS; add 1.29 (#1462)Denis Davydov2-2/+494
2016-08-07Fix erroneously stripped trailing whitespace in patch (#1467)Adam J. Stewart1-4/+5
2016-08-07PDT should download full installer package pdtoolkit-X.tar.gz (default ↵Pramod Kumbhar1-3/+5
pdt-X.tar.gz is only for x86 and cray)
2016-08-06Add list_url to pango packageGlenn Johnson1-0/+2
Added a `list_url` so the updated pango tar file can be retrieved.
2016-08-06No need to patch Lmod after 6.4.4George Hartzell1-3/+5
The Lmod author changed the src so that it uses the tclsh (and shared libraries) discovered at configure time. He did it differently that I did in this patch, but he changes solve our problem too, so...
2016-08-06Make configure use our gettext libraryGeorge Hartzell1-0/+1
The configure script needs extra encouragement to link against our gettext/libintl library.
2016-08-06Clean up rebase problemsGeorge Hartzell1-1/+1
My rebase duplicated the depends_on('zlib') and dropped the --with-curl from the configure. This fixes those.
2016-08-06[Whitespace] Gather the depends_on's together.George Hartzell1-0/+1
2016-08-06Call configure `--with-libpcre=...` to use our pcreGeorge Hartzell1-1/+1
An earlier commit claimed that this package depends_on('pcre') but I didn't fix the call to configure that enabled it. This fixes that.