diff options
author | Glenn Johnson <glennpj@gmail.com> | 2016-09-21 06:02:28 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-09-21 04:02:28 -0700 |
commit | c1284a9046bc54c34ec400bffa9458f084c0f9da (patch) | |
tree | 81f5dd55eccd0ccea70d08a5f2d151c2bc596575 /lib | |
parent | 851b58248dd12dd23b15075a97b26d301591343b (diff) | |
download | spack-c1284a9046bc54c34ec400bffa9458f084c0f9da.tar.gz spack-c1284a9046bc54c34ec400bffa9458f084c0f9da.tar.bz2 spack-c1284a9046bc54c34ec400bffa9458f084c0f9da.tar.xz spack-c1284a9046bc54c34ec400bffa9458f084c0f9da.zip |
Stop python from linking with system ncurses (#1672)
Python will look to link with libncursesw in preference to libncurses. Since
ncurses in spack is built without suffixes there is no libncursesw and
python will link to the system libncursesw for _curses.so and
_curses_panel.so, as well as libpanelw for _curses_panel.so.
This PR introduces a patch that simple removes the check for ncursesw in
setup.py and therefore sets `curses_library` to `ncurses`.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions