Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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 | 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-20 | add judy dynamic array/meta-trie/hash table lib | Tom Scogland | 1 | -0/+15 | |
Just adding judy. | |||||
2015-11-20 | modified warning to reference spack clean | Tom Scogland | 1 | -1/+1 | |
clean --dist has been removed, command fixed to something that works. | |||||
2015-11-19 | Add damselfly package | Abhinav Bhatele | 1 | -0/+14 | |
2015-11-19 | python: target OS X 10.6 | Ben Boeckel | 1 | -0/+1 | |
Targeting anything older lacks rpath stuff which configure uses. | |||||
2015-11-19 | WIP: openssl: set KERNEL_BITS to make ./config work | Ben Boeckel | 1 | -0/+2 | |
Why OpenSSL refuses to build without this (it explicitly warns about it) is a mystery. | |||||
2015-11-19 | dbus: disable launchd support | Ben Boeckel | 1 | -1/+2 | |
2015-11-18 | Merge pull request #176 from truatpasteurdotfr/develop | Todd Gamblin | 1 | -2/+2 | |
jdk: updated to version 8u66 | |||||
2015-11-18 | Merge pull request #178 from eschnett/develop | Todd Gamblin | 1 | -0/+1 | |
Update HDF5 to 1.8.16 | |||||
2015-11-18 | Merge pull request #179 from eschnett/update-hwloc | Todd Gamblin | 1 | -0/+2 | |
Update hwloc to 1.11.1 | |||||
2015-11-18 | Merge pull request #181 from eschnett/update-openmpi | Todd Gamblin | 2 | -0/+40 | |
Update OpenMPI to 1.10.1; correct configure error in OpenMPI | |||||
2015-11-18 | Merge pull request #182 from eschnett/hdf5-mpi | Todd Gamblin | 1 | -2/+2 | |
HDF5: Support non-MPICH MPI implementations | |||||
2015-11-18 | Merge pull request #183 from eschnett/add-jemalloc | Todd Gamblin | 1 | -0/+14 | |
Add jemalloc package | |||||
2015-11-18 | Merge pull request #184 from eschnett/update-cmake | Todd Gamblin | 1 | -0/+3 | |
Update cmake to 3.4.0 | |||||
2015-11-18 | Update cmake to 3.4.0 | Erik Schnetter | 1 | -0/+3 | |
2015-11-18 | Add jemalloc package | Erik Schnetter | 1 | -0/+14 | |
2015-11-18 | HDF5: Support non-MPICH MPI implementations | Erik Schnetter | 1 | -2/+2 | |
2015-11-18 | Update OpenMPI to 1.10.1; correct configure error in OpenMPI | Erik Schnetter | 2 | -0/+40 | |
2015-11-18 | Update hwloc to 1.11.1 | Erik Schnetter | 1 | -0/+2 | |
2015-11-18 | Update HDF5 to 1.8.16 | Erik Schnetter | 1 | -0/+1 | |
2015-11-18 | updated to version 8u66 | Tru Huynh | 1 | -2/+2 | |
2015-11-17 | Merge pull request #173 from eschnett/develop | Todd Gamblin | 1 | -0/+1 | |
Update OpenSSL package | |||||
2015-11-17 | Update OpenSSL package | Erik Schnetter | 1 | -0/+1 | |
2015-11-17 | Merge pull request #170 from eschnett/develop | Todd Gamblin | 1 | -0/+14 | |
Add rsync package | |||||
2015-11-17 | Remove comment | Erik Schnetter | 1 | -2/+0 | |
2015-11-17 | Add rsync package | Erik Schnetter | 1 | -0/+16 | |
2015-11-16 | paraview: update matplotlib and numpy deps | Ben Boeckel | 1 | -4/+2 | |
2015-11-16 | py-pyside: update docstring | Ben Boeckel | 1 | -1/+1 | |
2015-11-16 | py-matplotlib: make the gui and ipython support optional | Ben Boeckel | 1 | -5/+8 | |
ipython, nice as it is, is not required to use matplotlib. The UI bits are also optional and dragging in Qt and Tcl/Tk for the library shouldn't be the default. |