Vladimír Čunát
24711148d4
openmvg: fixup build
...
The build broke probably after cmake upgrade in b8ac5b6cfb
,
but either way - this forcing of old C++ standard seemed bad.
https://hydra.nixos.org/build/225241222/nixlog/2/tail
2023-06-26 11:28:12 +02:00
Bouke van der Bijl
ebc120c155
openmvg: use ceres-solver from nixpkgs
...
The vendored one gets built with -march=native
2023-02-22 12:27:49 +01:00
Bouke van der Bijl
081eb4d889
openmvg: set target architecture to 'generic'
...
Otherwise the resulting binaries are specialized for the machine they're
built on (like -march=native)
2023-02-22 12:14:01 +01:00
Bouke van der Bijl
a725652372
openmvg: don't build shared if isStatic
2023-01-25 10:48:16 +01:00
Bouke van der Bijl
6917c3116b
openmvg: build as shared library
2023-01-24 16:30:52 +01:00
Bouke van der Bijl
37abe67414
openmvg: add missing dependencies
...
* Use external cereal
* Add openmp for parallel processing
* Add bouk as maintainer
2023-01-23 14:46:58 +01:00
Bouke van der Bijl
e3848c1ec4
openmvg: 2.0 -> unstable-2022-12-30 ( #211560 )
2023-01-20 13:08:22 +01:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux
2022-05-30 13:42:58 +02:00
R. Ryantm
3112fe2ace
openmvg: 1.6 -> 2.0
2021-12-07 20:17:43 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Scott Worley
05a16be9c5
openmvg: 1.3 -> 1.6 (unbreak)
2020-08-16 08:35:54 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
tim put
a47a16a887
openmvg: 1.1 -> 1.3
2018-06-25 16:12:26 -06:00
xeji
d63702a473
openmvg: mark as broken
2018-04-12 23:04:02 +02:00
mdaiter
fdd28b6fe0
openmvg: clarify Git version
...
fixes #25615
2017-05-09 09:39:41 +01:00
Matthew Daiter
c6385eb0f5
openmvg: init at v1.1
2017-05-05 15:51:32 +02:00