summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-19Merge pull request #422 from epfl-scitas/packages/openssl_urlTodd Gamblin1-0/+39
openssl : url computation
2016-02-19gromacs : added packagealalazo2-0/+58
2016-02-18Merge pull request #298 from epfl-scitas/refactoring/resource_directiveTodd Gamblin11-215/+460
refactoring proposal : composite for Stage and FetchStrategy
2016-02-18modify compiler commands in python config files, fix for #431Gregory L. Lee1-0/+14
2016-02-18Fixes #434Todd Gamblin1-12/+20
Compiler detection was not getting triggered properly with some of the new config logic. Adjust the conditions under which Spack will serach for compilers.
2016-02-17Merge pull request #443 from trws/dicts-like-string-keysTodd Gamblin1-1/+1
remove the unprotected key name from create.py
2016-02-17remove the unprotected key name from create.pyTom Scogland1-1/+1
Small fix to use dicts correctly.
2016-02-17Merge pull request #442 from xjrc/features/mesh-packagesTodd Gamblin7-1/+167
Add Mesh Packages: Crypto++, Exodus II, ndiff, TetGen, and Triangle
2016-02-17Fixed the "+shared" variant in the "hdf5" package.Joseph Ciurej2-4/+5
2016-02-16Changed the hdf5 "+static" variant to become the "+shared" variant.Joseph Ciurej2-2/+2
2016-02-16Moved "Triangle" to "triangle" to be more in line with Spack package naming ↵Joseph Ciurej1-0/+0
conventions.
2016-02-16Added the installation files for the "ExodusII" package.Joseph Ciurej3-0/+65
Added the "+static" variant to "hdf5" to enable "ExodusII" support.
2016-02-16Added the installation files for the "TetGen" package.Joseph Ciurej1-0/+28
2016-02-16Added the installation files for the "Triangle" package.Joseph Ciurej1-0/+20
2016-02-16Added the installation files for the "ndiff" package.Joseph Ciurej1-0/+21
2016-02-16Adding the "Crypto++" package installation files.Joseph Ciurej1-0/+31
2016-02-16Merge pull request #340 from adamjstewart/features/xzTodd Gamblin1-5/+3
Remove unnecessary URLs
2016-02-16Merge pull request #440 from adamjstewart/features/mpi4pyTodd Gamblin1-0/+2
Add latest version
2016-02-15Add latest versionAdam J. Stewart1-0/+2
2016-02-14Minor code cleanup for gcc.Todd Gamblin1-6/+3
2016-02-12Merge pull request #354 from eschnett/eschnett/libeditTodd Gamblin1-0/+2
libedit depends on ncurses
2016-02-12Merge pull request #437 from davidbeckingsale/features/dk-short-namesTodd Gamblin1-4/+9
Use hash to make shorter module and dotkit names, fixes #433
2016-02-12Merge pull request #435 from epfl-scitas/packages/espressoTodd Gamblin3-4/+72
Added package : Quantum Espresso
2016-02-12Use hash to make shorter module and dotkit names, fixes #433David Beckingsale1-4/+9
2016-02-12mpich : added back MPI_F90alalazo1-0/+1
2016-02-12qe : compiled on rhle6Massimiliano Culpo3-9/+16
2016-02-11libedit depends on ncursesErik Schnetter1-0/+2
2016-02-11espresso : added directories to search pathalalazo1-0/+8
2016-02-11espresso : fixed dependency handlingalalazo1-6/+4
2016-02-11espresso : current working treealalazo1-40/+33
2016-02-11espresso : synchronized with current developalalazo1-0/+0
2016-02-11Merge branch 'develop' of https://github.com/LLNL/spack into packages/espressoalalazo545-2134/+24466
2016-02-10Merge pull request #432 from RemoteConnectionManager/paraview_fixTodd Gamblin5-4/+8
Paraview fix
2016-02-10Merge pull request #402 from epfl-scitas/bugfix/netlib-scalapackTodd Gamblin1-2/+2
Bugfix: netlib-scalapack does not work with all versions of python
2016-02-10add variant to select OpenGL2 Paraview backendLuigi Calori1-0/+1
2016-02-10fix a reported hash mismatch on netcdf-4.4.0 tar downloadLuigi Calori1-1/+1
2016-02-10add a variant to Qt for make dependency on mesa swlwctableLuigi Calori1-1/+2
2016-02-10fixing qhull: seems that dependency on cmake is essential when it is usedLuigi Calori1-0/+2
2016-02-10RPATH was collecting all lib from all dependencies, when dep tree is deep ↵Luigi Calori1-2/+2
like in ParaView the path was growing too much, showing install problems now just direct dependencies rpath is added
2016-02-09Fix #430: edit -f fails with UnknownPackageErrorTodd Gamblin1-2/+5
- Recent external repo refactoring made `repo_for_pkg` raise an error when the package was not known. - Correct behavior is to return the highest precedence repo.
2016-02-05Merge pull request #428 from epfl-scitas/packages/arpack-ngTodd Gamblin1-0/+57
Added package : arpack-ng
2016-02-05arpack-ng : added packagealalazo1-0/+57
2016-02-04Merge pull request #426 from epfl-scitas/packages/suitesparseTodd Gamblin2-2/+30
Added package : SuiteSparse
2016-02-04eigen : added support for SuiteSparsealalazo1-2/+3
2016-02-04suitesparse : basic implementationalalazo1-0/+27
2016-02-04Merge pull request #425 from epfl-scitas/packages/dakotaTodd Gamblin1-0/+55
Added package : dakota
2016-02-04dakota : basic installationalalazo1-0/+55
2016-02-03Merge pull request #424 from adamjstewart/features/cmakeTodd Gamblin1-7/+3
Add url for cmake, simplify url_for_version
2016-02-03Add url for cmake, simplify url_for_versionAdam J. Stewart1-7/+3
2016-02-03Merge remote-tracking branch 'github/pull/99' into developTodd Gamblin1-9/+15
Conflicts: var/spack/repos/builtin/packages/cmake/package.py