summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16Replace 2.6-incompatible skipIf with a conditional.Todd Gamblin1-4/+8
- skipIf doesn't work with Python 2.6.
2016-06-16remove dead code, cleanup.Todd Gamblin2-42/+26
2016-06-16simplify instance check.Todd Gamblin1-2/+1
2016-06-16rename Mac OS X to macosTodd Gamblin3-21/+19
2016-06-16flake8: ignore F405alalazo1-1/+1
2016-06-16Added str method to mac_osx so that whenever we try to access darwins ↵Mario Melara2-9/+8
different operating systems we can grab the name correctly. This avoids having to worry whether we have a version attached to it or not.
2016-06-16Merge branch 'features/newarch' into developTodd Gamblin68-516/+2350
Conflicts: lib/spack/spack/config.py var/spack/repos/builtin/packages/lua/package.py
2016-06-16Fixes #460: Do not show variants by default in spack find.Todd Gamblin3-11/+30
This does two things: 1. By default `spack find` no longer shows variants. You have to supply `-v` to get that 2. This improves the `colify` implementation so that it no longer pads the rightmost column. This avoids the issue where if one spec was too long in the output, *all* specs would have space padding added to that width, and it would look like the output of `spack find` was double spaced. This no longer happens -- the one bad line wraps around and the other lines are now single-spaced when you use `-v` with boost.
2016-06-16qa : fixed flake8 issuesalalazo1-6/+9
2016-06-16espresso : updated to 5.4.0, added Parallel=Falsealalazo1-0/+9
2016-06-16Just call old os "unknown"Todd Gamblin1-1/+1
2016-06-16fix up packages for new architecture.Todd Gamblin4-9/+9
2016-06-16Add libxcb dependencies. Fix up packages to get py-basemap and stat to build.Todd Gamblin8-6/+170
2016-06-16be more tolerant when parsing new specs.Todd Gamblin1-6/+13
2016-06-16Add `__contains__` to arch to satsify old packages.Todd Gamblin1-2/+9
2016-06-15removed unused import per flake8 reportGregory L. Lee1-1/+0
2016-06-15do not create shebang.bak fileGregory L. Lee1-6/+1
2016-06-15two minor fixesGregory Becker2-9/+9
2016-06-15Two minor fixesGregory Becker2-8/+8
2016-06-15Update OpenMPI to 1.10.3Erik Schnetter1-0/+1
2016-06-15Ignore E501 for depends_on and extendsAdam J. Stewart1-0/+2
2016-06-15mpich based providers : shortened filter_compilersMassimiliano Culpo2-32/+9
2016-06-15Remove MPI support, fix INCLUDE filtersAdam J. Stewart1-21/+16
2016-06-15More template filteringAdam J. Stewart1-3/+23
2016-06-15Filter compilersAdam J. Stewart1-0/+24
2016-06-15Psi4 tweaksAdam J. Stewart1-15/+7
2016-06-15Add Psi4 packageAdam J. Stewart2-1/+85
2016-06-15reindex: preserve 'explicit' flagsBen Boeckel1-1/+5
Look up in the old database whether the spec was explicit or not and preserve it into the new database. Fixes #1050.
2016-06-15trilinos: specify superlu-dist version dependencyDenis Davydov1-1/+2
2016-06-15flake8 fixes for dealiiDenis Davydov1-17/+16
2016-06-15flake8 fixes for slepcDenis Davydov1-3/+3
2016-06-15flake8 fixes for petscDenis Davydov1-19/+26
2016-06-15flake8 fixes for superlu-distDenis Davydov1-15/+21
2016-06-15flake8 fixes for filesystem.pyDenis Davydov1-29/+36
2016-06-15tty: do not break long wordsBen Boeckel1-1/+3
These "words" tend to be file paths which are best left unbroken. Fixes #1057.
2016-06-15slepc: build by default with ArpackDenis Davydov1-1/+1
2016-06-15dealii: specify petsc/slepc version dependenciesDenis Davydov1-2/+2
2016-06-15trilinos: add 12.6.2 and 12.6.3Denis Davydov1-0/+2
2016-06-15slepc: add 3.6.3 and 3.7.1; specify petsc version dependencyDenis Davydov1-1/+4
2016-06-15petsc: add 3.6.4 and 3.7.2; specify superlu-dist version dependencyDenis Davydov1-1/+4
2016-06-15superlu-dist: avoid harcoding blas/lapack/mpi; remove preferred versionDenis Davydov2-8/+20
2016-06-15Merge pull request #1045 from eschnett/eschnett/openmpi-verbs-usrTodd Gamblin1-1/+1
Do not pass "/usr" or "/usr/local" as path to configure
2016-06-15Merge pull request #1058 from eschnett/eschnett/bloscTodd Gamblin2-0/+257
Add packages c-blosc and hdf5-blosc
2016-06-15Merge pull request #1028 from JRWynneIII/boost-graph-parallel-fixTodd Gamblin1-34/+43
Add variant for boost graph and parallel graph
2016-06-15Merge pull request #1040 from KineticTheory/pkg-trilinosTodd Gamblin1-84/+123
Make Boost an optional feature of Trilinos.
2016-06-15Merge pull request #1037 from KineticTheory/developTodd Gamblin1-3/+8
Package serf also depends on zlib.
2016-06-15Merge pull request #1031 from opoplawski/pcreTodd Gamblin2-0/+15
Add patch to compile pcre with Intel 16.0.3 compiler
2016-06-15Merge pull request #1051 from daboehme/developTodd Gamblin1-1/+1
Use https for github in Caliper package
2016-06-15qa : fixed flake8 issuesalalazo2-28/+39
2016-06-15openmpi, mvapich2, mpich : filtered out "--Wl,--enable-new-dtag" in ↵alalazo3-57/+62
wrappers, as it turns RPATH into RUNPATH Apart from that turned `os.path.join` into `join_path` and `os.environ` into `env` in the packages