qgis / QGIS-Mac-Packager

Scripts for Official QGIS MacOS Packages
https://www.qgis.org
GNU General Public License v2.0
54 stars 21 forks source link

fix shapely geos load #81

Closed PeterPetrik closed 3 years ago

PeterPetrik commented 3 years ago

/opt/QGIS/qgis-deps-0.5.4/stage/lib/python3.7/site-packages/shapely/geos.py

PeterPetrik commented 3 years ago

looks like it works by setting CONDA_PREFIX

PeterPetrik commented 3 years ago

there is code like

elif sys.platform == 'darwin':
    # Test to see if we have a delocated wheel with a GEOS dylib.
    geos_whl_dylib = os.path.abspath(os.path.join(os.path.dirname(
        __file__), '.dylibs/libgeos_c.1.dylib'))

so we fix this by creating symbolic link on the location