summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-25Rework Spack config: keep user & site config in memory.Todd Gamblin11-268/+285
2015-11-28Add default repos.yamlTodd Gamblin1-0/+8
2015-11-28Add a cleaned up repo command.Todd Gamblin1-64/+75
2015-11-28Integrate namespace attribute into spec, spec DAG, spec YAML.Todd Gamblin6-35/+125
2015-11-28Fix spack.db -> spack.repo in bin/spackTodd Gamblin1-2/+2
2015-11-26Add tests for importing packages directly.Todd Gamblin1-2/+40
2015-11-26New, cleaner package repository structure.Todd Gamblin285-65/+138
2015-11-25Rename spack.db -> spack.repoTodd Gamblin43-103/+103
2015-11-25Rename packages.py to repository.py, PackageFinder to RepoPath.Todd Gamblin9-128/+25
2015-11-22Working PackageFinder / RepoTodd Gamblin10-160/+331
2015-11-12Fix and move NamespaceTrie to spack.util.namingTodd Gamblin4-42/+154
2015-11-12Small fix to prevent this test from interfering with others.Todd Gamblin1-17/+22
2015-11-12Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin93-280/+2985
2015-11-04Add Sphinx packageTodd Gamblin1-0/+13
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