summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-10qa : differentiate framework from packagesalalazo2-3/+6
2016-05-10Merge pull request #924 from hegner/feature/python-diverseTodd Gamblin9-0/+192
Add a few more python packages
2016-05-10Merge pull request #927 from davydden/astyle_fix_ubuntuTodd Gamblin1-5/+15
astyle: compile with spack_cxx
2016-05-10qa : copied flake8 configuration, updated travis.ymlalalazo3-1/+4
2016-05-10qa : modifying 2 packages and a framework file just for the sake of italalazo3-1/+6
2016-05-10Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo2-26/+39
features/custom_modulefile_from_config
2016-05-10Merge pull request #769 from epfl-scitas/openmpi_variantsTom Scogland1-25/+38
openmpi : added variants
2016-05-10astyle: fix formattingDenis Davydov1-8/+13
2016-05-10Add F821 to ignore list.Todd Gamblin1-1/+1
- Consider removing this once names like `cmake` and `configure` are moved to a sensible namespace.
2016-05-10renaming py-Genshi into py-genshiBenedikt Hegner1-0/+0
2016-05-10flake8 : fixed all issues?alalazo6-254/+330
2016-05-10modules : added warning if a user tries to add prerequisite with dotkitalalazo1-2/+7
2016-05-10modules : changed syntax for environment modificationsalalazo3-10/+29
2016-05-10fixing imports; configure commands aren't available at import time yetBenedikt Hegner9-10/+10
2016-05-10astyle: compile with spack_cxxDenis Davydov1-1/+6
2016-05-10modules : prefix_inspections moved to modules.yamlalalazo3-15/+21
2016-05-10addressing coding style rulesBenedikt Hegner9-24/+41
2016-05-10Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo2-3/+3
features/custom_modulefile_from_config
2016-05-10Ignore "multiple spaces before operator" error.Todd Gamblin1-1/+1
2016-05-10Add a few more python packagesBenedikt Hegner9-0/+175
py-Genshi py-astroid py-jinja2 py-logilab-common py-markupsafe py-mistune py-prettytable py-py2neo py-storm
2016-05-10Max line length of 79 chars.Todd Gamblin2-2/+2
2016-05-10Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo148-764/+3689
features/custom_modulefile_from_config
2016-05-10Merge pull request #905 from adamjstewart/features/rpath_flagTodd Gamblin6-23/+80
Allow compilers to specify their own rpath linking flags
2016-05-10Merge pull request #692 from mathstuf/quoted-command-linesTodd Gamblin1-1/+1
executable: quote arguments
2016-05-10Merge pull request #707 from dhandeo/visitTodd Gamblin2-0/+35
VisIt v2.10.1
2016-05-10Merge pull request #775 from epfl-scitas/fixes/config_updateTodd Gamblin4-24/+34
fix: proper update of config file
2016-05-10Merge pull request #812 from eschnett/eschnett/hdf5-check-installTodd Gamblin1-3/+58
Check the installed HDF5 library for consistency
2016-05-10Merge pull request #807 from gartung/fftw-openmpTodd Gamblin1-3/+10
FFTW: openmp needs to be an option for clang build
2016-05-10Merge pull request #788 from citibeth/efischer/140416-UpdatePNetCDFTodd Gamblin1-2/+16
parallel-netcdf: Updated package
2016-05-10Merge pull request #757 from glennpj/extend_rTodd Gamblin7-2/+141
Make R extendable
2016-05-10Merge pull request #795 from adamjstewart/features/argcompleteTodd Gamblin1-0/+14
Add argcomplete python package
2016-05-10Merge pull request #845 from davydden/openblas_cleanup_unit_testTodd Gamblin3-51/+74
openblas: fix a bug and cleanup the unit test
2016-05-10Merge pull request #806 from davydden/openblas_openmp_clangTodd Gamblin1-4/+10
openblas: do not use OpenMP with Clang
2016-05-10Merge pull request #798 from jgalarowicz/osscbtf-changesTodd Gamblin5-174/+631
Update the main Krell Institute and Argo Navis Tech. packages for MPI…
2016-05-10Merge pull request #825 from xjrc/packages/scotchTodd Gamblin2-58/+99
Update Package : Scotch
2016-05-10Merge pull request #842 from hegner/compiler_lookup_orderTodd Gamblin1-0/+4
Bugfix - preserve lookup order in PATH when invoking 'spack compiler add'
2016-05-10Tweak nccmp to be more spack-compatible.Todd Gamblin1-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-10Merge branch 'efischer/160425-nccmp' of git://github.com/citibeth/spack into ↵Todd Gamblin1-0/+30
citibeth-efischer/160425-nccmp
2016-05-10Merge pull request #849 from brettviren/bugfix/share-pkgconfigTodd Gamblin1-2/+2
Add to sub dirs checked for pkg-config files.
2016-05-10Merge pull request #862 from davydden/glib_libxcb_missing_dependenciesTodd Gamblin2-0/+4
Glib libxcb missing dependencies
2016-05-10Merge pull request #907 from eschnett/eschnett/binutils-werrorTodd Gamblin1-0/+1
Disable -Werror
2016-05-10Merge pull request #918 from hegner/bugfix/bisonTodd Gamblin1-0/+2
Add missing m4 dependency to bison
2016-05-10Merge pull request #912 from citibeth/efischer/160506-NCOTodd Gamblin2-0/+77
nco: Added new package
2016-05-10Merge pull request #919 from jppelteret/bugfix/gmsh-2Todd Gamblin1-1/+3
GMsh: Fix binary linking against its own libraries
2016-05-10Merge pull request #922 from bcouturi/gdbupdateTodd Gamblin1-0/+1
Added gdb 7.11 released on 24 Feb 2016
2016-05-10Move args to .coveragercTodd Gamblin2-2/+9
2016-05-10Make .style.yapf use 80 chars.Todd Gamblin1-1/+1
2016-05-10Make Travis badge use SVG.Todd Gamblin1-1/+1
2016-05-10Merge branch 'qa/coding_standard' of https://github.com/epfl-scitas/spack ↵Todd Gamblin6-3/+51
into epfl-scitas-qa/coding_standard
2016-05-10Kripke variants.Todd Gamblin1-3/+7