Skip to content

pyproj: enable tests, use bundled proj by default #25870

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

Merged
merged 1 commit into from
May 19, 2017

Conversation

risicle
Copy link
Contributor

@risicle risicle commented May 17, 2017

Motivation for this change

Funny story, I'd actually totally independently packaged pyproj myself at around the same time, but wasn't able to submit it due to an internet outage. Anyway...

I managed to get the tests working for this, but to get them to pass I had to switch to using the bundled version of proj, though still allowing the possibility for a system proj to be used if desired.

Again, if you like I'll add myself as maintainer of this.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Sorry, something went wrong.

@mention-bot
Copy link

@risicle, thanks for your PR! By analyzing the history of the files in this pull request, we identified @FRidh to be a potential reviewer.

@FRidh
Copy link
Member

FRidh commented May 18, 2017

Interesting, I was using pyproj last week or so and found the conversion I was doing was not accurate enough. Maybe it was because we used it in combination with an unsupported version of proj? In any case, do you know which version of proj is bundled?

@risicle
Copy link
Contributor Author

risicle commented May 18, 2017

Hmmm for 1.9.5.1 the only log info is

update from latest proj git

So I think it's best summed up as "unspecified version".

(this is why I advocate using git submodules when it's absolutely positively necessary to bundle/fork a dependency)

@FRidh FRidh merged commit 61451f1 into NixOS:master May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants