Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

don't set a default backend, fixes #6 #7

Merged
merged 2 commits into from
Jul 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ function pre_build {
# See https://github.com/matplotlib/matplotlib/issues/10649
export LDFLAGS="-headerpad_max_install_names"
build_new_zlib
local default_backend=macosx
else
# Tk not available by default on manylinux build container.
local default_backend=TkAgg
fi
build_jpeg
build_libpng
Expand All @@ -40,8 +36,6 @@ function pre_build {
tests = True
toolkits_tests = True

[rc_options]
backend = $default_backend
EOF
}

Expand Down