Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-30 | Merge pull request #213 from khuck/develop | Todd Gamblin | 1 | -1/+1 | |
Had to force a patch to the OMPT support, so the hash for v0.1 has changed. | |||||
2015-11-30 | Updating the OMPT hash again... | Kevin Huck | 1 | -1/+1 | |
2015-11-30 | Had to force a patch to the OMPT support, so the hash for v0.1 has | Kevin Huck | 1 | -1/+1 | |
changed. | |||||
2015-11-29 | Use new travis insfrastructure (sudo:false) | Todd Gamblin | 1 | -0/+3 | |
2015-11-29 | Add very basic Travis CI support. | Todd Gamblin | 2 | -0/+25 | |
2015-11-29 | returning flux to a building state for web release | Tom Scogland | 4 | -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-28 | Add citation information to README | Todd Gamblin | 1 | -2/+17 | |
2015-11-28 | Add default repos.yaml | Todd Gamblin | 1 | -0/+8 | |
2015-11-28 | Add a cleaned up repo command. | Todd Gamblin | 1 | -64/+75 | |
2015-11-28 | Integrate namespace attribute into spec, spec DAG, spec YAML. | Todd Gamblin | 6 | -35/+125 | |
2015-11-28 | Fix spack.db -> spack.repo in bin/spack | Todd Gamblin | 1 | -2/+2 | |
2015-11-27 | Fixed bug #42: problem with satisfies() for virtual dependencies. | Todd Gamblin | 6 | -5/+134 | |
- _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-26 | Add tests for importing packages directly. | Todd Gamblin | 1 | -2/+40 | |
Added test for, e.g.: import spack.pkg.builtin.mock.mpich import spack.pkg.builtin.mock.mpich as mpich from spack.pkg.builtin.mock.mpich import Mpich Among others. These ensure that direct package imports work so that packages can be extended. | |||||
2015-11-26 | New, cleaner package repository structure. | Todd Gamblin | 285 | -65/+138 | |
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-26 | resource directive : sketch of implementation + clang / llvm use case | Massimiliano Culpo | 6 | -16/+132 | |
2015-11-25 | make cram an extension of python | Tom Scogland | 1 | -0/+1 | |
2015-11-25 | fix for the shell arg handling issues | Tom Scogland | 1 | -1/+7 | |
The setup-env.sh script now saves off the argument array before shifting off all the arguments so that the final command invocation doesn't arbitrarily requote the arguments. All external quoting is preserved now. This has been thoroughly tested with zsh, but should probably be tested with bash etc. before acceptance. | |||||
2015-11-25 | Rename spack.db -> spack.repo | Todd Gamblin | 43 | -103/+103 | |
Making distinction between install database and package repositories clearer. | |||||
2015-11-25 | Rename packages.py to repository.py, PackageFinder to RepoPath. | Todd Gamblin | 9 | -128/+25 | |
2015-11-24 | Merge pull request #201 from alfredo-gimenez/develop | Todd Gamblin | 1 | -1/+8 | |
Fixed Mitos dependency and added new version | |||||
2015-11-24 | Fixed Mitos dependency and added new version | Alfredo Gimenez | 1 | -1/+8 | |
2015-11-24 | adding google sparsehash and cityhash libraries | Tom Scogland | 3 | -1/+41 | |
2015-11-24 | Merge branch 'eschnett-openblas' into develop | Todd Gamblin | 1 | -0/+21 | |
2015-11-24 | Merge pull request #200 from scalability-llnl/revert-189-openssl-use-64-bits | Todd Gamblin | 1 | -2/+0 | |
Revert "WIP: openssl: set KERNEL_BITS to make ./config work" | |||||
2015-11-24 | Revert "WIP: openssl: set KERNEL_BITS to make ./config work" | Todd Gamblin | 1 | -2/+0 | |
2015-11-23 | Merge branch 'scheibelp-features/externaldeps' into develop | Todd Gamblin | 43 | -44/+61 | |
2015-11-23 | Add a fix/warning so that stale .pyc files don't kill Spack. | Todd Gamblin | 1 | -0/+15 | |
- Can't think of a better way to do this. - The externals integration will cause spack to die in weird ways for users who just pull from develop. | |||||
2015-11-23 | Remove commented-out code | Erik Schnetter | 1 | -3/+0 | |
2015-11-23 | Merge pull request #199 from khuck/develop | Todd Gamblin | 2 | -7/+4 | |
cleaning up commits for merge request | |||||
2015-11-23 | cleaning up commits for merge request | Kevin Huck | 2 | -7/+4 | |
2015-11-23 | Merge pull request #189 from mathstuf/openssl-use-64-bits | Todd Gamblin | 1 | -0/+2 | |
WIP: openssl: set KERNEL_BITS to make ./config work | |||||
2015-11-23 | Merge pull request #188 from mathstuf/python-osx | Todd Gamblin | 1 | -0/+1 | |
python: target OS X 10.6 | |||||
2015-11-23 | Merge pull request #187 from mathstuf/dbus-osx-disable-launchd | Todd Gamblin | 1 | -1/+2 | |
dbus: disable launchd support | |||||
2015-11-23 | Merge pull request #168 from mathstuf/libxml2-drop-python-dep | Todd Gamblin | 2 | -5/+12 | |
Libxml2 drop python dep | |||||
2015-11-23 | Merge pull request #165 from mathstuf/paraview-update-deps | Todd Gamblin | 1 | -1/+5 | |
Paraview update deps | |||||
2015-11-23 | Merge pull request #164 from mathstuf/matplotlib-optional-deps | Todd Gamblin | 3 | -10/+11 | |
Matplotlib optional deps | |||||
2015-11-23 | Merge pull request #158 from davidbeckingsale/features/cleverleaf | Todd Gamblin | 2 | -2/+22 | |
Add CleverLeaf package | |||||
2015-11-23 | Updated url and description | David Beckingsale | 1 | -3/+10 | |
2015-11-23 | Merge pull request #155 from epfl-scitas/packages/mvapich2 | Todd Gamblin | 1 | -86/+138 | |
packages/mvapich2 : added support for process managers and network types | |||||
2015-11-23 | Merge pull request #157 from alfredo-gimenez/develop | Todd Gamblin | 1 | -0/+16 | |
Added Python Twisted library | |||||
2015-11-23 | Merge pull request #160 from SteVwonder/stevwonder/develop | Todd Gamblin | 1 | -2/+2 | |
Fixed -l flag for 'spack extensions' | |||||
2015-11-23 | Merge pull request #198 from eschnett/update-papi | Todd Gamblin | 1 | -7/+5 | |
Update PAPI | |||||
2015-11-23 | Merge pull request #196 from eschnett/hypre | Todd Gamblin | 1 | -2/+2 | |
Don't use https for downloading | |||||
2015-11-23 | Update PAPI | Erik Schnetter | 1 | -7/+5 | |
2015-11-23 | Add OpenBLAS | Erik Schnetter | 1 | -0/+24 | |
2015-11-23 | Don't use https for downloading | Erik Schnetter | 1 | -2/+2 | |
2015-11-23 | Merge pull request #194 from trws/judy | Todd Gamblin | 1 | -0/+15 | |
add judy dynamic array/meta-trie/hash table lib | |||||
2015-11-23 | Merge pull request #192 from trws/clean-dist | Todd Gamblin | 1 | -1/+1 | |
modified warning to reference spack clean | |||||
2015-11-23 | Merge pull request #190 from bhatele/feature/networktools | Todd Gamblin | 1 | -0/+14 | |
Add damselfly package | |||||
2015-11-22 | Working PackageFinder / Repo | Todd Gamblin | 10 | -160/+331 | |