Commit graph

14 commits

Author SHA1 Message Date
Maximilian Bosch 9732c44225
dlib: add flag to disable AVX support
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
2019-03-03 15:35:58 +01:00
R. RyanTM c41603ab1b python36Packages.dlib: 19.13 -> 19.16
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
2018-10-24 11:32:46 -07:00
Maximilian Bosch ccdd229d21 dlib: 19.9 -> 19.13 (#41953)
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
2018-06-17 19:33:14 +02:00
Daiderd Jordan 9b322eb45d
dlib: mark linux only 2018-04-05 20:05:19 +02:00
Maximilian Bosch a770159b76
Revert "dlib: 19.9 -> 19.10"
This reverts commit 7ec4573f4c.
2018-04-03 14:45:54 +02:00
Ryan Mulligan 7ec4573f4c dlib: 19.9 -> 19.10
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
2018-03-22 16:38:28 +01:00
Ryan Mulligan 4816a395c7 dlib: 19.8 -> 19.9
Semi-automatic update. These checks were performed:

- built on NixOS
- found 19.9 with grep in /nix/store/m3l0f18i7mw50wbn51v817g2icaaprkd-dlib-19.9
2018-02-25 20:05:41 -08:00
Maarten Hoogendoorn 536d1d3016 dlib: 19.6 -> 19.8 2017-12-29 03:11:33 +01:00
Nikolay Amiantov eb6a8c3f52 dlib: 19.4 -> 19.6 2017-09-07 17:04:29 +03:00
ndowens 496b293070 dlib: 18.10 -> 19.4 2017-03-12 11:15:38 -05:00
Vladimír Čunát 21e3ff658a x11: replace its usage by xlibsWrapper directly
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Pascal Wittmann 8df0e0b151 Fixed many descriptions 2014-11-11 14:36:34 +01:00
Christopher Poole f3b8324fc5 Added Christopher Poole to the list of dlib package maintainers. 2014-10-10 10:18:42 +11:00
Christopher Poole 7af2d07f24 Added the dlib machine learning library. 2014-10-07 16:36:30 +11:00