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
99286f2640
liblinear: 2.42 -> 2.43
2021-03-13 15:50:46 +01:00
Sandro Jäckel
2cdb858695
liblinear: fix cross compile
2021-02-17 12:39:03 +01:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
R. RyanTM
06d328c346
liblinear: 2.41 -> 2.42
2020-11-14 05:05:51 +00:00
Daniël de Kok
97e899d154
liblinear: 2.40 -> 2.41
...
According the website:
Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
2020-07-31 20:34:37 +02:00
Daniël de Kok
0e29fcdfef
liblinear: 2.30 -> 2.40
...
Also improve the derivation a bit:
- Use fetchFromGitHub in place of fetchurl.
- Replace buildPhase by buildFlags.
- Create multiple outputs.
- Replace mkdir/cp by install.
2020-07-24 12:45:37 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Andrew Childs
1a73b69e20
liblinear: use absolute install name on Darwin ( #81015 )
...
nixpkgs prefers absolute install names. Replace the manually specified
relative install name with the standard hook.
2020-02-25 10:31:53 -05:00
Jörg Thalheim
05a507e597
liblinear: fix soname path names on linux
2020-01-15 13:20:25 +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
16e5ce4058
liblinear: 2.21 -> 2.30 ( #60277 )
...
This release adds parameter search for l2-regularized l2-loss SVR.
2019-05-01 15:51:43 +02:00
Daniël de Kok
c15006d410
liblinear: 2.20 -> 2.21 ( #48304 )
2018-10-13 11:27:54 +02:00
Daniël de Kok
e8d6ceaf39
liblinear: init at 2.20 ( #44178 )
...
Since building liblinear is very similar to libsvm, this expression
is largely based on libsvm.
2018-07-31 23:52:04 +02:00