summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-03-18PYTHONPATH : python patches methods for its extensionsalalazo2-6/+34
2016-03-18Merge branch 'bugfix/openssl' into features/env_objects_flying_aroundalalazo1-12/+17
2016-03-18openssl : solved glitch to prevent spack to freeze when the network is ↵alalazo1-12/+17
unreachable
2016-03-18Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo6-11/+29
features/env_objects_flying_around
2016-03-17Merge pull request #566 from eschnett/eschnett/papiTodd Gamblin1-0/+1
Update PAPI to 5.4.3
2016-03-17Merge pull request #567 from eschnett/eschnett/openblasTodd Gamblin1-0/+1
Update OpenBLAS to 0.2.16
2016-03-17Merge pull request #565 from eschnett/eschnett/curlTodd Gamblin1-0/+1
Update curl to 7.47.1
2016-03-17Update OpenBLAS to 0.2.16Erik Schnetter1-0/+1
2016-03-17Update PAPI to 5.4.3Erik Schnetter1-0/+1
2016-03-17Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554Todd Gamblin1-2/+1
- Add documentation as well.
2016-03-17Update curl to 7.47.1Erik Schnetter1-0/+1
2016-03-17python : fixed typoalalazo1-1/+1
2016-03-17python : implemented possible solutionalalazo1-1/+2
2016-03-17package : split `environment_modifications` into `setup_environment` and ↵alalazo6-55/+42
`setup_dependent_environment`. package : renamed `module_modifications` to `modify_module` for consistency
2016-03-161. Disabled git versions known to have vulnerabilities.citibeth1-7/+17
2. Added autoconf command to allow building directly from GitHub source.
2016-03-16Merge pull request #555 from epfl-scitas/packages/binutilsTodd Gamblin1-4/+7
Adding latest version in binutils
2016-03-16tclmodules : added hooks to process EnvironmentModifications objectsalalazo2-12/+28
2016-03-16Change urls in binutils to help 'spack checksum/versions' + adding latest ↵Nicolas Richart1-4/+7
version
2016-03-16environment : simplified modification of the environmentalalazo1-0/+1
2016-03-16Merge branch 'develop' of https://github.com/LLNL/spack into ↵alalazo10-5/+360
features/env_objects_flying_around
2016-03-15Add sanity checks to the libelf build.Todd Gamblin1-0/+3
2016-03-15Merge pull request #549 from LLNL/bugfix/gh538-less-greedy-concretizeMatthew LeGendre2-0/+77
Bugfix/gh538 less greedy concretize
2016-03-15Merge pull request #537 from adamjstewart/features/octaveTodd Gamblin3-0/+219
Add GNU Octave package
2016-03-15package : renamed `setup_dependent_environment` to `module_modifications`alalazo6-24/+18
2016-03-15package : added `environment_modifications`alalazo6-37/+50
2016-03-15environment : refactoreded set_build_environment_variablesalalazo1-1/+1
2016-03-14Updates to qrupdateAdam J. Stewart2-13/+14
2016-03-14Add some tests for packages with multiple virtual dependencies.Todd Gamblin2-0/+77
- Added mock `hypre` package, depends on `lapack` and `blas`. - test cases where some packages provide both `lapack` and `blas`, but others do not.
2016-03-13Update tmuxErik Schnetter1-2/+3
2016-03-11New version of LAPACKElizabeth F1-0/+1
2016-03-11Added comment to Emacs.Elizabeth F1-0/+2
2016-03-11Add gl2ps and qrupdate packagesAdam J. Stewart3-12/+48
2016-03-11Merge pull request #528 from citibeth/efischer/160309-EmacsTodd Gamblin1-0/+19
Added Emacs package
2016-03-11Add GNU Octave packageAdam J. Stewart1-0/+182
2016-03-11Merge pull request #526 from KineticTheory/developTodd Gamblin2-3/+39
Provide instructions for cmake/3.5.0 (plus 2 new variants) and qt/5.4.2
2016-03-11+ Rename variant 'sphinxbuild' to 'doc' as recommended in the discussion ofKelly (KT) Thompson1-6/+4
PR#526. Also, remove a debug print statement that was accidentally committed.
2016-03-10Merge remote-tracking branch 'upstream/develop' into developKelly (KT) Thompson4-39/+60
2016-03-10Merge branch 'mplegendre-features/external-packages' into developTodd Gamblin7-2/+149
2016-03-10whitespace and formattingTodd Gamblin1-2/+3
2016-03-10Merge pull request #513 from alfredo-gimenez/developTodd Gamblin1-26/+37
Variants and fixes to thrift package
2016-03-09Fixed upElizabeth F1-23/+6
2016-03-09Added emacs package.Elizabeth F1-0/+36
2016-03-09Merge pull request #522 from epfl-scitas/bugfix/mpfrTodd Gamblin1-1/+2
change of url for mpfr
2016-03-09+ Provide download/build instructions for qt/5.4.2.Kelly (KT) Thompson2-1/+21
- This version provides updates to provided cmake scripts that are required for building cmake-gui. + Provide download/build instructions for version 3.5.0. - When building the +qt variant, add a validate function to ensure that qt-5.4.0 is not used (this version of qt has errors related to cmake).
2016-03-09change of url for mpfrNicolas Richart1-1/+2
2016-03-09Merge pull request #520 from LLNL/bugfix/remove-hdf5-unsupported-variantTodd Gamblin1-4/+7
Removing `unsupported` variant from HDF5.
2016-03-09Merge remote-tracking branch 'upstream/develop' into develop.Kelly (KT) Thompson24-76/+302
2016-03-09Add some descriptive language to a list comprehension.Todd Gamblin1-0/+3
2016-03-09Remove unneccessary depends_onAlfredo Adolfo Gimenez1-1/+0
2016-03-09Removing `unsupported` variant from HDF5.Todd Gamblin1-4/+7
- `unsupported` shouldn't be a variant.