changed moduleclass for LIBLINEAR and LIBSVM to numlib

This commit is contained in:
Vaclav Hapla 2017-04-21 01:43:34 +02:00
parent 8d947b92c5
commit b3b9497956
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ modextrapaths = {
'PATH': ['bin'],
}
moduleclass = 'lib'
moduleclass = 'numlib'

View File

@ -30,4 +30,4 @@ modextrapaths = {
'PATH': ['bin', 'bin/svm-toy/qt'],
}
moduleclass = 'lib'
moduleclass = 'numlib'