Sebastián Mancilla
e810fad47a
shogun: remove non-distributable SVMlight code
...
SVMlight uses a non-standard license [0] that doesn't allow distribution
without the author's permission:
> The software must not be modified and distributed without prior permission of the author.
So remove all code related to it when building the binary package.
Use upstream's own script to do it (which they use to create and
distribute their own Debian package), with a few fixes.
There is still the option of building from source with SVMlight enabled
with an override that sets the withSvmLight parameter.
If SVMlight is enabled set the license to unfree. Also fix the
deprecated gpl3 license to gpl3Plus.
[0]: https://github.com/shogun-toolbox/shogun/blob/shogun_6.1.4/doc/license/LICENSE_SVMlight.md
2021-09-17 15:04:34 -03:00
Daniël de Kok
6f2ce2a65e
treewide: remove danieldk as maintainer from a set of packages
...
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
R. RyanTM
6d139ed34f
vowpal-wabbit: 8.10.0 -> 8.11.0
2021-08-17 15:59:33 +00:00
Daniël de Kok
8cb9eabf96
Merge pull request #131177 from r-ryantm/auto-update/finalfusion-utils
...
finalfusion-utils: 0.12.0 -> 0.13.0
2021-07-24 14:47:49 +02:00
arjix
ebabecfd2a
nengo-gui: init at 0.4.8 ( #130015 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-23 14:06:09 +02:00
R. RyanTM
934002f7a4
finalfusion-utils: 0.12.0 -> 0.13.0
2021-07-23 06:08:46 +00:00
Sandro
d2c1a26246
Merge pull request #126400 from nagy/vowpal-wabbit-boost17x
...
vowpal-wabbit: use boost17x
2021-06-14 19:39:52 +02:00
Mauricio Scheffer
0516afb267
starspace: build with gzip support
2021-06-13 16:20:58 +01:00
Daniel Nagy
f2e402f9cd
vowpal-wabbit: use boost17x
2021-06-09 22:56:36 +02:00
github-actions[bot]
7000ae2b9a
Merge master into staging-next
2021-05-19 00:55:36 +00:00
Stéphan Kochen
7c0c956a57
starspace: fix darwin build
2021-05-18 20:35:09 +02:00
github-actions[bot]
6cdac75d25
Merge staging-next into staging
2021-05-16 18:32:44 +00:00
Eduardo Sánchez Muñoz
08a26e4579
pythonPackages.sip: rename to sip_4
...
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
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