diff options
author | Geoffrey Oxberry <goxberry@gmail.com> | 2019-08-09 08:17:57 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-08-09 10:17:57 -0500 |
commit | 7b47178a5324d84b04f119b8960cad0bc6f86e58 (patch) | |
tree | 9fce4f5b63097f75762c0e4fd9edb830c303217e /LICENSE-MIT | |
parent | 850b2ad42e0b26563c77c9fe402e15a70c638ca3 (diff) | |
download | spack-7b47178a5324d84b04f119b8960cad0bc6f86e58.tar.gz spack-7b47178a5324d84b04f119b8960cad0bc6f86e58.tar.bz2 spack-7b47178a5324d84b04f119b8960cad0bc6f86e58.tar.xz spack-7b47178a5324d84b04f119b8960cad0bc6f86e58.zip |
bugfix: hunspell: add missing gettext dependency (#12347)
* hunspell: write autoreconf method to triage error
This commit fixes the error described in GitHub issue
`AutotoolsPackage` class attempts to call `libtoolize`, which doesn't
exist on macOS systems that externally install `libtool` in Spack via
Homebrew -- Homebrew installzes GNU libtoolize as `glibtoolize`.
The fix is to call `autoreconf` only, and GitHub pull request #12344
makes this change in
AutotoolsPackage (https://github.com/spack/spack/pull/12344). However,
while waiting for that pull request to be merged, overriding the
`autoreconf` method achieves the same result for a self-contained
fix. This self-contained fix is necessary to fix a dependency bug in
the `hunspell` package.
* hunspell: add missing gettext dependency
* hunspell: add version 1.7.0
Diffstat (limited to 'LICENSE-MIT')
0 files changed, 0 insertions, 0 deletions