From b3b949795696f9698ba2a6437bab3ded3cd28b84 Mon Sep 17 00:00:00 2001 From: Vaclav Hapla Date: Fri, 21 Apr 2017 01:43:34 +0200 Subject: [PATCH] changed moduleclass for LIBLINEAR and LIBSVM to numlib --- l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb | 2 +- l/LIBSVM/LIBSVM-3.22-intel-2017a.eb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb b/l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb index 1a43f5ce..70127e8e 100644 --- a/l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb +++ b/l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb @@ -27,4 +27,4 @@ modextrapaths = { 'PATH': ['bin'], } -moduleclass = 'lib' +moduleclass = 'numlib' diff --git a/l/LIBSVM/LIBSVM-3.22-intel-2017a.eb b/l/LIBSVM/LIBSVM-3.22-intel-2017a.eb index 3cbd6c90..90b64ef9 100644 --- a/l/LIBSVM/LIBSVM-3.22-intel-2017a.eb +++ b/l/LIBSVM/LIBSVM-3.22-intel-2017a.eb @@ -30,4 +30,4 @@ modextrapaths = { 'PATH': ['bin', 'bin/svm-toy/qt'], } -moduleclass = 'lib' +moduleclass = 'numlib'