-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
openmvg: 1.3 -> 1.5 (unbreak) #85330
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, seems like this PR fell by the wayside. Seems like a new version of openmvg is out. If you feel like updating this PR, feel free to ping me for a review.
@@ -8,15 +8,13 @@ | |||
, enableDocs ? false }: | |||
|
|||
stdenv.mkDerivation rec { | |||
version = "1.3"; | |||
version = "1.5"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like 1.6 is out now.
pname = "openmvg"; | ||
|
||
src = fetchgit { | ||
url = "https://www.github.com/openmvg/openmvg.git"; | ||
|
||
# Tag v1.1 | ||
rev = "refs/tags/v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "refs/tags/v${version}"; | |
rev = "v${version}"; |
Looks good to me! |
@ofborg build openmvg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I amended the commit to use fetchFromGitHub
and use version 1.6.
Motivation for this change
Unbreak OpenMVG. Turns out all that was needed was to bump the version.
Things done
I successfully did a 3D photogrammetry reconstruction with this change.
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)