Skip to content

Commit

Permalink
Use non-interactive matplotlib backend
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 19, 2024
1 parent 0726adb commit 2961159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,9 @@ END
# Prevent wine from trying to open an X connection
unset DISPLAY

# Prevent matplotlib from trying to use the non-functional TkAgg backend
export MPLBACKEND=Agg

get_cmake $PLATFORM
CMAKE_ARGS+=("-DCMAKE_BUILD_TYPE=Release" \
"-DCMAKE_CXX_FLAGS='/DBOOST_ALL_DYN_LINK /EHsc /DH5_BUILT_AS_DYNAMIC_LIB /DWIN32 /DGSL_DLL${EXTRA_CXX_FLAGS}'" \
Expand Down

0 comments on commit 2961159

Please sign in to comment.