summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/ceres-solver (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* google-gflags: move to aliases.nix•••google-gflags were renamed to gflags in 2012: https://github.com/gflags/gflags/#25-january-2012 gflags.name will be updated in staging. Orivej Desh2019-07-251-4/+4
* ceres-solver: fix darwin build (#46626)•••The Basel BUILD file conflicts with the cmake build directory on case-insensitive filesystems, eg. darwin. /cc ZHF #45961Daiderd Jordan2018-09-131-2/+8
* ceres-solver: clean up cmake configuration (#42661)•••No need to explicitely set cmakeFlags, specifying the eigen library in the build inputs is enough.timor2018-06-281-7/+1
* ceres-solver: 1.12.0 -> 1.14.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ceres-solver/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.14.0 with grep in /nix/store/mvj86dhnflivspnsg5j28bvvxs3cqxb2-ceres-solver-1.14.0 - directory tree listing: https://gist.github.com/12d57ed67687bd3c67a7d582ae34e41d R. RyanTM2018-04-071-2/+2
* pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances Silvan Mosberger2017-08-011-1/+1
* ceres-solver: 1.10.0 -> 1.12.0ndowens2017-03-111-9/+7
* ceres-solver: glog builds on darwin just fine nowVlad Ki2016-11-191-9/+2
* treewide: Add lots of meta.platforms•••Build-tested on x86_64 Linux & Mac. Tuomas Tynkkynen2016-08-021-0/+1
* Added derivation for google ceres-solver optimization library for C++Luis G. Torres2015-03-121-0/+51