Commit graph

26 commits

Author SHA1 Message Date
John Ericson 1965a241fc
Merge pull request #61019 from volth/gcc.arch-amd
platform.gcc.arch: support for AMD CPUs
2020-09-01 22:31:16 -04:00
Maximilian Bosch 3c7fe5bb6a
python3Packages.dlib: 19.20 -> 19.21
https://github.com/davisking/dlib/releases/tag/v19.21
2020-08-08 23:43:43 +02:00
volth cf7b63df5b gcc.arch: refactor, move tables under lib/ 2020-08-05 11:18:26 +00:00
volth 463db72e63 platform.gcc.arch: support for AMD CPUs 2020-08-05 02:32:48 +00:00
Maximilian Bosch 3fec30cb95
dlib: 19.19 -> 19.20
https://github.com/davisking/dlib/releases/tag/v19.20
2020-06-07 17:09:35 +02:00
alexanderWatanabe c45155d6b7 added cuda cmake flags (allows GPU acceleration of some of the libraries functions) 2020-04-13 01:22:45 +09:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch 7d944554dd
dlib: 19.18 -> 19.19
https://github.com/davisking/dlib/releases/tag/v19.19
2019-12-14 21:01:16 +01:00
R. RyanTM 3a73ebdb38 python37Packages.dlib: 19.17 -> 19.18
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
2019-09-26 06:18:52 -07:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Maximilian Bosch 311516f55e
dlib: 19.16 -> 19.17
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.
2019-08-22 20:53:41 +02: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
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