summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-23Merge pull request #157 from alfredo-gimenez/developTodd Gamblin1-0/+16
Added Python Twisted library
2015-11-23Merge pull request #160 from SteVwonder/stevwonder/developTodd Gamblin1-2/+2
Fixed -l flag for 'spack extensions'
2015-11-23Merge pull request #198 from eschnett/update-papiTodd Gamblin1-7/+5
Update PAPI
2015-11-23Merge pull request #196 from eschnett/hypreTodd Gamblin1-2/+2
Don't use https for downloading
2015-11-23Update PAPIErik Schnetter1-7/+5
2015-11-23Add OpenBLASErik Schnetter1-0/+24
2015-11-23Don't use https for downloadingErik Schnetter1-2/+2
2015-11-23Merge pull request #194 from trws/judyTodd Gamblin1-0/+15
add judy dynamic array/meta-trie/hash table lib
2015-11-23Merge pull request #192 from trws/clean-distTodd Gamblin1-1/+1
modified warning to reference spack clean
2015-11-23Merge pull request #190 from bhatele/feature/networktoolsTodd Gamblin1-0/+14
Add damselfly package
2015-11-20add judy dynamic array/meta-trie/hash table libTom Scogland1-0/+15
Just adding judy.
2015-11-20modified warning to reference spack cleanTom Scogland1-1/+1
clean --dist has been removed, command fixed to something that works.
2015-11-19Add damselfly packageAbhinav Bhatele1-0/+14
2015-11-19python: target OS X 10.6Ben Boeckel1-0/+1
Targeting anything older lacks rpath stuff which configure uses.
2015-11-19WIP: openssl: set KERNEL_BITS to make ./config workBen Boeckel1-0/+2
Why OpenSSL refuses to build without this (it explicitly warns about it) is a mystery.
2015-11-19dbus: disable launchd supportBen Boeckel1-1/+2
2015-11-18Merge pull request #176 from truatpasteurdotfr/developTodd Gamblin1-2/+2
jdk: updated to version 8u66
2015-11-18Merge pull request #178 from eschnett/developTodd Gamblin1-0/+1
Update HDF5 to 1.8.16
2015-11-18Merge pull request #179 from eschnett/update-hwlocTodd Gamblin1-0/+2
Update hwloc to 1.11.1
2015-11-18Merge pull request #181 from eschnett/update-openmpiTodd Gamblin2-0/+40
Update OpenMPI to 1.10.1; correct configure error in OpenMPI
2015-11-18Merge pull request #182 from eschnett/hdf5-mpiTodd Gamblin1-2/+2
HDF5: Support non-MPICH MPI implementations
2015-11-18Merge pull request #183 from eschnett/add-jemallocTodd Gamblin1-0/+14
Add jemalloc package
2015-11-18Merge pull request #184 from eschnett/update-cmakeTodd Gamblin1-0/+3
Update cmake to 3.4.0
2015-11-18Update cmake to 3.4.0Erik Schnetter1-0/+3
2015-11-18Add jemalloc packageErik Schnetter1-0/+14
2015-11-18HDF5: Support non-MPICH MPI implementationsErik Schnetter1-2/+2
2015-11-18Update OpenMPI to 1.10.1; correct configure error in OpenMPIErik Schnetter2-0/+40
2015-11-18Update hwloc to 1.11.1Erik Schnetter1-0/+2
2015-11-18Update HDF5 to 1.8.16Erik Schnetter1-0/+1
2015-11-18updated to version 8u66Tru Huynh1-2/+2
2015-11-17Merge pull request #173 from eschnett/developTodd Gamblin1-0/+1
Update OpenSSL package
2015-11-17Update OpenSSL packageErik Schnetter1-0/+1
2015-11-17Merge pull request #170 from eschnett/developTodd Gamblin1-0/+14
Add rsync package
2015-11-17Remove commentErik Schnetter1-2/+0
2015-11-17Add rsync packageErik Schnetter1-0/+16
2015-11-16paraview: update matplotlib and numpy depsBen Boeckel1-4/+2
2015-11-16py-pyside: update docstringBen Boeckel1-1/+1
2015-11-16py-matplotlib: make the gui and ipython support optionalBen Boeckel1-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.
2015-11-16paraview: configure the python and MPI executablesBen Boeckel1-0/+4
2015-11-16paraview: require qt4Ben Boeckel1-1/+1
Qt5 has bugs which need at least 5.6.0 for a fix.
2015-11-16paraview: add dependency on libxml2 backBen Boeckel1-2/+2
2015-11-16libxml2: make the python dependency optionalBen Boeckel1-3/+10
Also turn it off by default since it is usually not necessary. Anything needing the Python bindings should declare it explicitly.
2015-11-13updating lua package to install in correct orderTom Scogland1-1/+3
2015-11-12Fixed -l flag for 'spack extensions'Stephen Herbein1-2/+2
2015-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel43-44/+46
python install and lib/spack/external have the same library installed. This requires modifying the names of some modules in lib/spack/external in cases where both the system python and backported features of future python versions (i.e. after 2.6) are used (previously distinguished by "from external import X" and "import X").
2015-11-11Add CleverLeaf packageDavid Beckingsale2-2/+15
2015-11-10Added Python Twisted libraryAlfredo Gimenez1-0/+16
2015-11-09Merge pull request #156 from charlesareynolds/charlesareynoldsTodd Gamblin1-1/+1
Added missing $_sp_flags to spack.csh
2015-11-09mvapich2 : changed method name for consistency. Removed possibly duplicated ↵Massimiliano Culpo1-5/+3
flags
2015-11-09mvapich2 : variant strings are associated with a named variableMassimiliano Culpo1-40/+50