diff options
author | Andrew W Elble <aweits@rit.edu> | 2020-01-30 15:42:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 14:42:48 -0600 |
commit | b072caadeced9ed1eda97825d9242849294f7362 (patch) | |
tree | 65427d8305027f60434318b42a752fb2ecb9a08f /lib | |
parent | 7b2895109cac96174949b51ba19c5fc9aa011ad7 (diff) | |
download | spack-b072caadeced9ed1eda97825d9242849294f7362.tar.gz spack-b072caadeced9ed1eda97825d9242849294f7362.tar.bz2 spack-b072caadeced9ed1eda97825d9242849294f7362.tar.xz spack-b072caadeced9ed1eda97825d9242849294f7362.zip |
fix: py-pillow build_ext vs. install (#14666)
Previously, the install stage would compile in things that were
disabled during the build_ext phase. This would also result in the
build pulling in locally installed versions of libraries that were
disabled. The install process doesn't honor the same command-line
flags that build_ext does, but does call build_ext again. Avoid the
whole issue by just writing the options to setup.cfg
Also, add the Imagemagick dependency for tests.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions