easyconfigs-it4i/ARCHIVE/l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

31 lines
887 B
Plaintext

# made by PERMON team
easyblock = 'MakeCp'
name = 'LIBLINEAR'
version = '2.11'
homepage = 'http://www.csie.ntu.edu.tw/~cjlin/liblinear/'
description = """LIBLINEAR is a simple package for solving large-scale regularized linear
classification and regression. It supports L2-regularized logistic regression, L2-loss support vector classification
L1-loss support vector classification, L1-regularized L2-loss support vector classification, L1-regularized logistic regression
L2-regularized L2-loss support vector regression, L1-loss support vector regression."""
toolchain = {'name': 'intel', 'version': '2017a'}
source_urls = [homepage]
sources = [SOURCELOWER_TAR_GZ]
files_to_copy = [(['train', 'predict'], 'bin')]
sanity_check_paths = {
'files': ['bin/%s' % x for x in ['train', 'predict']],
'dirs': [],
}
modextrapaths = {
'PATH': ['bin'],
}
moduleclass = 'numlib'