Commit Graph

50 Commits

Author SHA1 Message Date
Daniël de Kok
2e97f552fd finalfusion-utils: init at 0.11.2 2020-07-27 10:00:47 +02:00
Daniël de Kok
4dd9423b05 finalfrontier: init at 0.9.3 2020-07-23 10:05:33 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Daniël de Kok
3ba5bc7130 fasttext: 0.9.1 -> 0.9.2
Changelog:

https://github.com/facebookresearch/fastText/releases/tag/v0.9.2
2020-04-28 12:14:54 +02:00
Matthew Bauer
ff2f2644f8 blas,lapack: use isILP64 instead of is64bit
This is a better name since we have multiple 64-bit things that could
be referred to.

LP64  : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Matthew Bauer
1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthieu Coudron
05b6836816 torchPackages, torch-repl: remove
See https://github.com/NixOS/nixpkgs/issues/71888
and https://github.com/NixOS/nixpkgs/issues/56398

To sump up, development has moved on to other technologies than lua:
https://github.com/torch/torch7#development-status
and the current packages are broken anyway.
2020-02-28 20:56:42 +01:00
Edward Tjörnhammar
9b6faedb18
shogun: 6.0.0 -> 6.1.4
Also migrate to opencv3 to address #72739, the PR didn't build for me.
Disable testing and ccache since they were broken.

Co-authored-by: Robert Scott <code@humanleg.org.uk>
2020-02-21 11:05:09 +01:00
R. RyanTM
ce5b0406db labelImg: 1.6.0 -> 1.8.1 2020-02-06 20:11:53 +01:00
Yurii Rashkovskii
a1a2d8d4c0
streamlit: 0.49.0 -> 0.50.2 2019-11-15 08:35:43 +01:00
Yurii Rashkovskii
2e52f98ddb streamlit: init at 0.49.0 2019-11-06 11:01:06 -08:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
Daniël de Kok
3a4ba91b4a fasttext: 0.2.0 -> 0.9.1
Changes:

- Refactoring of internal classes.
- Better unicode handling.

https://github.com/facebookresearch/fastText/releases/tag/v0.9.1
2019-07-12 02:13:23 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Daniël de Kok
f029f8c5ad fasttext: init at 0.2.0 2019-05-05 08:28:44 +02:00
Stephen
a14a7d958f labelimg: fix build (#57714)
for #56826 see https://hydra.nixos.org/build/90477186/nixlog/2
2019-03-15 20:50:03 +01:00
Sophie Taylor
59338fb99d Fix sc2-headless map hash (#56320) 2019-02-25 01:08:12 +01:00
Sophie Taylor
c736f9693d Added maps to sc2-headless 2019-02-22 09:01:00 +00:00
Jan Malakhovski
c7675be3c1 sc2-headless: move defaults to package file 2019-02-03 15:33:29 +00:00
Sophie Taylor
744e344171
Update maps.nix 2019-02-13 08:53:32 +10:00
Sophie Taylor
ce1eb1ea79 Update and rename maps.nix to maps-replays.nix 2019-02-12 10:41:41 +00:00
Florian Franzen
337babae4c sc2-headless: 3.17 -> 4.7.1 2019-01-31 15:21:58 +01:00
Matthew Bauer
3dcb8c10f5 shogun: remove liblapack
not needed anymore
2018-11-08 14:42:29 -06:00
Matthew Bauer
349f3dfe25 shogun: use openblas
shogun needs the cblas.h header file to be available. It used to get
it from liblapack, but that is not available anymore. Instead we can
use openblasCompat to get it.
2018-11-07 13:18:33 -06:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Matthew Justin Bauer
278f59af49
Merge pull request #39586 from MatrixAI/labelImg
labelImg: init at 1.6.0
2018-05-01 10:24:18 -05:00
Will Dietz
4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Roger Qiu
ff3b88713c labelImg: init at 1.6.0 2018-04-27 12:01:24 +10:00
xeji
b3d50c7afa shogun: disable paralllel building
... to avoid sporadic failures
2018-04-19 12:27:00 -05:00
xeji
6866542751 torchPackages.{sundown,lbase64}: mark as broken 2018-04-12 23:04:04 +02:00
Robin Gloster
50cdd5f02b
shogun: add patch for json-c 0.13 2018-03-05 22:00:03 +01:00
Orivej Desh
812e0bced1 shogun: fix parallel building 2017-12-07 08:52:42 +00:00
Dan Haraj
bdce7d3a04 sc2-headless: add pysc2 minigame map pack 2017-11-14 14:37:53 -05:00
Edward Tjörnhammar
9acbfbc7b7
shogun: init at 6.0.0 2017-10-29 10:20:55 +01:00
John Ericson
6e1f864fd0 sc2-headless: License is unfree
I wrongly assumed that was the default when reviewing the PR.
2017-10-16 17:06:48 -04:00
Dan Haraj
188a413ebc sc2-headless: init at 3.17
This packages up the Starcraft II headless Linux client provided by
Blizzard for machine learning research.
2017-10-16 16:34:00 -04:00
Robin Gloster
40ed226507 treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Nikolay Amiantov
8b7ebaffeb replace makeSearchPath tree-wise to take care of possible multiple outputs 2016-04-13 22:09:41 +03:00
Sergey Mironov
de4f541b0e torch: add unsup package 2016-03-22 22:20:45 +03:00
Sergey Mironov
56b34be001 torch: read user PATH and LD_LIBRARY_PATH 2016-03-22 00:57:30 +03:00
Sergey Mironov
6bb8f45182 torch: image, enable JPEG and PNG support 2016-03-22 00:38:52 +03:00
Sergey Mironov
4a36a0c504 torch: unhardcode references to luajit 2016-03-21 12:53:34 +03:00
Sergey Mironov
a56b9ab5be torch: use default luajit 2016-03-19 12:37:06 +03:00
Sergey Mironov
1b05139414 torch: Read LUA_PATH and LUA_CPATH set by users 2016-03-16 23:53:46 +03:00
Sergey Mironov
f499f61c85 torch: don't use default value for src 2016-03-16 23:53:40 +03:00
Sergey Mironov
7f3b083610 torch: init at torch-git-2016-03-08
Torch is a machine-learning framework written in Lua
2016-03-14 16:05:55 +03:00