summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-14More quoting experimentsErik Schnetter1-4/+4
2016-02-13More games with quotingErik Schnetter1-6/+5
2016-02-13Using regexes instead of globbing to match path namesErik Schnetter1-12/+3
2016-02-13Add debug outputErik Schnetter1-0/+9
2016-02-13Handle -Wl,-rpath,... syntaxErik Schnetter1-0/+5
2016-02-13Handle multiple -Wl,-rpath,... pathsErik Schnetter1-8/+15
2016-02-13Correct -Xlinker argumentsErik Schnetter1-1/+1
2016-02-13Use "-Wl,-rpath," instead of "-Wl,-rpath="Erik Schnetter3-10/+10
The former translates to a linker argument "-rpath DIR", whereas the latter translates to "-rpath=DIR". The latter is not support on OS X.
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
2016-02-03Update mailmapTodd Gamblin1-1/+8
2016-02-03Merge pull request #414 from epfl-scitas/issues/trilinos_385Todd Gamblin3-18/+29
fix : trilinos and dependencies
2016-02-03Merge pull request #417 from mathstuf/hdf5-unsupported-flagTodd Gamblin1-1/+1
hdf5: always pass the unsupported flag
2016-02-03Merge pull request #419 from adamjstewart/features/libgpg-errorTodd Gamblin1-0/+1
Add latest libgpg-error version
2016-02-03Merge pull request #420 from adamjstewart/features/qhullTodd Gamblin1-7/+5
Add latest qhull version
2016-02-03Merge pull request #421 from adamjstewart/features/phonopyTodd Gamblin2-0/+31
Add Phonopy and PyYAML Python modules
2016-02-03Merge pull request #423 from epfl-scitas/packages/opencvTodd Gamblin1-0/+50
Added package : OpenCV
2016-02-03opencv : added packagealalazo1-0/+50
2016-02-02Add Phonopy and PyYAML Python modulesAdam J. Stewart2-0/+31
2016-02-02Add latest qhull versionAdam J. Stewart1-7/+5
2016-02-02Add latest libgpg-error versionAdam J. Stewart1-0/+1
2016-02-01hdf5: default +unsupported to onBen Boeckel1-1/+1
This flag can end up being required if a dependency tree ends up needing hdf5+cxx+parallel, but nothing turns it on. Since the core spack code puts this together, it ends up that the end user needs to specify it manually. Instead, just assume an unsupported configuration (since these *are* useful setups) and if anyone wants to seek upstream support, masking the flag can be done.