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

openmvs: bump version to latest release and fix build #98134

Closed
wants to merge 2 commits into from

Conversation

TimPut
Copy link
Contributor

@TimPut TimPut commented Sep 16, 2020

Motivation for this change

openmvs-unstable was based on an old version of openmvs and has been broken for a long time.

Things done

This commit bumps openmvs to a stable release, bumps the CGAL dependency to a needed newer version and fixes the build.

cdcseacave/openMVS#364 (comment)

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@@ -57,8 +56,7 @@ stdenv.mkDerivation {
homepage = "http://cdcseacave.github.io/openMVS/";
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ mdaiter ];
maintainers = with maintainers; [ mdaiter timput ];
# 20190414-174115: CMake cannot find CGAL which is passed as build input
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the comment still relevant if this is not broken anymore?

Also, I can verify that this builds (which I did), but I don't really know what this does, so I can't really test it.

Seeing as you're adding yourself as maintainer, I'd trust you that this actually does what it's supposed to.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct about that comment, I've removed it now.

I've also changed the commit message to better align with CONTRIBUTING.md

@7c6f434c
Copy link
Member

@ofborg eval

@symphorien
Copy link
Member

Please fix evaluation

undefined variable 'cgal_5' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/applications/science/misc/openmvs/default.nix:14:45

@stale
Copy link

stale bot commented Jul 22, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 22, 2021
@wegank
Copy link
Member

wegank commented Sep 1, 2023

Closed by #211780.

@wegank wegank closed this Sep 1, 2023
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

5 participants