Skip to content

Instantly share code, notes, and snippets.

@mapsam
Last active April 7, 2016 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapsam/c4b76c3dfaa657ffc1dc71b1f7141f89 to your computer and use it in GitHub Desktop.
Save mapsam/c4b76c3dfaa657ffc1dc71b1f7141f89 to your computer and use it in GitHub Desktop.
c++ dependent dependents
version dependency dep version description
0.11.0 node-mapnik node-gdal 3.4.x 0.8.x start here, with previous versions of these node C++ dependencies
0.12.0 node-mapnik node-gdal 3.5.x 0.8.x we had to upgrade node-mapnik to it's latest and greatest, but node-gdal stayed the same
0.13.0 node-mapnik node-gdal 3.4.x 0.9.x we ran into an issue with the 0.8.x version of node-gdal, which is a dependency of node-mapnik - had to update node-gdal and therefore update an older version of node-mapnik for the fix, which required us to downgrade node-mapnik in this repo. This means we have flipped versions and can lead to duplicate C++ binaries. Instead of a 0.11.1 release of this repo, we can publish a quick, one-off in 0.13.0 that takes into account the flipped dependencies without hurting other repos.
0.14.0 node-mapnik node-gdal 3.5.x 0.9.x Now we can get back on track, with both modules updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment