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

Cache PROJ library build when building wheels #1345

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    7e8e0c7 View commit details
    Browse the repository at this point in the history
  2. Fix bash if statement

    It's been a while
    djhoese committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4198d96 View commit details
    Browse the repository at this point in the history
  3. Fix proj cache condition

    djhoese committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fd5f9c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfb5e14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01bc016 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27dc3f9 View commit details
    Browse the repository at this point in the history
  7. Cleanup typos and cp -R usage

    djhoese committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7dda894 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3823395 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    716f13b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ded8d65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd62f2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    49600d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    709cf73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcba859 View commit details
    Browse the repository at this point in the history
  3. Try with no bash

    djhoese committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    d7b7b7a View commit details
    Browse the repository at this point in the history
  4. Try lib for library path

    djhoese committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    4629979 View commit details
    Browse the repository at this point in the history
  5. Try lib64 for library path

    djhoese committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    b3e0a70 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Add missing /host prefix

    djhoese committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    32045d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Try using LD_RUN_PATH instead of LD_LIBRARY_PATH

    This should mean that the built .so has a reference to the path and the user isn't required to add it
    djhoese committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    55316f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4aba7e View commit details
    Browse the repository at this point in the history