Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-07 | Merge pull request #219 from eschnett/eschnett/gmp | Todd Gamblin | 1 | -0/+1 | |
Update gmp to 6.1.0 | |||||
2015-12-07 | Merge pull request #220 from eschnett/eschnett/mpc | Todd Gamblin | 1 | -0/+1 | |
Update mpc to 1.0.3 | |||||
2015-12-07 | Merge pull request #221 from davidbeckingsale/features/cleverleaf-boost | Todd Gamblin | 2 | -4/+5 | |
Update CleverLeaf package to use Boost and fix SAMRAI MPI usage | |||||
2015-12-07 | Merge pull request #222 from mplegendre/bugfix/github-203-gcc5-builds | Todd Gamblin | 1 | -7/+10 | |
Fix issue with gcc 5.x not building on RHEL6 | |||||
2015-12-07 | Fix issue with gcc 5.x not building on RHEL6 | Matthew LeGendre | 1 | -7/+10 | |
2015-12-07 | mesa requires +python variant of libxml2 | Gregory L. Lee | 1 | -1/+1 | |
2015-12-07 | Fix MPI selection in SAMRAI and remove narrow dependency specification | David Beckingsale | 2 | -6/+3 | |
2015-12-07 | Update CleverLeaf package to use Boost and fix SAMRAI MPI usage | David Beckingsale | 2 | -0/+4 | |
2015-12-05 | Update mpc to 1.0.3 | Erik Schnetter | 1 | -0/+1 | |
2015-12-05 | Update gmp to 6.1.0 | Erik Schnetter | 1 | -0/+1 | |
2015-12-03 | added py-pillow and updated py-basemap to depend on it | Gregory L. Lee | 2 | -2/+16 | |
2015-12-03 | Merge branch 'develop' of https://github.com/scalability-llnl/spack into develop | Gregory L. Lee | 1 | -4/+76 | |
2015-12-03 | updated package versions | Gregory L. Lee | 3 | -0/+3 | |
2015-12-03 | Merge pull request #214 from epfl-scitas/packages/boost | Todd Gamblin | 1 | -4/+76 | |
Boost: mpi, python and compression for iostream variants | |||||
2015-12-03 | mirror : deals correctly with variants that optionally enable resources (if ↵ | Massimiliano Culpo | 2 | -28/+72 | |
they are archive URLs) | |||||
2015-12-02 | Missing declaration of the debug variant | Nicolas Richart | 1 | -0/+1 | |
2015-12-02 | fix build to work against depends for modules created by setup.py and add ↵ | Simon Thompson | 1 | -3/+18 | |
python3 support | |||||
2015-12-02 | Adding variant for mpi and python + compression for iostream | Nicolas Richart | 1 | -4/+75 | |
2015-12-02 | reource directive accepts 'basename' keyword | Massimiliano Culpo | 4 | -4/+17 | |
llvm : libc++ variant | |||||
2015-12-02 | resources : added missing check after fetch | Massimiliano Culpo | 1 | -0/+1 | |
2015-12-01 | resources : added error handling for destination keyword on resource directive | Massimiliano Culpo | 1 | -3/+17 | |
2015-12-01 | resources : changed name of stage folder | Massimiliano Culpo | 1 | -3/+2 | |
2015-12-01 | resource : fetch strategy constructed from kwargs instead or hardcoded ↵ | Massimiliano Culpo | 2 | -3/+18 | |
URLFetchStrategy | |||||
2015-12-01 | clang : default OpenMP is libomp | Massimiliano Culpo | 1 | -3/+9 | |
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-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 | 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-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 |