diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-04-04 10:13:15 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-04-04 10:13:15 -0700 |
commit | 932ed6b2809f4afde11445761881fa78b7527806 (patch) | |
tree | 2ff6590c1b113c68665377363207770ad67ba4c7 | |
parent | a43cb60097e02006e7250229910bc13e496bed94 (diff) | |
parent | 2809fe95db84956b93824402cf4e00d1c437f14e (diff) | |
download | spack-932ed6b2809f4afde11445761881fa78b7527806.tar.gz spack-932ed6b2809f4afde11445761881fa78b7527806.tar.bz2 spack-932ed6b2809f4afde11445761881fa78b7527806.tar.xz spack-932ed6b2809f4afde11445761881fa78b7527806.zip |
Merge pull request #731 from citibeth/efischer/160403-GitDependency
git: added comment about newly discovered dependency
-rw-r--r-- | var/spack/repos/builtin/packages/git/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/git/package.py b/var/spack/repos/builtin/packages/git/package.py index 586b6ce3c3..388f84aefd 100644 --- a/var/spack/repos/builtin/packages/git/package.py +++ b/var/spack/repos/builtin/packages/git/package.py @@ -36,6 +36,8 @@ class Git(Package): depends_on("curl", when="+curl") depends_on("expat", when="+expat") + # Also depends_on gettext: apt-get install gettext (Ubuntu) + # Use system perl for now. # depends_on("perl") # depends_on("pcre") |