matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
772 stars 390 forks source link

BLD: Unset runtime_library_dirs on Cygwin #582

Closed DWesl closed 1 year ago

DWesl commented 1 year ago

Cygwin doesn't have -rpath, so avoid specifying an option that would set it.

Also the file name will most commonly be /usr/bin/cyggeos_c-1.dll, so make sure the glob allows that.