Skip to content

Commit

Permalink
matplotlib/3.8.2: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jan 11, 2024
1 parent 1edc5c9 commit 1bce531
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ exts_list = [
}),
(name, version, {
'patches': ['matplotlib-3.8.2-fix_setup.patch'],
'preinstallopts': "sed -e 's/#system_freetype = False/system_freetype = True/g' -e 's/#system_qhull = False/system_qhull = True/g' mplsetup.cfg.template >mplsetup.cfg&& export CPLUS_INCLUDE_PATH=$EBROOTFREETYPE/include/freetype2:${CPLUS_INCLUDE_PATH} && ",
'preinstallopts': "sed -e 's/#system_freetype = False/system_freetype = True/g' "
"-e 's/#system_qhull = False/system_qhull = True/g' mplsetup.cfg.template >mplsetup.cfg"
"&& export CPLUS_INCLUDE_PATH=$EBROOTFREETYPE/include/freetype2:${CPLUS_INCLUDE_PATH} && ",
'checksums': [
{'matplotlib-3.8.2.tar.gz': '01a978b871b881ee76017152f1f1a0cbf6bd5f7b8ff8c96df0df1bd57d8755a1'},
{'matplotlib-3.8.2-fix_setup.patch': '16e1610aec49af402e324e0b71c69d6b7ae106732088318e727b48282492a932'},
Expand Down

0 comments on commit 1bce531

Please sign in to comment.