Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-16 | Replace 2.6-incompatible skipIf with a conditional. | Todd Gamblin | 1 | -4/+8 | |
- skipIf doesn't work with Python 2.6. | |||||
2016-06-16 | remove dead code, cleanup. | Todd Gamblin | 2 | -42/+26 | |
2016-06-16 | simplify instance check. | Todd Gamblin | 1 | -2/+1 | |
2016-06-16 | rename Mac OS X to macos | Todd Gamblin | 3 | -21/+19 | |
2016-06-16 | flake8: ignore F405 | alalazo | 1 | -1/+1 | |
2016-06-16 | Added str method to mac_osx so that whenever we try to access darwins ↵ | Mario Melara | 2 | -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-16 | Merge branch 'features/newarch' into develop | Todd Gamblin | 68 | -516/+2350 | |
Conflicts: lib/spack/spack/config.py var/spack/repos/builtin/packages/lua/package.py | |||||
2016-06-16 | Fixes #460: Do not show variants by default in spack find. | Todd Gamblin | 3 | -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-16 | qa : fixed flake8 issues | alalazo | 1 | -6/+9 | |
2016-06-16 | espresso : updated to 5.4.0, added Parallel=False | alalazo | 1 | -0/+9 | |
2016-06-16 | Just call old os "unknown" | Todd Gamblin | 1 | -1/+1 | |
2016-06-16 | fix up packages for new architecture. | Todd Gamblin | 4 | -9/+9 | |
2016-06-16 | Add libxcb dependencies. Fix up packages to get py-basemap and stat to build. | Todd Gamblin | 8 | -6/+170 | |
2016-06-16 | be more tolerant when parsing new specs. | Todd Gamblin | 1 | -6/+13 | |
2016-06-16 | Add `__contains__` to arch to satsify old packages. | Todd Gamblin | 1 | -2/+9 | |
2016-06-15 | removed unused import per flake8 report | Gregory L. Lee | 1 | -1/+0 | |
2016-06-15 | do not create shebang.bak file | Gregory L. Lee | 1 | -6/+1 | |
2016-06-15 | two minor fixes | Gregory Becker | 2 | -9/+9 | |
2016-06-15 | Two minor fixes | Gregory Becker | 2 | -8/+8 | |
2016-06-15 | Update OpenMPI to 1.10.3 | Erik Schnetter | 1 | -0/+1 | |
2016-06-15 | Ignore E501 for depends_on and extends | Adam J. Stewart | 1 | -0/+2 | |
2016-06-15 | mpich based providers : shortened filter_compilers | Massimiliano Culpo | 2 | -32/+9 | |
2016-06-15 | Remove MPI support, fix INCLUDE filters | Adam J. Stewart | 1 | -21/+16 | |
2016-06-15 | More template filtering | Adam J. Stewart | 1 | -3/+23 | |
2016-06-15 | Filter compilers | Adam J. Stewart | 1 | -0/+24 | |
2016-06-15 | Psi4 tweaks | Adam J. Stewart | 1 | -15/+7 | |
2016-06-15 | Add Psi4 package | Adam J. Stewart | 2 | -1/+85 | |
2016-06-15 | reindex: preserve 'explicit' flags | Ben Boeckel | 1 | -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-15 | trilinos: specify superlu-dist version dependency | Denis Davydov | 1 | -1/+2 | |
2016-06-15 | flake8 fixes for dealii | Denis Davydov | 1 | -17/+16 | |
2016-06-15 | flake8 fixes for slepc | Denis Davydov | 1 | -3/+3 | |
2016-06-15 | flake8 fixes for petsc | Denis Davydov | 1 | -19/+26 | |
2016-06-15 | flake8 fixes for superlu-dist | Denis Davydov | 1 | -15/+21 | |
2016-06-15 | flake8 fixes for filesystem.py | Denis Davydov | 1 | -29/+36 | |
2016-06-15 | tty: do not break long words | Ben Boeckel | 1 | -1/+3 | |
These "words" tend to be file paths which are best left unbroken. Fixes #1057. | |||||
2016-06-15 | slepc: build by default with Arpack | Denis Davydov | 1 | -1/+1 | |
2016-06-15 | dealii: specify petsc/slepc version dependencies | Denis Davydov | 1 | -2/+2 | |
2016-06-15 | trilinos: add 12.6.2 and 12.6.3 | Denis Davydov | 1 | -0/+2 | |
2016-06-15 | slepc: add 3.6.3 and 3.7.1; specify petsc version dependency | Denis Davydov | 1 | -1/+4 | |
2016-06-15 | petsc: add 3.6.4 and 3.7.2; specify superlu-dist version dependency | Denis Davydov | 1 | -1/+4 | |
2016-06-15 | superlu-dist: avoid harcoding blas/lapack/mpi; remove preferred version | Denis Davydov | 2 | -8/+20 | |
2016-06-15 | Merge pull request #1045 from eschnett/eschnett/openmpi-verbs-usr | Todd Gamblin | 1 | -1/+1 | |
Do not pass "/usr" or "/usr/local" as path to configure | |||||
2016-06-15 | Merge pull request #1058 from eschnett/eschnett/blosc | Todd Gamblin | 2 | -0/+257 | |
Add packages c-blosc and hdf5-blosc | |||||
2016-06-15 | Merge pull request #1028 from JRWynneIII/boost-graph-parallel-fix | Todd Gamblin | 1 | -34/+43 | |
Add variant for boost graph and parallel graph | |||||
2016-06-15 | Merge pull request #1040 from KineticTheory/pkg-trilinos | Todd Gamblin | 1 | -84/+123 | |
Make Boost an optional feature of Trilinos. | |||||
2016-06-15 | Merge pull request #1037 from KineticTheory/develop | Todd Gamblin | 1 | -3/+8 | |
Package serf also depends on zlib. | |||||
2016-06-15 | Merge pull request #1031 from opoplawski/pcre | Todd Gamblin | 2 | -0/+15 | |
Add patch to compile pcre with Intel 16.0.3 compiler | |||||
2016-06-15 | Merge pull request #1051 from daboehme/develop | Todd Gamblin | 1 | -1/+1 | |
Use https for github in Caliper package | |||||
2016-06-15 | qa : fixed flake8 issues | alalazo | 2 | -28/+39 | |
2016-06-15 | openmpi, mvapich2, mpich : filtered out "--Wl,--enable-new-dtag" in ↵ | alalazo | 3 | -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 |