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

Mapnik core binaries #1003

Merged
merged 9 commits into from
Oct 29, 2024
Merged

Mapnik core binaries #1003

merged 9 commits into from
Oct 29, 2024

Commits on Sep 26, 2024

  1. Use "optionalDependencies" to pull platform specific core-[platform]-…

    …[arch]-[version] package
    artemp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    13aff15 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Use "preinstall" to symlink @mapnik/core-[platform]-[arch]/lib,bin + …

    …create mapnik_settings.js [WIP]
    artemp committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d9d8267 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix $MAPNIK_CORE_PATH logic

    artemp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eb29f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91eac04 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    2d28b1b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    1bb1484 View commit details
    Browse the repository at this point in the history
  2. Fix pre/post install logic to allow -

    * `npm run prebuildify`  #prebuild platform specific binaries
    * `npm install --build-from-source --omit optional` #build using local mapnik
    
    "--omit optional" will prevent pulling binaries from registry if available and is optional:)
    Both options require working `mapnik-config`.
    artemp committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a927a35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd77a64 View commit details
    Browse the repository at this point in the history
  4. v4.5.6-rc1

    artemp committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ff69f3a View commit details
    Browse the repository at this point in the history