summary refs log tree commit diff
path: root/pkgs/development/libraries/dlib/default.nix
Commit message (Collapse)AuthorAge
* treewide: remove myself (ma27) from a few packagesMaximilian Bosch2023-10-18
| | | | | | | | | | | | | It's time again, I guess :> Main motivation is to stop being pinged about software that I maintained for work now that I'm about to switch jobs. There's no point in pinging me to review/test updates or to debug issues in e.g. the Atlassian stack or on mailman since I use neither personally. But there's also a bunch of other stuff that I stopped using personally. While at it I realized that I'm still maintainer of a few tests & modules related to packages I stopped maintaining in the past already.
* dlib: 19.24 -> 19.24.2R. Ryantm2023-05-21
|
* dlib: add Darwin supportGrace Dinh2022-08-23
|
* dlib: 19.23 -> 19.24Maximilian Bosch2022-05-13
| | | | ChangeLog: https://github.com/davisking/dlib/compare/v19.23...v19.24
* dlib: 19.22 -> 19.23Maximilian Bosch2022-01-28
| | | | https://github.com/davisking/dlib/blob/v19.23/docs/docs/release_notes.xml#L13-L38
* dlib: 19.21 -> 19.22Maximilian Bosch2021-03-28
| | | | ChangeLog: http://dlib.net/release_notes.html
* dlib: support sse4 instructionsDaniel Nagy2021-02-25
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* Merge pull request #61019 from volth/gcc.arch-amdJohn Ericson2020-09-01
|\ | | | | platform.gcc.arch: support for AMD CPUs
| * gcc.arch: refactor, move tables under lib/volth2020-08-05
| |
| * platform.gcc.arch: support for AMD CPUsvolth2020-08-05
| |
* | python3Packages.dlib: 19.20 -> 19.21Maximilian Bosch2020-08-08
|/ | | | https://github.com/davisking/dlib/releases/tag/v19.21
* dlib: 19.19 -> 19.20Maximilian Bosch2020-06-07
| | | | https://github.com/davisking/dlib/releases/tag/v19.20
* added cuda cmake flags (allows GPU acceleration of some of the libraries ↵alexanderWatanabe2020-04-13
| | | | functions)
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* dlib: 19.18 -> 19.19Maximilian Bosch2019-12-14
| | | | https://github.com/davisking/dlib/releases/tag/v19.19
* python37Packages.dlib: 19.17 -> 19.18R. RyanTM2019-09-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-dlib/versions
* Merge master into staging-nextFrederik Rietdijk2019-08-27
|\
| * dlib: 19.16 -> 19.17Maximilian Bosch2019-08-22
| | | | | | | | | | | | | | https://github.com/davisking/dlib/releases/tag/v19.17 Also had to change the expression for setup.py flags as 19.17 doesn't support `--yes` anymore.
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* dlib: add flag to disable AVX supportMaximilian Bosch2019-03-03
| | | | | | | | | | Especially older hardware doesn't support AVX instructions. DLib is still functional there, but significantly slower[1]. By setting `avxInstructions` to false, DLib will be compiled without this feature. [1] http://dlib.net/compile.html
* python36Packages.dlib: 19.13 -> 19.16R. RyanTM2018-10-24
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-dlib/versions
* dlib: 19.9 -> 19.13 (#41953)Maximilian Bosch2018-06-17
| | | | | | | | | | | | | | | | | | | | This fixes the latest `dlib` build for `nixpkgs` compliancy: * Patched `setup.py` to use number of jobs defined in `$NIX_BUILD_CORES` rather than using all available cores. * Bumped `dlib` to latest version (v19.13 ATM). * Dropped `openblas` build input, `cblas` which actually works lives in `dlib/external`. Otherwise the test suite runs into segfaults (see https://github.com/NixOS/nixpkgs/pull/39255#issuecomment-384535129 for further reference). * Added myself as maintainer in case of any further breakage in the future. Closes #39255 /cc @dotlambda @ryantm
* dlib: mark linux onlyDaiderd Jordan2018-04-05
|
* Revert "dlib: 19.9 -> 19.10"Maximilian Bosch2018-04-03
| | | | This reverts commit 7ec4573f4c9e4ad5e05319b13adef1a804d52db0.
* dlib: 19.9 -> 19.10Ryan Mulligan2018-03-22
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. 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 19.10 with grep in /nix/store/3h9m66pcyc428v616z3ls200aidd12wz-dlib-19.10 - directory tree listing: https://gist.github.com/7c3e568146e46ccdaed28be2916bd0a9
* dlib: 19.8 -> 19.9Ryan Mulligan2018-02-25
| | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 19.9 with grep in /nix/store/m3l0f18i7mw50wbn51v817g2icaaprkd-dlib-19.9
* dlib: 19.6 -> 19.8Maarten Hoogendoorn2017-12-29
|
* dlib: 19.4 -> 19.6Nikolay Amiantov2017-09-07
|
* dlib: 18.10 -> 19.4ndowens2017-03-12
|
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* Fixed many descriptionsPascal Wittmann2014-11-11
|
* Added Christopher Poole to the list of dlib package maintainers.Christopher Poole2014-10-10
|
* Added the dlib machine learning library.Christopher Poole2014-10-07