[MacPorts] #69507: qgis3-ltr @3.34.4 configure failure on macOS Sonoma 14.4
MacPorts
noreply at macports.org
Sat Mar 16 19:29:07 UTC 2024
#69507: qgis3-ltr @3.34.4 configure failure on macOS Sonoma 14.4
--------------------------+----------------------
Reporter: arthurhoney | Owner: Veence
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.1
Resolution: | Keywords:
Port: qgis3 |
--------------------------+----------------------
Comment (by nilason):
This is caused by
[https://github.com/OSGeo/PROJ/commit/efc6c95b6927c138cbb9696db1ed57ca04f512c6
changes] with PROJ 9.4.0.
In short, the changes are:
{{{
- find_package(SQLite3 REQUIRED)
+ find_dependency(SQLite3)
}}}
where the CMake macro `find_dependency` fails, whereas `find_package` did
work.
I'm looking for a way to address this, but would appreciate any
suggestions.
--
Ticket URL: <https://trac.macports.org/ticket/69507#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list