summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-03-08 03:43:52 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2016-03-08 03:43:52 -0800
commit31cebb969a6aae4b25840e05f7af49e519fb842a (patch)
tree8ee707ab19a00b4094aafde8845927b8f4428d76 /var
parent214deeda54d6ddabede843111bfce3405fba6548 (diff)
parent5aadb6df19ea6d7575ee5f5e5f18d92934245d98 (diff)
downloadspack-31cebb969a6aae4b25840e05f7af49e519fb842a.tar.gz
spack-31cebb969a6aae4b25840e05f7af49e519fb842a.tar.bz2
spack-31cebb969a6aae4b25840e05f7af49e519fb842a.tar.xz
spack-31cebb969a6aae4b25840e05f7af49e519fb842a.zip
Merge pull request #504 from LLNL/bugfix/github-502
Bugfix/GitHub 502: Error: No spec file found at path
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/pango/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/pango/package.py b/var/spack/repos/builtin/packages/pango/package.py
index df43625bf5..79dad3a3d2 100644
--- a/var/spack/repos/builtin/packages/pango/package.py
+++ b/var/spack/repos/builtin/packages/pango/package.py
@@ -16,4 +16,4 @@ class Pango(Package):
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
make()
- make("install")
+ make("install", parallel=False)