Remove libsvm
This commit is contained in:
parent
fabd615379
commit
39f5f320a6
2 changed files with 1 additions and 3 deletions
|
|
@ -70,8 +70,6 @@ To see examples of nimgen in action check out the following wrappers:-
|
||||||
* git sparse checkout
|
* git sparse checkout
|
||||||
* [nimtess2](https://github.com/genotrance/nimtess2) - libtess2 wrapper: [docs](http://nimgen.genotrance.com/nimtess2)
|
* [nimtess2](https://github.com/genotrance/nimtess2) - libtess2 wrapper: [docs](http://nimgen.genotrance.com/nimtess2)
|
||||||
* git checkout
|
* git checkout
|
||||||
* [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper: [docs](http://nimgen.genotrance.com/libsvm)
|
|
||||||
* git sparse checkout
|
|
||||||
* [duktape-nim](https://github.com/manguluka/duktape-nim) - Duktape wrapper
|
* [duktape-nim](https://github.com/manguluka/duktape-nim) - Duktape wrapper
|
||||||
* static
|
* static
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ import distros, ospaths, strutils
|
||||||
|
|
||||||
var
|
var
|
||||||
pygonly = false
|
pygonly = false
|
||||||
comps = @["libsvm", "nim7z", #"nimarchive",
|
comps = @["nim7z", #"nimarchive",
|
||||||
"nimbass", "nimbigwig",
|
"nimbass", "nimbigwig",
|
||||||
"nimclipboard", "nimfuzzy", "nimmonocypher",
|
"nimclipboard", "nimfuzzy", "nimmonocypher",
|
||||||
#"nimnuklear",
|
#"nimnuklear",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue