Sandro Jäckel
3453b89f4b
lzma: deprecate alias
2021-04-04 19:49:52 +02:00
Jack Gerrits
dfab218b9b
vowpal-wabbit: 8.9.2 -> 8.10.0
2021-04-01 13:46:09 -04:00
Jack Gerrits
a364fb6557
vowpal-wabbit: init at 8.9.2
2021-03-18 18:41:07 -07:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Mauricio Scheffer
f8b69fa6d2
starspace: init at unstable-2021-01-17
2021-01-17 21:31:55 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
Jonathan Ringer
07660b28bc
streamlit: fix build
2020-09-15 11:19:26 -07:00
freezeboy
531cf77114
labelImg: 1.8.1 -> 1.8.3
...
Switch to python3 and qt5 libraries also
2020-08-20 21:08:39 +02:00
Daniël de Kok
1b71929034
finalfusion-utils: 0.11.2 -> 0.12.0
...
Changelog:
https://github.com/finalfusion/finalfusion-utils/releases/tag/0.12.0
2020-08-19 09:51:11 +00:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
Daniël de Kok
d65ff81450
Merge pull request #93954 from danieldk/finalfusion-utils
...
finalfusion-utils: init at 0.11.2
2020-08-05 13:03:18 +02:00
Daniël de Kok
655d902909
finalfrontier: 0.9.3 -> 0.9.4
...
Changelog:
https://github.com/finalfusion/finalfrontier/releases/tag/0.9.4
2020-07-27 11:02:09 +02:00
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