summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel43-44/+46
2015-11-05Merge pull request #153 from ktkirk/libxml2Todd Gamblin1-1/+2
2015-11-05Merge pull request #151 from scalability-llnl/features/bzip2-macGregory Lee1-17/+41
2015-11-05Merge pull request #146 from davidbeckingsale/features/zshTodd Gamblin1-3/+7
2015-11-05Update ZSH versionDavid Beckingsale1-3/+7
2015-11-05Was getting system python over spack pythonKelly T. Kirk1-1/+2
2015-11-04Add Sphinx packageTodd Gamblin1-0/+13
2015-11-04Modified bzip2 package to work properly on macs.Todd Gamblin1-17/+41
2015-11-04Fix SPACK-93, SPACK-94, GitHub #150Todd Gamblin4-21/+18
2015-11-04Make architecture reflect OS *and* machine. Use Python's platform module.Todd Gamblin1-11/+8
2015-10-29Merge pull request #147 from epfl-scitas/bugfixes/db_context_managerTodd Gamblin3-3/+3
2015-10-30Fixed typo : write_lock() -> write_transaction()Massimiliano Culpo3-3/+3
2015-10-29Merge Greg Becker's build database support into develop.Todd Gamblin22-139/+1641
2015-10-29Merge pull request #124 from scheibelp/features/testinstall-cmdTodd Gamblin6-3/+350
2015-10-29Merge pull request #142 from mathstuf/dbus-disable-systemdTodd Gamblin1-1/+3
2015-10-29Merge pull request #141 from epfl-scitas/packages/clangTodd Gamblin2-13/+17
2015-10-29Merge pull request #143 from mathstuf/update-ncursesTodd Gamblin1-0/+2
2015-10-29Merge pull request #144 from mathstuf/add-paraviewTodd Gamblin1-0/+72
2015-10-29Merge pull request #145 from markcmiller86/v-char-bugfixTodd Gamblin1-2/+2
2015-10-29Merge pull request #139 from mathstuf/use-uname-for-archTodd Gamblin1-10/+10
2015-10-28Merge pull request #121 from epfl-scitas/issues/gccTodd Gamblin1-29/+39
2015-10-27generalize one of the cases to handle many more kinds of formatting optionsmiller861-2/+2
2015-10-27Build database working with simple transaction support; all tests passing.Todd Gamblin12-230/+645
2015-10-27Fix stupid lock bug.Todd Gamblin3-41/+53
2015-10-27Not all package stages have an archive file (e.g. source code repos) but all ofPeter Scheibel1-1/+1
2015-10-27Merge pull request #140 from PaulDapolito/add-xz-versionTodd Gamblin1-2/+6
2015-10-27paraview: add packageBen Boeckel1-0/+72
2015-10-27dbus: disable systemdBen Boeckel1-1/+3
2015-10-27ncurses: update packageBen Boeckel1-0/+2
2015-10-27Lock acquires return True/False depending on whether they got POSIX lock.Todd Gamblin1-4/+15
2015-10-27clang : updated versions and dependenciesMassimiliano Culpo2-7/+12
2015-10-27llvm : updated versionsMassimiliano Culpo1-6/+5
2015-10-26architecture: remove custom mac_type methodBen Boeckel1-13/+0
2015-10-26architecture: use uname if availableBen Boeckel1-1/+14
2015-10-26Fetch errors were also terminating runs of test-install with system exit, soPeter Scheibel3-1/+10
2015-10-26Merge pull request #127 from mathstuf/use-dict.setdefaultTodd Gamblin3-16/+7
2015-10-26python: use the setdefault method on dictBen Boeckel3-16/+7
2015-10-26Added v5.2.2 for xz libraryPaul Dapolito1-2/+6
2015-10-26Making SpackError reference consistent.Peter Scheibel1-2/+1
2015-10-26Automatically create a 'test-output' directory in the current directory if noPeter Scheibel1-1/+4
2015-10-24Working Lock class, now uses POSIX fcntl locks, extensive unit test.Todd Gamblin3-84/+350
2015-10-24Add a multiprocess Barrier class to use for testing parallel code.Todd Gamblin1-1/+49
2015-10-23The HTML number conversion regex operating against a byte string will onlyPeter Scheibel1-1/+2
2015-10-231. Rename CommandError -> InstallErrorPeter Scheibel2-5/+7
2015-10-23GCC : removed binutils variantMassimiliano Culpo1-10/+6
2015-10-221. Added CommandError exception to build_environmentPeter Scheibel2-15/+28
2015-10-22Generate test results (designated as skipped) for parents of failed dependenciesPeter Scheibel2-24/+45
2015-10-22Merge pull request #137 from davidbeckingsale/features/ompi-wrappersTodd Gamblin1-0/+64
2015-10-22Replace compiler in f90 and f77 wrappers if they existDavid Beckingsale1-3/+22
2015-10-22Filter wrapper data to use correct compilers in OpenMPIDavid Beckingsale1-0/+45