summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2016-03-17Change sanity_check_[file|dir] to sanity_check_is_[file|dir], per #554Todd Gamblin1-2/+1
- Add documentation as well.
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-16Change urls in binutils to help 'spack checksum/versions' + adding latest ↵Nicolas Richart1-4/+7
version
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-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.
2016-03-09Merge branch 'develop' into features/external-packagesMatthew LeGendre67-182/+1352
Conflicts: lib/spack/spack/package.py
2016-03-09Merge @citibeth and @alalazo's petsc fixes from #515 and #517Todd Gamblin1-8/+11
2016-03-09Merge branch 'efischer/160309-HypreFix' of git://github.com/citibeth/spack ↵Todd Gamblin1-7/+21
into citibeth-efischer/160309-HypreFix
2016-03-09Merge pull request #501 from adamjstewart/patches/m4Todd Gamblin4-0/+15
Add patch to allow PGI to build M4
2016-03-09Patch config.hin, not extern-inline.m4Adam J. Stewart3-27/+11
2016-03-09petsc : added variants and logic to build various flavorsalalazo1-23/+69
2016-03-09Added shared library capability.Elizabeth F1-2/+5
2016-03-09Fixed issues with hypre:Elizabeth F1-7/+21
1. --with-lapack-lib was wrong. 2. --with-MPI was wrong; set env vars for MPI wrappers instead. 3. Added version 2.10.1 4. Added shared library variant (True by default). Hypre can build shared or static libraries, but not both in the same build.
2016-03-08Variants and fixes to thrift packageAlfredo Gimenez1-26/+38
2016-03-08Add more versions to AutotoolsAdam J. Stewart2-0/+3
2016-03-08Avoid race in pango's `make install`, set parallel=FalseTodd Gamblin1-1/+1
2016-03-07Autoreconf is necessary after patchAdam J. Stewart2-0/+16
2016-03-07Add patch to allow PGI to build M4Adam J. Stewart2-0/+12
2016-03-07Merge pull request #486 from RemoteConnectionManager/paraview_fixTodd Gamblin1-3/+10
Paraview new version
2016-03-07Merge pull request #491 from citibeth/efischer/160229-NewPackages-2Todd Gamblin6-12/+84
(2) New packages added: blitz, netcdf-cxx4, netcdf-fortran, proj, udunits2
2016-03-06Update OpenSSL to 1.0.2gErik Schnetter1-0/+1
2016-03-05Fixed URLscitibeth3-5/+2
Removed vestigal mpi variant in netcdf-fortran
2016-03-05Merge branch 'adamjstewart-features/libsigsegv' into developTodd Gamblin2-1/+26
2016-03-05Minor tweaks to m4 -- be sure to add sigsegv args explicitly.Todd Gamblin1-1/+7