conda-forge / r-lwgeom-feedstock

A conda-smithy repository for r-lwgeom.
BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Undeclared `geos` dependency #37

Open mfansler opened 1 year ago

mfansler commented 1 year ago

This package links against geos but has not been explicitly declaring this.

Example linking analysis (osx-64 r-base=4.2)

$ otool -L lwgeom.dylib 
lwgeom.dylib:
    @rpath/R/library/lwgeom/libs/lwgeom.dylib (compatibility version 0.0.0, current version 0.0.0)
    @rpath/libproj.25.dylib (compatibility version 25.0.0, current version 25.9.1)
    @rpath/libc++.1.dylib (compatibility version 1.0.0, current version 1.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
    @rpath/libgeos_c.1.dylib (compatibility version 1.0.0, current version 1.17.1)
    @rpath/R/lib/libR.dylib (compatibility version 4.2.0, current version 4.2.2)

The lack of geos migration has been preventing the proj911 migration.

We need to: