summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-14Fix spindle launchmon dependencyMatthew LeGendre1-2/+2
2014-03-14Merge branch 'version_opt' into spindleMatthew LeGendre1-1/+4
2014-03-14Fix issue when compiler wrappers ran gcc -VMatthew LeGendre1-1/+4
2014-03-13Change spindle package to use hardcoded LaunchMON pathMatthew LeGendre1-2/+2
2014-03-13Merge branch 'master' into spindleMatthew LeGendre6-8/+61
2014-03-13Merge branch 'master' of https://lc.llnl.gov/stash/scm/scale/spackAdam Moody4-6/+13
2014-03-13adding pmgr_collectiveAdam Moody1-0/+38
2014-03-13Add str() calls around messages in ttyTodd Gamblin1-5/+5
2014-03-13Merge pull request #2 in SCALE/spack from zippackages to masterGeorge Todd Gamblin1-0/+3
# By Matthew LeGendre # Via Matthew LeGendre * commit '67203f17e09da90a62d4ae8105c3de5b73c09951': Use unzip to unpackage .zip files
2014-03-13Merge branch 'master' into zippackagesMatthew LeGendre3-3/+15
2014-03-13Use unzip to unpackage .zip filesMatthew LeGendre1-0/+3
2014-03-13Support github URLsTodd Gamblin2-1/+5
2014-03-13change rename to move in mirror creationAdam Moody1-1/+2
2014-03-13Added a -k/--insecure option to make curl not check certs.Todd Gamblin1-2/+9
2014-03-13add spindle packageMatthew LeGendre1-0/+39
2014-02-10Add spack patch docs to build process section.Todd Gamblin1-0/+12
2014-02-10Document mirrors and change mirror precedence.Todd Gamblin3-3/+139
2014-02-10Command to create spack mirrors.Todd Gamblin1-0/+88
2014-02-09Cleanup find_versions_of_archive.Todd Gamblin4-19/+26
- less kludgy matching -- we nw extract the version straight from a capture group in the original match, rather than by trying to match again. - Avoids problems like finding "2" as the version in mvapich2-1.9, when "2" here is part of the package name.
2014-02-08Added docs for patching.Todd Gamblin1-3/+99
2014-02-08started patch docs.Todd Gamblin1-0/+22
2014-02-08add mvapich2 moduleAdam Moody2-0/+38
2014-02-08Support for patches in packages.Todd Gamblin8-13/+246
- packages can provide patch() directive to specify a patch file that should be applied to source code after expanding it and before building. - patches can have a when spec, so they're only applied under certain conditions - patches can be local files in the package's own directory, or they can be URLs which will be fetched from the internet.
2014-02-08Packages can now live in directories, not just .py files.Todd Gamblin6-7/+143
This gives us a place to put patch files.
2014-02-07Fix regex used in find_versions_of_archive.Todd Gamblin2-3/+8
Fixes github issue #2, as well as spack create for mvapich.
2014-02-07Add dirty options to create and checksum, like install.Todd Gamblin3-5/+12
2014-02-07Fix bugs that crept into spack clean when stage was refactored.Todd Gamblin4-10/+9
2014-02-07Make default spack text non-boldTodd Gamblin1-1/+1
2014-02-07Merge pull request #4 from jprotze/masterTodd Gamblin1-2/+2
fix bug introduced by name change of arch package to 'architecture'
2014-02-07fix alias namingjprotze1-2/+2
2014-02-06Spack message text is just bold, not bold white now.Todd Gamblin2-12/+17
- added capability for just bold and just underline to color.py - Make tty.msg() display bold text instead of bold white
2014-02-05Fixed regressions.Todd Gamblin2-10/+9
2014-02-05Bugfix in clean command.Todd Gamblin1-1/+1
2014-02-05Fix bug in make jobs parameter.Todd Gamblin1-1/+1
2014-02-05Fix Mac OS package icon.Todd Gamblin1-1/+1
2014-02-05Architecture string can contain '.' now.Todd Gamblin1-1/+0
2014-02-05Allow file URLsTodd Gamblin1-1/+1
2014-02-05Ignore more errors when spidering.Todd Gamblin1-0/+4
2014-02-05Fix spelling error in tmp dirTodd Gamblin1-1/+1
2014-02-05Simplify redundant conditional.Todd Gamblin1-7/+1
2014-02-05Fix import bug.Todd Gamblin1-0/+3
2014-02-05Fix bug in staging.Todd Gamblin1-2/+2
- Stage needs to account for symlinks in self.tmp_dir - Use os.realpath on self.tmp_dir when checking to see if a stage needs to be rebuilt
2014-02-05Can now mirror tarballs in a local directory.Todd Gamblin5-39/+69
- Can add tarballs to local directory; no longer have to download from source URL.
2014-01-23Merge pull request #1 from scalability-llnl/20140121_bug_fixesTodd Gamblin3-36/+35
bug fixes from Greg Lee
2014-01-23bug fixesGregory L. Lee3-36/+35
- Make prefix an actual string so that install doesn't fail. - Executable should throw SpackError on command failure.
2014-01-15More typo fixesTodd Gamblin1-38/+35
2014-01-14typo fixes from AdamTodd Gamblin2-9/+9
2014-01-14Add release number to READMETodd Gamblin1-0/+1
2014-01-13Add README for github repo.Todd Gamblin1-0/+37
2014-01-13Script to make 'spack python' usable across platforms in shebang scripts.Todd Gamblin1-0/+43