spack/var
Robert Underwood 4eb3558d20
Prefer dynamic linking for Python in vim when +python (#17870)
Previously the python package for vim used static linking, and depending
on what system libraries were available and linked against could cause
symbol conflicts for python leading to segfaults in loading c modules in
the standard library (i.e. heapq).  This patch address this issue by
dynamically linking them.
2020-08-04 12:22:53 -05:00
..
spack Prefer dynamic linking for Python in vim when +python (#17870) 2020-08-04 12:22:53 -05:00