aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libsvm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libsvm: make it possible to use it for sagaDoron Behar2020-08-031-7/+8
| | | | | | | saga, as possibly other packages too, searches for svm.h in include/libsvm/svm.h. Since the package doesn't hold a proper install target, it should be OK to link the `svm.h` to `libsvm/svm.h` in `$out/include/`.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* libsvm: 3.23 -> 3.24R. RyanTM2019-09-271-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libsvm/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libsvm: 3.22 -> 3.23R. RyanTM2018-07-181-2/+2
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libsvm/versions.
* libsvm: 3.20 -> 3.22Ryan Mulligan2018-03-081-2/+2
| | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/97a1nnpdah29fs3v274lnzk0hcyhncg3-libsvm-3.22/bin/svm-scale help` got 0 exit code - ran `/nix/store/97a1nnpdah29fs3v274lnzk0hcyhncg3-libsvm-3.22/bin/svm-train help` got 0 exit code - found 3.22 in filename of file in /nix/store/97a1nnpdah29fs3v274lnzk0hcyhncg3-libsvm-3.22
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-051-2/+2
|
* treewide: Use `*Platform.extensions`John Ericson2017-09-131-3/+3
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* libsvm: New packageSpencer Whitt2015-03-261-0/+38