File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,13 @@ jobs:
33
33
- compiler : clang
34
34
cc : " clang"
35
35
cxx : " clang++"
36
- # Qt6 doesn't install pkg-config files on macOS by default. See: https://bugreports.qt.io/browse/QTBUG-86080
37
- # Homebrew installs "unofficial" .pc files for it in a non-default location.
38
- qt-pkg-config-path : opt/qt@6/libexec/lib/pkgconfig
39
36
- os : macos-13
40
37
qt : " 5"
41
38
cc : " clang"
42
39
cxx : " clang++"
43
40
# SUNDIALS >= 6.5.0 doesn't compile with the default flags determined
44
41
# by the configure script. Set CXX manually to enable building with it.
45
42
cxx-compiler-flags : " -std=gnu++14"
46
- qt-pkg-config-path : opt/qt@5/lib/pkgconfig
47
43
48
44
env :
49
45
CC : ${{ matrix.cc }}
@@ -157,7 +153,7 @@ jobs:
157
153
CPPFLAGS="-I${HOMEBREW_PREFIX}/opt/gettext/include -I${HOMEBREW_PREFIX}/opt/icu4c/include -I${HOMEBREW_PREFIX}/opt/libiconv/include -I${HOMEBREW_PREFIX}/opt/qt@${{ matrix.qt }}/include -I${HOMEBREW_PREFIX}/opt/readline/include -I${HOMEBREW_PREFIX}/opt/sqlite/include $MY_CPPFLAGS -I${HOMEBREW_PREFIX}/include" \
158
154
CXXFLAGS="-O2 -g" \
159
155
LDFLAGS="-L${HOMEBREW_PREFIX}/opt/bison/lib -L${HOMEBREW_PREFIX}/opt/gettext/lib -L${HOMEBREW_PREFIX}/opt/icu4c/lib -L${HOMEBREW_PREFIX}/opt/libiconv/lib -L${HOMEBREW_PREFIX}/opt/readline/lib -L${HOMEBREW_PREFIX}/opt/sqlite/lib $MY_LDFLAGS -L${HOMEBREW_PREFIX}/lib" \
160
- PKG_CONFIG_PATH="${HOMEBREW_PREFIX}/opt/openblas/lib/pkgconfig:${HOMEBREW_PREFIX}/opt/icu4c/lib/pkgconfig:${HOMEBREW_PREFIX}/${{ matrix.qt-pkg-config-path }}" \
156
+ PKG_CONFIG_PATH="${HOMEBREW_PREFIX}/opt/openblas/lib/pkgconfig:${HOMEBREW_PREFIX}/opt/icu4c/lib/pkgconfig:${HOMEBREW_PREFIX}/opt/qt@ ${{ matrix.qt }}/lib/pkgconfig " \
161
157
--with-qt=${{ matrix.qt }} \
162
158
QCOLLECTIONGENERATOR="qhelpgenerator" \
163
159
--with-x=no \
You can’t perform that action at this time.
0 commit comments