summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2015-12-09install python files to libxml2 prefix instead of python prefix and ignore ↵Gregory L. Lee1-4/+6
non-python files when activating
2015-12-09corrected filter_compilers + added it for mvapich2Nicolas Richart2-5/+38
2015-12-09Merge pull request #225 from epfl-scitas/packages/gitTodd Gamblin3-5/+79
Adding https support in git even if system lib are missing
2015-12-09clang : solve the issue with missing default include paths for OpenMP and libc++alalazo2-2/+33
resource : support for finer grained linking of resources
2015-12-09Adding curl and expat support to git for https reposNicolas Richart3-5/+79
2015-12-09Merge pull request #148 from PaulDapolito/glib-depTodd Gamblin1-0/+1
added zlib dependency to glib package specification
2015-12-09Merge pull request #224 from epfl-scitas/packages/gdbTodd Gamblin2-0/+94
gdb : added package
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin50-67/+66
2015-12-09gdb : added packagealalazo2-0/+94
2015-12-08Should fix #177alalazo2-4/+8
gcc : changed objdir to something out of srcdir and added '--with-sysroot=/' binutils : added '--with-sysroot=/'
2015-12-07Merge pull request #219 from eschnett/eschnett/gmpTodd Gamblin1-0/+1
Update gmp to 6.1.0
2015-12-07Merge pull request #220 from eschnett/eschnett/mpcTodd Gamblin1-0/+1
Update mpc to 1.0.3
2015-12-07Merge pull request #221 from davidbeckingsale/features/cleverleaf-boostTodd Gamblin2-4/+5
Update CleverLeaf package to use Boost and fix SAMRAI MPI usage
2015-12-07Fix issue with gcc 5.x not building on RHEL6Matthew LeGendre1-7/+10
2015-12-07mesa requires +python variant of libxml2Gregory L. Lee1-1/+1
2015-12-07Fix MPI selection in SAMRAI and remove narrow dependency specificationDavid Beckingsale2-6/+3
2015-12-07Update CleverLeaf package to use Boost and fix SAMRAI MPI usageDavid Beckingsale2-0/+4
2015-12-05Update mpc to 1.0.3Erik Schnetter1-0/+1
2015-12-05Update gmp to 6.1.0Erik Schnetter1-0/+1
2015-12-03added py-pillow and updated py-basemap to depend on itGregory L. Lee2-2/+16
2015-12-03Merge branch 'develop' of https://github.com/scalability-llnl/spack into developGregory L. Lee1-4/+76
2015-12-03updated package versionsGregory L. Lee3-0/+3
2015-12-02Missing declaration of the debug variantNicolas Richart1-0/+1
2015-12-02fix build to work against depends for modules created by setup.py and add ↵Simon Thompson1-3/+18
python3 support
2015-12-02Adding variant for mpi and python + compression for iostreamNicolas Richart1-4/+75
2015-12-02reource directive accepts 'basename' keywordMassimiliano Culpo1-1/+8
llvm : libc++ variant
2015-12-01clang : default OpenMP is libompMassimiliano Culpo1-3/+9
2015-11-30Updating the OMPT hash again...Kevin Huck1-1/+1
2015-11-30Had to force a patch to the OMPT support, so the hash for v0.1 hasKevin Huck1-1/+1
changed.
2015-11-29returning flux to a building state for web releaseTom Scogland4-5/+24
Flux package reworked to include all new dependencies, fixed issues with a clean-build of hwloc, lua and czmq as well that prevented flux from building cold on a minimal system.
2015-11-27Fixed bug #42: problem with satisfies() for virtual dependencies.Todd Gamblin3-0/+110
- _cross_provider_maps() had suffered some bit rot (map returned was ill-formed but still worked for cases with one vdep) - ProviderIndex.satisfies() was only checking whether the result map was non-empty. It should check whether all common vdeps are *in* the result map, as that indicates there is *some* way to satisfy *all* of them. We were checking whether there was some way to satisfy *any one* of them, which is wrong. - Above would cause a problem when there is more than one vdep provider. - Added test that covers this case. - Added `constrained()` method to Spec. Analogous to `normalized()`: `constrain():constrained() :: normalize():normalized()`
2015-11-26New, cleaner package repository structure.Todd Gamblin282-4/+4
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).
2015-11-26resource directive : sketch of implementation + clang / llvm use caseMassimiliano Culpo2-2/+20
2015-11-25make cram an extension of pythonTom Scogland1-0/+1
2015-11-24Merge pull request #201 from alfredo-gimenez/developTodd Gamblin1-1/+8
Fixed Mitos dependency and added new version
2015-11-24Fixed Mitos dependency and added new versionAlfredo Gimenez1-1/+8
2015-11-24adding google sparsehash and cityhash librariesTom Scogland3-1/+41
2015-11-24Merge branch 'eschnett-openblas' into developTodd Gamblin1-0/+21
2015-11-24Revert "WIP: openssl: set KERNEL_BITS to make ./config work"Todd Gamblin1-2/+0
2015-11-23Remove commented-out codeErik Schnetter1-3/+0
2015-11-23cleaning up commits for merge requestKevin Huck2-7/+4
2015-11-23Merge pull request #189 from mathstuf/openssl-use-64-bitsTodd Gamblin1-0/+2
WIP: openssl: set KERNEL_BITS to make ./config work
2015-11-23Merge pull request #188 from mathstuf/python-osxTodd Gamblin1-0/+1
python: target OS X 10.6
2015-11-23Merge pull request #187 from mathstuf/dbus-osx-disable-launchdTodd Gamblin1-1/+2
dbus: disable launchd support
2015-11-23Merge pull request #168 from mathstuf/libxml2-drop-python-depTodd Gamblin2-5/+12
Libxml2 drop python dep
2015-11-23Merge pull request #165 from mathstuf/paraview-update-depsTodd Gamblin1-1/+5
Paraview update deps
2015-11-23Merge pull request #164 from mathstuf/matplotlib-optional-depsTodd Gamblin3-10/+11
Matplotlib optional deps
2015-11-23Merge pull request #158 from davidbeckingsale/features/cleverleafTodd Gamblin2-2/+22
Add CleverLeaf package
2015-11-23Updated url and descriptionDavid Beckingsale1-3/+10
2015-11-23Merge pull request #155 from epfl-scitas/packages/mvapich2Todd Gamblin1-86/+138
packages/mvapich2 : added support for process managers and network types