aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-07-16 22:06:06 -0500
committerGanesh Viswanathan <dev@genotrance.com>2019-07-16 22:06:06 -0500
commit39f5f320a627a895d3000673a0fb29603354061f (patch)
tree888ca5c57c970da803f68b1aea677d56a1c475f3
parentfabd61537939b0e1a30d784a4761714a93d1abb6 (diff)
downloadnimgen-39f5f320a627a895d3000673a0fb29603354061f.tar.gz
nimgen-39f5f320a627a895d3000673a0fb29603354061f.zip
Remove libsvm
-rw-r--r--README.md2
-rw-r--r--tests/nimgentest.nims2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6a64779..818b8cd 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,6 @@ To see examples of nimgen in action check out the following wrappers:-
* git sparse checkout
* [nimtess2](https://github.com/genotrance/nimtess2) - libtess2 wrapper: [docs](http://nimgen.genotrance.com/nimtess2)
* 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
* static
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
index b1816cd..0de436a 100644
--- a/tests/nimgentest.nims
+++ b/tests/nimgentest.nims
@@ -2,7 +2,7 @@ import distros, ospaths, strutils
var
pygonly = false
- comps = @["libsvm", "nim7z", #"nimarchive",
+ comps = @["nim7z", #"nimarchive",
"nimbass", "nimbigwig",
"nimclipboard", "nimfuzzy", "nimmonocypher",
#"nimnuklear",