From: Matthew Fernandez Date: Tue, 21 Jun 2022 00:50:58 +0000 (-0700) Subject: CI: install librsvg on macOS X-Git-Tag: 5.0.0~16^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f2669a2d751f77c2b1cbf5d21607ceeda339247;p=graphviz CI: install librsvg on macOS This is a dependency of the rsvg plugin. Gitlab: #2227 --- diff --git a/ci/macos-install-build-dependencies.sh b/ci/macos-install-build-dependencies.sh index b6e4bbb8b..09f17a6ee 100644 --- a/ci/macos-install-build-dependencies.sh +++ b/ci/macos-install-build-dependencies.sh @@ -46,6 +46,7 @@ export LDFLAGS="-L/usr/local/opt/qt@5/lib" export CPPFLAGS="-I/usr/local/opt/qt@5/include" export PKG_CONFIG_PATH="/usr/local/opt/qt@5/lib/pkgconfig" +brew install librsvg || brew upgrade librsvg brew install libxaw || brew upgrade libxaw # install MacPorts for libANN diff --git a/ci/macos-install-runtime-dependencies.sh b/ci/macos-install-runtime-dependencies.sh index c6632f169..9e38e50cf 100644 --- a/ci/macos-install-runtime-dependencies.sh +++ b/ci/macos-install-runtime-dependencies.sh @@ -28,6 +28,7 @@ export LDFLAGS="-L/usr/local/opt/qt@5/lib" export CPPFLAGS="-I/usr/local/opt/qt@5/include" export PKG_CONFIG_PATH="/usr/local/opt/qt@5/lib/pkgconfig" +brew install librsvg || brew upgrade librsvg brew install libxaw || brew upgrade libxaw # install MacPorts for libANN