Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undeclared geos dependency #37

Open
2 of 3 tasks
mfansler opened this issue May 15, 2023 · 0 comments
Open
2 of 3 tasks

Undeclared geos dependency #37

mfansler opened this issue May 15, 2023 · 0 comments

Comments

@mfansler
Copy link
Member

mfansler commented May 15, 2023

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:

  • declare geos is recipe
  • migrate geos3112
  • patch metadata on existing packages to constrain geos requirements
@mfansler mfansler mentioned this issue May 15, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant