Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-11 | Merge branch 'bugfix/config' of git://github.com/hegner/spack into ↵ | Todd Gamblin | 2 | -14/+30 | |
hegner-bugfix/config | |||||
2016-05-11 | Merge pull request #929 from epfl-scitas/differentiate_framework_from_packages | Todd Gamblin | 8 | -26/+98 | |
QA : make qa checking less painful | |||||
2016-05-11 | Add run-flake8 script. | Todd Gamblin | 1 | -0/+55 | |
- was missing the obvious. | |||||
2016-05-11 | format .flake8 more nicely. | Todd Gamblin | 1 | -7/+15 | |
2016-05-11 | .travis.yml uses a script now. | Todd Gamblin | 1 | -15/+2 | |
- user can run the same script. | |||||
2016-05-11 | Use just one flake8 file; mark package.py files to avoid E501 w/url. | Todd Gamblin | 3 | -12/+3 | |
2016-05-11 | Update code style checking. | Todd Gamblin | 6 | -15/+39 | |
- Exempt overlong URL lines from checks. - Omit some of the more painful PEP items. | |||||
2016-05-11 | first round of coding rules | Benedikt Hegner | 1 | -13/+16 | |
2016-05-11 | add test for list parameters | Benedikt Hegner | 1 | -0/+10 | |
2016-05-10 | hmm... test before commit | Benedikt Hegner | 1 | -1/+1 | |
2016-05-10 | fix setting config for list parameters | Benedikt Hegner | 1 | -1/+4 | |
2016-05-10 | Minor tweaks to `flock` docs. | Todd Gamblin | 1 | -9/+22 | |
2016-05-10 | Merge branch 'fix-doc-flock' of git://github.com/luca-heltai/spack into ↵ | Todd Gamblin | 1 | -0/+32 | |
luca-heltai-fix-doc-flock | |||||
2016-05-10 | Added documentation on lockf/flock. | Luca Heltai | 1 | -0/+32 | |
2016-05-10 | qa : this should still fail due to F821 | alalazo | 3 | -21/+17 | |
2016-05-10 | qa : differentiate framework from packages | alalazo | 2 | -3/+6 | |
2016-05-10 | Merge pull request #924 from hegner/feature/python-diverse | Todd Gamblin | 9 | -0/+192 | |
Add a few more python packages | |||||
2016-05-10 | Merge pull request #927 from davydden/astyle_fix_ubuntu | Todd Gamblin | 1 | -5/+15 | |
astyle: compile with spack_cxx | |||||
2016-05-10 | qa : copied flake8 configuration, updated travis.yml | alalazo | 3 | -1/+4 | |
2016-05-10 | qa : modifying 2 packages and a framework file just for the sake of it | alalazo | 3 | -1/+6 | |
2016-05-10 | Merge pull request #769 from epfl-scitas/openmpi_variants | Tom Scogland | 1 | -25/+38 | |
openmpi : added variants | |||||
2016-05-10 | astyle: fix formatting | Denis Davydov | 1 | -8/+13 | |
2016-05-10 | Add F821 to ignore list. | Todd Gamblin | 1 | -1/+1 | |
- Consider removing this once names like `cmake` and `configure` are moved to a sensible namespace. | |||||
2016-05-10 | renaming py-Genshi into py-genshi | Benedikt Hegner | 1 | -0/+0 | |
2016-05-10 | fixing imports; configure commands aren't available at import time yet | Benedikt Hegner | 9 | -10/+10 | |
2016-05-10 | astyle: compile with spack_cxx | Denis Davydov | 1 | -1/+6 | |
2016-05-10 | addressing coding style rules | Benedikt Hegner | 9 | -24/+41 | |
2016-05-10 | Ignore "multiple spaces before operator" error. | Todd Gamblin | 1 | -1/+1 | |
2016-05-10 | Add a few more python packages | Benedikt Hegner | 9 | -0/+175 | |
py-Genshi py-astroid py-jinja2 py-logilab-common py-markupsafe py-mistune py-prettytable py-py2neo py-storm | |||||
2016-05-10 | Max line length of 79 chars. | Todd Gamblin | 2 | -2/+2 | |
2016-05-10 | Merge pull request #905 from adamjstewart/features/rpath_flag | Todd Gamblin | 6 | -23/+80 | |
Allow compilers to specify their own rpath linking flags | |||||
2016-05-10 | Merge pull request #692 from mathstuf/quoted-command-lines | Todd Gamblin | 1 | -1/+1 | |
executable: quote arguments | |||||
2016-05-10 | Merge pull request #707 from dhandeo/visit | Todd Gamblin | 2 | -0/+35 | |
VisIt v2.10.1 | |||||
2016-05-10 | Merge pull request #775 from epfl-scitas/fixes/config_update | Todd Gamblin | 4 | -24/+34 | |
fix: proper update of config file | |||||
2016-05-10 | Merge pull request #812 from eschnett/eschnett/hdf5-check-install | Todd Gamblin | 1 | -3/+58 | |
Check the installed HDF5 library for consistency | |||||
2016-05-10 | Merge pull request #807 from gartung/fftw-openmp | Todd Gamblin | 1 | -3/+10 | |
FFTW: openmp needs to be an option for clang build | |||||
2016-05-10 | Merge pull request #788 from citibeth/efischer/140416-UpdatePNetCDF | Todd Gamblin | 1 | -2/+16 | |
parallel-netcdf: Updated package | |||||
2016-05-10 | Merge pull request #757 from glennpj/extend_r | Todd Gamblin | 7 | -2/+141 | |
Make R extendable | |||||
2016-05-10 | Merge pull request #795 from adamjstewart/features/argcomplete | Todd Gamblin | 1 | -0/+14 | |
Add argcomplete python package | |||||
2016-05-10 | Merge pull request #845 from davydden/openblas_cleanup_unit_test | Todd Gamblin | 3 | -51/+74 | |
openblas: fix a bug and cleanup the unit test | |||||
2016-05-10 | Merge pull request #806 from davydden/openblas_openmp_clang | Todd Gamblin | 1 | -4/+10 | |
openblas: do not use OpenMP with Clang | |||||
2016-05-10 | Merge pull request #798 from jgalarowicz/osscbtf-changes | Todd Gamblin | 5 | -174/+631 | |
Update the main Krell Institute and Argo Navis Tech. packages for MPI… | |||||
2016-05-10 | Merge pull request #825 from xjrc/packages/scotch | Todd Gamblin | 2 | -58/+99 | |
Update Package : Scotch | |||||
2016-05-10 | Merge pull request #842 from hegner/compiler_lookup_order | Todd Gamblin | 1 | -0/+4 | |
Bugfix - preserve lookup order in PATH when invoking 'spack compiler add' | |||||
2016-05-10 | Tweak nccmp to be more spack-compatible. | Todd Gamblin | 1 | -9/+2 | |
- Spack doesn't set F90, but it confuses the nccmp build. Just remove it from the environment. - TODO: should build environment unset this variable? | |||||
2016-05-10 | Merge branch 'efischer/160425-nccmp' of git://github.com/citibeth/spack into ↵ | Todd Gamblin | 1 | -0/+30 | |
citibeth-efischer/160425-nccmp | |||||
2016-05-10 | Merge pull request #849 from brettviren/bugfix/share-pkgconfig | Todd Gamblin | 1 | -2/+2 | |
Add to sub dirs checked for pkg-config files. | |||||
2016-05-10 | Merge pull request #862 from davydden/glib_libxcb_missing_dependencies | Todd Gamblin | 2 | -0/+4 | |
Glib libxcb missing dependencies | |||||
2016-05-10 | Merge pull request #907 from eschnett/eschnett/binutils-werror | Todd Gamblin | 1 | -0/+1 | |
Disable -Werror | |||||
2016-05-10 | Merge pull request #918 from hegner/bugfix/bison | Todd Gamblin | 1 | -0/+2 | |
Add missing m4 dependency to bison |