cedadev / jasmin_scivm

9 stars 0 forks source link

update matplotlib #178

Closed alaniwi closed 5 years ago

alaniwi commented 5 years ago

To 2.2.2

Clean build Import fails with requirement for backports.functools_lru_cache

alaniwi commented 5 years ago

backports.functools_lru_cache built after separating out the __init__.py* into separate common package to avoid conflict with other existing backports package

alaniwi commented 5 years ago

Now requiring kiwisolver

alaniwi commented 5 years ago

kiwisolver build with C compiler warnings about _POSIX_C_SOURCE and _XOPEN_SOURCE redefined, hopefully not important, otherwise clean build and install

alaniwi commented 5 years ago

matplotlib now happy. Tested with https://matplotlib.org/gallery/color/color_cycle_default.html

Rebuilding to include kiwisolver and backports.functools_lru_cache RPM dependencies.